Releases: aerisweather/nimbusagent
v0.4.3
v0.4.0
add: function_min_similarity to limit functions from embeddings
add: function_max_tokens, controls the max tokens functions definitions can use. Will drop functions once over the limit.
add: max_event_size: some functions can return a megs of data as an event. This can now be limited to a max number of bytes
chore: refactor event handling
chore: update readme
chore: update version to 0.4.0
Full Changelog: v0.3.1...v0.4.0
v0.3.1
fix: error when streaming events for a tool call
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
: Add two examples related to function calls
fix: Not saving a proper function call system message
chore: Remove the internal response with assist/response messages. Best to leave this in the agent code
Full Changelog: v0.2.0...v0.3.0
V0.2.0
- fix: embedding error due to new openai library + new tests
- add: tools for deployment
- chore: bump version to 0.2.0
Full Changelog: v0.1.0...v0.2.0
Initial Release
Initial Release