LICENSE
README.md
pyproject.toml
agent_capability_exchange.egg-info/PKG-INFO
agent_capability_exchange.egg-info/SOURCES.txt
agent_capability_exchange.egg-info/dependency_links.txt
agent_capability_exchange.egg-info/entry_points.txt
agent_capability_exchange.egg-info/requires.txt
agent_capability_exchange.egg-info/top_level.txt
registry/__init__.py
registry/__main__.py
registry/app.py
registry/models.py
registry/routes.py
registry/schema.sql
registry/store.py
registry/tests/__init__.py
registry/tests/conftest.py
registry/tests/test_routes.py
registry/tests/test_store.py
src/ace/__init__.py
src/ace/api/__init__.py
src/ace/api/deps.py
src/ace/api/middleware.py
src/ace/api/models.py
src/ace/api/server.py
src/ace/api/routes/__init__.py
src/ace/api/routes/admin.py
src/ace/api/routes/agent.py
src/ace/api/routes/discovery.py
src/ace/api/routes/gossip.py
src/ace/api/routes/transactions.py
src/ace/cli/__init__.py
src/ace/cli/main.py
src/ace/cli/commands/__init__.py
src/ace/cli/commands/init.py
src/ace/cli/commands/registry.py
src/ace/cli/commands/skills.py
src/ace/cli/commands/start.py
src/ace/cli/commands/status.py
src/ace/cli/commands/wallet.py
src/ace/core/__init__.py
src/ace/core/capability.py
src/ace/core/config.py
src/ace/core/escrow.py
src/ace/core/exceptions.py
src/ace/core/identity.py
src/ace/core/ledger.py
src/ace/core/schema.sql
src/ace/core/transaction.py
src/ace/discovery/__init__.py
src/ace/discovery/base.py
src/ace/discovery/centralized.py
src/ace/discovery/gossip.py
src/ace/discovery/gossip_models.py
src/ace/discovery/peer_manager.py
src/ace/discovery/public_registry.py
tests/test_api.py
tests/test_capability.py
tests/test_cli.py
tests/test_escrow.py
tests/test_gossip.py
tests/test_identity.py
tests/test_ledger.py
tests/test_public_registry.py
tests/test_registry_cli.py
tests/test_transaction.py