Merged
Conversation
…ces, exports BREAKING CHANGES: - Rename PermissionError to ForbiddenError (avoids shadowing builtins) - Rename sync client aclose() to close() (async keeps aclose()) - Normalize resource properties to plural: client.organization -> client.organizations client.service -> client.services client.conversation -> client.conversations - Add convenience aliases to all resources: UserResource: list(), create(), delete(), update(), get_model() ServiceResource: list() ConversationResource: list(), create(), interact(), finish(), messages() - Export AmigoConfig and all error classes from __init__.py - Add mypy to dev dependencies - Remove scripts/ from wheel build - Add license (MIT) and project URLs to pyproject.toml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
Found 22 test failures on Blacksmith runners: Failures
|
New resources for the deploy-a-service workflow: - AsyncAgentResource/AgentResource: create_agent, get_agents, delete_agent, create_agent_version, get_agent_versions (with list/create/delete aliases) - AsyncContextGraphResource/ContextGraphResource: create_context_graph, get_context_graphs, create_context_graph_version, delete_context_graph, get_context_graph_versions (with list/create/delete aliases) Extended AsyncServiceResource/ServiceResource with: - create_service, update_service, upsert_version_set, delete_version_set (with list/create aliases) All 189 tests pass, 85.04% coverage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code