Skip to content

Releases: amigo-ai/amigo-python-sdk

Release v1.3.1

19 Apr 20:25

Choose a tag to compare

What's Changed in v1.3.1

  • Skip model regeneration for manual releases by default (#43) (#43)
  • Broaden generator compatibility field matching (#42) (#42)
  • Harden generated-model compatibility patches (#41) (#41)
  • Fix classic Python SDK front door and CI drift (#40) (#40)
  • Merge pull request #39 from amigo-ai/fix/readme-diagrams-from-gitbook (#39)
  • docs: replace broken readme art with gitbook diagrams (#39)
  • Merge pull request #38 from amigo-ai/polish/python-front-door-v2 (#38)
  • fix: stabilize classic python sdk workflows (#38)
  • docs: add visual front door for python sdk (#38)
  • docs: elevate python sdk presentation
  • docs: refresh public repo presentation

Full Changelog: v1.3.0...v1.3.1

Installation

pip install amigo_sdk==1.3.1

Release v1.3.0

18 Mar 20:49

Choose a tag to compare

What's Changed in v1.3.0

  • No new commits found.

Full Changelog: v1.2.0...v1.3.0

Installation

pip install amigo_sdk==1.3.0

Release v1.2.0

18 Mar 17:18

Choose a tag to compare

What's Changed in v1.2.0

  • No new commits found.

Full Changelog: v1.1.0...v1.2.0

Installation

pip install amigo_sdk==1.2.0

Release v1.1.0

17 Mar 19:52

Choose a tag to compare

What's Changed in v1.1.0

  • fix: unwrap nested ConversationEvent in SDK resource layer (#35) (#35)
  • fix: resolve integration test failures (#34) (#34)
  • fix: update integration test for plural resource property (#33) (#33)
  • fix: add resources/init.py for mkdocstrings resolution (#32) (#32)
  • fix: resolve CI doc build failure and update CLAUDE.md (#31) (#31)

Full Changelog: v1.0.0rc1...v1.1.0

Installation

pip install amigo_sdk==1.1.0

v1.0.0rc1

14 Mar 21:50

Choose a tag to compare

Amigo Python SDK v1.0.0rc1

First release candidate for the v1.0 API surface.

Breaking Changes

  • Renamed PermissionError to ForbiddenError (avoids shadowing builtins)
  • Renamed sync aclose() to close() (async keeps aclose())
  • Normalized resource properties to plural: organizations, services, conversations

New Resources

  • AgentResource: create, list, delete agents + version management (async + sync)
  • ContextGraphResource: create, list, delete context graphs (HSMs) + version management (async + sync)
  • ServiceResource: create, update, version set upsert/delete (extended from list-only)

New Exports

  • AmigoConfig and all error classes from __init__.py
  • Convenience aliases on all resources (list, create, delete, get_model, interact, finish, messages)

Infrastructure

  • mypy added to dev dependencies
  • scripts/ removed from wheel build
  • License (MIT) and project URLs added to pyproject.toml

Verified

  • 189 unit tests pass (85.04% coverage)
  • All resources tested against dogfood (internal-api.amigo.ai)

Not yet published to PyPI — RC tag only.

Release v0.137.1

14 Mar 17:06

Choose a tag to compare

What's Changed in v0.137.1

  • Fix CI: ServiceInstance test data, skip integration tests during release

Full Changelog: v0.137.0...v0.137.1

Installation

pip install amigo_sdk==0.137.1

Release v0.137.0

14 Mar 16:57

Choose a tag to compare

What's Changed in v0.137.0

  • Fix model generation: disable collapse_root_models to avoid IndexError
  • Improve release workflow: use softprops/action-gh-release, include commit notes
  • Improve public SDK quality for broader adoption (#20) (#20)

Full Changelog: v0.136.0...v0.137.0

Installation

pip install amigo_sdk==0.137.0

Release v0.136.0

01 Mar 14:07

Choose a tag to compare

Changes in v0.136.0

This release was automatically created by the GitHub Actions release workflow.

Package Information

  • Version: 0.136.0
  • Target: PyPI
  • Type: minor release

Links

Installation

pip install amigo_sdk

Release v0.135.0

25 Feb 19:29

Choose a tag to compare

Changes in v0.135.0

This release was automatically created by the GitHub Actions release workflow.

Package Information

  • Version: 0.135.0
  • Target: PyPI
  • Type: minor release

Links

Installation

pip install amigo_sdk

Release v0.134.0

25 Feb 17:27

Choose a tag to compare

Changes in v0.134.0

This release was automatically created by the GitHub Actions release workflow.

Package Information

  • Version: 0.134.0
  • Target: PyPI
  • Type: minor release

Links

Installation

pip install amigo_sdk