Skip to content

Releases: vamplabAI/sgr-agent-core

0.4.0

15 Nov 13:57
4184b20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

22 Oct 09:10
6c930aa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/vamplabAI/sgr-deep-research/compare/0.2.5...0.3.0

0.2.5

12 Oct 16:11
88a6d5f

Choose a tag to compare

0.2.4

26 Sep 18:00
820fea9

Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

25 Sep 11:32
1a756c0

Choose a tag to compare

What's Changed

0.2.2

20 Sep 12:04
637d5aa

Choose a tag to compare

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.

v0.2.1

16 Sep 09:49
6d8add5

Choose a tag to compare

What's Changed

  • fix bug with logging exception by @VolkovMaxim in #16
  • Fixed some typos / AI generation mistakes in README.md by @agladysh in #21
  • Refactor prompt handling and tool selection logic by @virrius in #22

New Contributors

Full Changelog: 0.2.0...0.2.1