Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:42
· 292 commits to main since this release
5adfe3e

Added

  • Add continuous integration, packaging, changelog tooling, and developer Makefile targets. (#1)
  • Add the initial summonpot framework with agentic API endpoints, automatic request schemas, tool calling, OpenAI-compatible model providers, CLI serving, and generated OpenAPI documentation. (#2)

Changed

  • Add comprehensive framework documentation, quick-start instructions, and usage examples. (#3)
  • Add release automation, dependency updates, pull-request labeling, and stale issue management. (#4)

Fixed

  • OpenAPI metadata now derives its version from installed package metadata, keeping pyproject.toml as the single source updated by uv version. (#5)