Skip to content

0.2.2

Choose a tag to compare

@virrius virrius released this 20 Sep 12:04
· 98 commits to main since this release
637d5aa

What's Changed

  • Refactor agent model handling and logging, unify agent naming by @virrius in #25

Full Changelog:

  • Fixed a case where the API could behave in an unintended way due to an incorrect agent name (it would create a default one).
  • Added agent names, which solves the ID issue in streaming and reduces the amount of hardcoded code in API models.
  • Added a custom logger with an agent ID to the agent, and removed unnecessary logging initializations.
  • Streaming has been improved: restreaming of full chunks has been added. Otherwise, if the content was not in the default fields, we would write None/empty chunks.