Skip to content

Releases: CilantroStudio/tono

v0.1.2

02 Nov 03:21
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Oct 01:37
beb3489
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Oct 01:08
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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 or gpt-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