LICENSE
README.md
pyproject.toml
src/agent_discord/__init__.py
src/agent_discord/__main__.py
src/agent_discord/bootstrap.py
src/agent_discord/cli.py
src/agent_discord/config.py
src/agent_discord/contracts.py
src/agent_discord/redaction.py
src/agent_discord/discord/__init__.py
src/agent_discord/discord/chunking.py
src/agent_discord/discord/errors.py
src/agent_discord/discord/facade.py
src/agent_discord/discord/gateway.py
src/agent_discord/discord/interactions.py
src/agent_discord/discord/invite.py
src/agent_discord/discord/object_store.py
src/agent_discord/discord/realtime.py
src/agent_discord/discord/rest.py
src/agent_discord/discord/ws.py
src/agent_discord/discord/providers/__init__.py
src/agent_discord/discord/providers/base.py
src/agent_discord/discord/providers/braindao.py
src/agent_discord/discord/providers/fake.py
src/agent_discord/discord/providers/rest.py
src/agent_discord/discord/providers/saseq.py
src/agent_discord/host/__init__.py
src/agent_discord/host/actions.py
src/agent_discord/host/install.py
src/agent_discord/host/panel.py
src/agent_discord/host/power.py
src/agent_discord/host/service.py
src/agent_discord/host/verbs.py
src/agent_discord/keys/__init__.py
src/agent_discord/keys/connect.py
src/agent_discord/keys/vault.py
src/agent_discord/marionette/__init__.py
src/agent_discord/marionette/backend.py
src/agent_discord/marionette/fake.py
src/agent_discord/marionette/transport.py
src/agent_discord/orchestration/__init__.py
src/agent_discord/orchestration/cards.py
src/agent_discord/orchestration/listen.py
src/agent_discord/orchestration/orchestrator.py
src/agent_discord/orchestration/receipts.py
src/agent_discord/persistence/__init__.py
src/agent_discord/persistence/research.py
src/agent_discord/persistence/sqlite.py
src/agent_discord/puppetmaster/__init__.py
src/agent_discord/puppetmaster/agentic.py
src/agent_discord/puppetmaster/backend.py
src/agent_discord/puppetmaster/fake.py
src/agent_discord/puppetmaster/models.py
src/discord_os.egg-info/PKG-INFO
src/discord_os.egg-info/SOURCES.txt
src/discord_os.egg-info/dependency_links.txt
src/discord_os.egg-info/entry_points.txt
src/discord_os.egg-info/requires.txt
src/discord_os.egg-info/top_level.txt
tests/test_bootstrap_config.py
tests/test_chunking_and_facade.py
tests/test_cli.py
tests/test_connect_os.py
tests/test_discord_os.py
tests/test_discord_rest.py
tests/test_host_actions.py
tests/test_host_panel.py
tests/test_host_power.py
tests/test_interactions.py
tests/test_invite.py
tests/test_marionette_backend.py
tests/test_mcp_transport.py
tests/test_model_pin.py
tests/test_orchestration.py
tests/test_puppetmaster_cli_backend.py
tests/test_research_memory.py
tests/test_sqlite_memory.py