LICENSE
README.md
pyproject.toml
setup.py
aztea/__init__.py
aztea/_listing_safety.py
aztea/agent.py
aztea/async_client.py
aztea/client.py
aztea/config.py
aztea/errors.py
aztea/exceptions.py
aztea/jobs.py
aztea/messages.py
aztea/models.py
aztea/results.py
aztea/sandbox.py
aztea/types.py
aztea/workers.py
aztea.egg-info/PKG-INFO
aztea.egg-info/SOURCES.txt
aztea.egg-info/dependency_links.txt
aztea.egg-info/entry_points.txt
aztea.egg-info/requires.txt
aztea.egg-info/top_level.txt
aztea/_client_internals/__init__.py
aztea/_client_internals/_helpers.py
aztea/_client_internals/_polling.py
aztea/_client_internals/_verify.py
aztea/_client_internals/client_core.py
aztea/_client_internals/namespaces.py
aztea/cli/__init__.py
aztea/cli/_detect.py
aztea/cli/admin.py
aztea/cli/agents.py
aztea/cli/auth.py
aztea/cli/common.py
aztea/cli/dispute.py
aztea/cli/dispute_wizard.py
aztea/cli/init.py
aztea/cli/jobs.py
aztea/cli/mcp.py
aztea/cli/output.py
aztea/cli/pipelines.py
aztea/cli/prompts.py
aztea/cli/publish.py
aztea/cli/splash.py
aztea/cli/status.py
aztea/cli/unpublish.py
aztea/cli/wallet.py
aztea/cli/watchers.py
aztea/cli/wizard.py
aztea/cli/templates/agent_md.template
aztea/cli/templates/handler_py.template
aztea/cli/templates/skill_md.template
aztea/mcp/__init__.py
aztea/mcp/copilot_tools.py
aztea/mcp/manifest.py
aztea/mcp/meta_tools.py
aztea/mcp/server.py
tests/test_agent_server.py
tests/test_async_client.py
tests/test_cli.py
tests/test_cli_dispute.py
tests/test_cli_dispute_classification.py
tests/test_cli_dispute_errors.py
tests/test_cli_dispute_robustness.py
tests/test_cli_dispute_wizard.py
tests/test_cli_splash.py
tests/test_client.py
tests/test_error_hints.py