mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
Rename env.copy to env.example, updated readme and notice
This commit is contained in:
parent
04e0cfdd07
commit
10fe4bfe76
3 changed files with 6 additions and 6 deletions
|
|
@ -32,13 +32,13 @@ SOFTWARE.
|
|||
```
|
||||
|
||||
# High-level changes
|
||||
These are the high-level changes made to OpenAI Swarm to build in RowBoat's custom implementation.
|
||||
|
||||
Please note that this not an exhaustive list:
|
||||
These are the high-level changes made to OpenAI Swarm to build in RowBoat's custom implementation:
|
||||
- Added localized agent-level history
|
||||
- Added parent-child agent relationships with parents' history containing children's history
|
||||
- Added usage tracking of tokens per llm
|
||||
- Added turn-level error handling
|
||||
- Added converstaion turn limits
|
||||
- Removed streaming support as RowBoat Agents does not support streaming currently
|
||||
- Modified the `Agent` and `Response` classes to be more comprehensive
|
||||
- Modified the `Agent` and `Response` classes to be more comprehensive
|
||||
|
||||
The above is not an exhaustive list.
|
||||
Loading…
Add table
Add a link
Reference in a new issue