LICENSE
README.md
pyproject.toml
src/agora/__init__.py
src/agora/agent.py
src/agora/chat.py
src/agora/chat_render.py
src/agora/cli.py
src/agora/config.py
src/agora/db.py
src/agora/drive.py
src/agora/governance.py
src/agora/ids.py
src/agora/join.py
src/agora/listen.py
src/agora/md_render.py
src/agora/models.py
src/agora/render.py
src/agora/setup_harness.py
src/agora/summarize.py
src/agora/vote.py
src/agora/client/__init__.py
src/agora/client/client.py
src/agora/client/inbox.py
src/agora/hub/__init__.py
src/agora/hub/app.py
src/agora/hub/attention.py
src/agora/hub/http_api.py
src/agora/hub/notify.py
src/agora/hub/notify_sink.py
src/agora/hub/obligations.py
src/agora/hub/presence.py
src/agora/hub/ratelimit.py
src/agora/hub/service.py
src/agora/hub/ws.py
src/agora/mcp/__init__.py
src/agora/mcp/server.py
src/agora/skill/SKILL.md
src/agora/skill/__init__.py
src/agora/skill/agora_protocol.py
src/agorahub.egg-info/PKG-INFO
src/agorahub.egg-info/SOURCES.txt
src/agorahub.egg-info/dependency_links.txt
src/agorahub.egg-info/entry_points.txt
src/agorahub.egg-info/requires.txt
src/agorahub.egg-info/top_level.txt
tests/test_agent_runner.py
tests/test_anti_lurk.py
tests/test_attachments.py
tests/test_attention.py
tests/test_chat.py
tests/test_cli_surfaces.py
tests/test_client_delivery.py
tests/test_closure.py
tests/test_config.py
tests/test_delegation.py
tests/test_dm_and_roles.py
tests/test_drive.py
tests/test_fs.py
tests/test_governance.py
tests/test_http_and_ws.py
tests/test_hub_service.py
tests/test_inbox.py
tests/test_join.py
tests/test_ledger_verifier.py
tests/test_lifecycle.py
tests/test_listen.py
tests/test_moderation.py
tests/test_obligations.py
tests/test_pause_board.py
tests/test_presence.py
tests/test_protocol_handshake.py
tests/test_reputation.py
tests/test_security_fixes.py
tests/test_setup_harness.py
tests/test_summarize.py
tests/test_vote.py
tests/test_work_index.py