Skip to content

Releases: AdamStrojek/rust-agentai

agentai-v0.1.5

20 Jul 12:06
96f9b84

Choose a tag to compare

New features

Miscellaneous

Contributors

agentai-macros-v0.1.5

20 Jul 12:06
96f9b84

Choose a tag to compare

chore: Release package agentai-macros version 0.1.5

agentai-macros-v0.1.0

27 Jun 22:26
1fa7745

Choose a tag to compare

chore: Release package agentai-macros version 0.1.0

v0.1.4

21 May 18:44
f966f0a

Choose a tag to compare

Other

  • Hide LLM client (#16)
  • Feature/MCP error handling (#12)

v0.1.3

14 Jan 11:12
12889ff

Choose a tag to compare

Feature

  • Feature/MCP Support (#9)
  • Documentation and examples for MCP Client (#10)

Other

  • Chore/CI (#8)

v0.1.2

05 Jan 15:54
8b2f9d3

Choose a tag to compare

Other

  • Fix links in README
  • Update documentation (#7)
  • (example) Custom Tool Example (#6)
  • Implement Web Search Tool + add examples
  • update documentation for Agent structure
  • clippy updates
  • convert tabs into spaces

v0.1.1

29 Dec 18:16
5ae0b25

Choose a tag to compare

Fixed

  • Fix behaviour when return String type

Other

  • (example) New example for structured output
  • Add documentation for examples, update simple example
  • Update documentation
  • Move AgentTool to separate module

v0.1.0

27 Dec 12:05

Choose a tag to compare

Added

  • Initial release
  • Simple example demonstrating functionality