LICENSE
README.md
pyproject.toml
agents/__init__.py
agents/base.py
agents/config.py
agents/mcp_client.py
agents/registry.py
agents/execution/__init__.py
agents/execution/backends.py
agents/execution/runner.py
shared/__init__.py
shared/adapters/__init__.py
shared/adapters/base.py
shared/adapters/examples.py
shared/adapters/loader.py
shared/adapters/transaction_adapters.py
shared/schemas/__init__.py
shared/schemas/agent_io.py
shared/schemas/contexts.py
shared/schemas/embeddings.py
shared/schemas/evaluation.py
shared/schemas/examples.py
shared/schemas/fraud_signals.py
shared/schemas/mcp_tools.py
shared/schemas/nested_transaction.py
shared/schemas/optimization.py
shared/schemas/telemetry.py
shared/schemas/transactions.py
shared/schemas/versioning/__init__.py
shared/schemas/versioning/base.py
shared/schemas/versioning/compatibility.py
shared/schemas/versioning/examples.py
shared/schemas/versioning/migrations.py
shared/schemas/versions/__init__.py
shared/schemas/versions/v1/__init__.py
shared/types/__init__.py
shared/utils/__init__.py
sota_agent/__init__.py
sota_agent/cli.py
sota_agent/generator.py
sota_agent_framework.egg-info/PKG-INFO
sota_agent_framework.egg-info/SOURCES.txt
sota_agent_framework.egg-info/dependency_links.txt
sota_agent_framework.egg-info/entry_points.txt
sota_agent_framework.egg-info/requires.txt
sota_agent_framework.egg-info/top_level.txt
tests/test_agent_base.py
tests/test_config.py