Rename env.copy to env.example, updated readme and notice

This commit is contained in:
akhisud3195 2025-01-14 15:22:37 +05:30
parent 04e0cfdd07
commit 10fe4bfe76
3 changed files with 6 additions and 6 deletions

View file

@ -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.