Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 2.24 KB

File metadata and controls

77 lines (47 loc) · 2.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.5 - 2025-07-20

New features

  • ToolBox (#18) (by @AdamStrojek) - #18

Miscellaneous

  • Chore/Prepare to release version 0.1.5 (#27) (by @AdamStrojek) - #27

Contributors

  • @AdamStrojek

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.4 - 2025-05-21

Changed

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

0.1.3 - 2025-01-14

Added

  • Feature/MCP Support (#9)

Other

  • Chore/MCP Client tools and documentation (#10)
  • Chore/CI (#8)

0.1.2 - 2025-01-05

Changed

  • 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

0.1.1 - 2024-12-29

Added

  • (example) New example for structured output
  • Add documentation for examples, update simple example

Changed

  • Move AgentTool to separate module

Fixed

  • Fix behaviour when return String type

0.1.0

Added

  • Initial release
  • Simple example demonstrating functionality