Skip to content

Releases: aerisweather/nimbusagent

v0.4.3

26 Jan 22:43
Compare
Choose a tag to compare

add: support for new funciton_embeddings_model parameter, for use with OpenAIs new embeddings model
fix: errant line feeds being send with streamed events

Full Changelog: v0.4.0...v0.4.3

v0.4.0

05 Jan 19:46
Compare
Choose a tag to compare

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

31 Dec 13:40
Compare
Choose a tag to compare

fix: error when streaming events for a tool call
Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 Dec 20:49
60b1caf
Compare
Choose a tag to compare

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

22 Dec 16:59
Compare
Choose a tag to compare
  • 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

04 Dec 23:17
cfa2e9b
Compare
Choose a tag to compare

Initial Release