Skip to content

Releases: bububa/atomic-agents

v1.1.1

09 Feb 09:35
Compare
Choose a tag to compare

Changelog

  • 21d9c0c Merge branch 'release/v1.1.1'
  • d321c0b fix(agent): LLMResponse may missing Model

v1.1.0

09 Feb 09:11
Compare
Choose a tag to compare

Changelog

  • bbfa841 Merge branch 'develop'
  • c1e18c1 Merge branch 'release/v1.0.9'
  • 776e60b Merge branch 'release/v1.1.0'
  • fc7c2a5 feat(instructors): add gemini
  • 960a0a6 fix(examples): test
  • 3867166 fix(githubaction): env secrets

v1.0.9

07 Feb 04:26
Compare
Choose a tag to compare

Changelog

  • 6eb9a15 chore: update dependencies
  • d340fba feat(agent): add ToolAgent and OrchestrationAgent
  • 7568b5a feat(agent,tools): add hooks
  • 99618c2 feat(examples): add more examples
  • c92df3b feat(examples): add websearch example
  • 9fa9315 feat(optimizer): add prompt optimizer
  • 41a6497 feat(tools): add SearxngSearch tool
  • c6503e2 feat(tools): 增加SearxngSearch Tool
  • 6771426 fix(README): wrong image url
  • 658bdad fix(examples): remove verbose
  • 960a0a6 fix(examples): test
  • 2ee1bac fix(examples): test
  • 3867166 fix(githubaction): env secrets
  • 1585f12 fix(githubaction): env secrets
  • 508fa11 fix(memory): minimium memory history is 0
  • 69e2084 fix(memory): minimium memory history is 1
  • f53a9e5 fix(schema): String schema Stringify
  • d2ce377 fix(schema): String schema marshal
  • 8f6debd fix(tools/searxng): SearxngSearch Output implements system prompt ContextProvider interface
  • 6352557 refactor(systemprompt): change system prompt generator to interface, add more system prompt frameworks

v1.0.8

07 Feb 04:24
Compare
Choose a tag to compare

Changelog

  • d8b63a0 Merge branch 'release/v1.0.8'
  • 6eb9a15 chore: update dependencies
  • d340fba feat(agent): add ToolAgent and OrchestrationAgent
  • 7568b5a feat(agent,tools): add hooks
  • 9fa9315 feat(optimizer): add prompt optimizer