LICENSE
README.md
pyproject.toml
appecosystem.egg-info/PKG-INFO
appecosystem.egg-info/SOURCES.txt
appecosystem.egg-info/dependency_links.txt
appecosystem.egg-info/entry_points.txt
appecosystem.egg-info/requires.txt
appecosystem.egg-info/top_level.txt
cli/__init__.py
cli/__main__.py
cli/commands.py
cli/main.py
events/__init__.py
events/event_bus.py
events/event_types.py
events/schemas.py
llm/__init__.py
llm/command_router.py
llm/discovery_agent.py
llm/project_manifest.py
registry/__init__.py
registry/app.py
registry/app_store.py
registry/credential_store.py
registry/discovery.py
registry/health_monitor.py
registry/logging_config.py
registry/metrics.py
registry/models.py
registry/placement.py
registry/profile_store.py
registry/registry.py
tests/test_app_store.py
tests/test_auth.py
tests/test_cli.py
tests/test_client.py
tests/test_client_auth_dependency.py
tests/test_command_router.py
tests/test_config.py
tests/test_credential_store.py
tests/test_discovery.py
tests/test_event_publisher.py
tests/test_event_subscriber.py
tests/test_events.py
tests/test_health.py
tests/test_metrics.py
tests/test_middleware_keyid.py
tests/test_packaging.py
tests/test_peer.py
tests/test_placement.py
tests/test_profile_store.py
tests/test_provider_cli.py
tests/test_provider_key_endpoints.py
tests/test_registry.py
tests/test_registry_app.py
tests/test_registry_partner_auth.py
tests/test_registry_security.py
tests/test_secret_setup.py
tests/test_topology.py