mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
fix readme
This commit is contained in:
parent
bb748fe505
commit
3e8bc1a2c1
1 changed files with 6 additions and 2 deletions
|
|
@ -74,8 +74,12 @@ There are 2 ways to integrate with the agents you create in Rowboat
|
||||||
|
|
||||||
|
|
||||||
2. Python SDK
|
2. Python SDK
|
||||||
- You can use the included Python SDK to interact with the Agents
|
You can use the included Python SDK to interact with the Agents
|
||||||
- See [SDK Docs](https://docs.rowboatlabs.com/using_the_sdk/) for details
|
```
|
||||||
|
pip install rowboat
|
||||||
|
```
|
||||||
|
|
||||||
|
See [SDK Docs](https://docs.rowboatlabs.com/using_the_sdk/) for details. Here is a quick example:
|
||||||
```python
|
```python
|
||||||
from rowboat import Client, StatefulChat
|
from rowboat import Client, StatefulChat
|
||||||
from rowboat.schema import UserMessage, SystemMessage
|
from rowboat.schema import UserMessage, SystemMessage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue