Releases: CilantroStudio/tono
Releases · CilantroStudio/tono
v0.1.2
What's Changed
- Refactor to use optional deps by @RatulMaharaj in #5
- Tests by @RatulMaharaj in #6
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Fix small bugs and tweak readme by @RatulMaharaj in #1
New Contributors
- @RatulMaharaj made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Release Notes
New Features
- Basic Agent Implementation
- Support for OpenAI and Anthropic Models
- Added a basic example of an agent using either
claude-3-5-sonnet-20241022
orgpt-4o
- Automatically infer tool definitions from tools
- Augment tool definitions with descriptions when a docstring is provided
Continuous Integration
- Setup GitHub Workflows: Added CI workflows for building and publishing. See build.yaml and publish.yaml.
- PyPI Trusted Publishing: Implemented trusted publishing to PyPI using GitHub Actions. See publish.yaml for details.
Documentation
- Updated the README.md
- Started a contributing.md
Full Changelog: https://github.com/CilantroStudio/tono/commits/v0.1.0