Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-29 | 949 Bytes | |
v2.1.0 source code.tar.gz | 2025-04-29 | 36.7 MB | |
v2.1.0 source code.zip | 2025-04-29 | 36.9 MB | |
Totals: 3 Items | 73.6 MB | 0 |
[2.1.0] - 2025-04-29
Added
- ToolParameterOptions.choice_provider can now access ToolContext
- Added utterance/draft toggle in the integrated UI
- Added new guideline relationship: Dependency
- Added tool relationships and the OVERLAP relationship
- Added the 'overlap' property to tools. By default, tools will be assumed not to overlap with each other, simplifying their evaluation at runtime.
Changed
- Improved tool calling efficiency by adjusting the prompt to the tool at hand
- Revised completion schema (ARQs) for tool calling
- Utterances now follow a 2-stage process: draft + select
- Changed guest customer name to Guest
Fixed
- Fixed deprioritized guidelines always being skipped
- Fixed agent creation with tags
- Fixed client CLI exit status when encountering an error
- Fixed agent update
Known Issues
- OpenAPI tool services sometimes run into issues due to a version update in aiopenapi3