.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
aragora/__init__.py
aragora/__main__.py
aragora/__version__.py
aragora/cache.py
aragora/container.py
aragora/core_protocols.py
aragora/core_types.py
aragora/deletion_coordinator.py
aragora/errors.py
aragora/exceptions.py
aragora/http_client.py
aragora/logging_config.py
aragora/py.typed
aragora/receipts.py
aragora/resilience_config.py
aragora/resilience_patterns.py
aragora/serialization.py
aragora/type_protocols.py
aragora/types.py
aragora.egg-info/PKG-INFO
aragora.egg-info/SOURCES.txt
aragora.egg-info/dependency_links.txt
aragora.egg-info/entry_points.txt
aragora.egg-info/requires.txt
aragora.egg-info/top_level.txt
aragora/agents/__init__.py
aragora/agents/airlock.py
aragora/agents/base.py
aragora/agents/calibration.py
aragora/agents/cli_agents.py
aragora/agents/code_reviewer.py
aragora/agents/codebase_agent.py
aragora/agents/config_loader.py
aragora/agents/credential_validator.py
aragora/agents/cv.py
aragora/agents/cv_store.py
aragora/agents/demo_agent.py
aragora/agents/email_agents.py
aragora/agents/errors.py
aragora/agents/fallback.py
aragora/agents/feature_agent.py
aragora/agents/grounded.py
aragora/agents/laboratory.py
aragora/agents/local_llm_detector.py
aragora/agents/model_selector.py
aragora/agents/performance_monitor.py
aragora/agents/positions.py
aragora/agents/power_sampling_mixin.py
aragora/agents/protocols.py
aragora/agents/registry.py
aragora/agents/relationships.py
aragora/agents/scheduler_protocol.py
aragora/agents/spec.py
aragora/agents/specialist_factory.py
aragora/agents/streaming.py
aragora/agents/telemetry.py
aragora/agents/test_generator.py
aragora/agents/truth_grounding.py
aragora/agents/types.py
aragora/agents/vertical_personas.py
aragora/agents/api_agents/__init__.py
aragora/agents/api_agents/anthropic.py
aragora/agents/api_agents/autogen_agent.py
aragora/agents/api_agents/base.py
aragora/agents/api_agents/common.py
aragora/agents/api_agents/crewai_agent.py
aragora/agents/api_agents/external_framework.py
aragora/agents/api_agents/gemini.py
aragora/agents/api_agents/grok.py
aragora/agents/api_agents/langgraph_agent.py
aragora/agents/api_agents/lm_studio.py
aragora/agents/api_agents/mistral.py
aragora/agents/api_agents/ollama.py
aragora/agents/api_agents/openai.py
aragora/agents/api_agents/openai_compatible.py
aragora/agents/api_agents/openclaw.py
aragora/agents/api_agents/openrouter.py
aragora/agents/api_agents/rate_limiter.py
aragora/agents/api_agents/tinker.py
aragora/agents/devops/__init__.py
aragora/agents/devops/agent.py
aragora/agents/errors/__init__.py
aragora/agents/errors/classifier.py
aragora/agents/errors/decorators.py
aragora/agents/errors/exceptions.py
aragora/agents/errors/handlers.py
aragora/agents/external/__init__.py
aragora/agents/external/base.py
aragora/agents/external/config.py
aragora/agents/external/models.py
aragora/agents/external/proxy.py
aragora/agents/external/registry.py
aragora/agents/external/security.py
aragora/agents/external/adapters/__init__.py
aragora/agents/external/adapters/autogpt.py
aragora/agents/external/adapters/crewai.py
aragora/agents/external/adapters/openhands.py
aragora/agents/external/handlers/__init__.py
aragora/agents/learning/__init__.py
aragora/agents/learning/sdpo.py
aragora/agents/learning/sdpo_calibration.py
aragora/agents/personas/__init__.py
aragora/agents/personas/core.py
aragora/agents/personas/defaults.py
aragora/agents/personas/helpers.py
aragora/analysis/__init__.py
aragora/analysis/call_graph.py
aragora/analysis/code_intelligence.py
aragora/analysis/email_priority.py
aragora/analysis/nl_query.py
aragora/analysis/spam_detector.py
aragora/analysis/codebase/__init__.py
aragora/analysis/codebase/bug_detector.py
aragora/analysis/codebase/cve_client.py
aragora/analysis/codebase/metrics.py
aragora/analysis/codebase/models.py
aragora/analysis/codebase/sast_scanner.py
aragora/analysis/codebase/sbom_generator.py
aragora/analysis/codebase/scanner.py
aragora/analysis/codebase/secrets_scanner.py
aragora/analysis/codebase/sast/__init__.py
aragora/analysis/codebase/sast/models.py
aragora/analysis/codebase/sast/rules.py
aragora/analysis/codebase/sast/scanner.py
aragora/analysis/intelligence/__init__.py
aragora/analysis/intelligence/analyzer.py
aragora/analysis/intelligence/ast_analysis.py
aragora/analysis/intelligence/call_graph.py
aragora/analysis/intelligence/complexity.py
aragora/analysis/intelligence/dead_code.py
aragora/analysis/intelligence/symbols.py
aragora/analysis/intelligence/types.py
aragora/analytics/__init__.py
aragora/analytics/dashboard.py
aragora/analytics/debate_analytics.py
aragora/approvals/__init__.py
aragora/approvals/chat.py
aragora/approvals/inbox.py
aragora/approvals/interaction_router.py
aragora/approvals/tokens.py
aragora/audience/__init__.py
aragora/audience/database.py
aragora/audience/feedback.py
aragora/audience/suggestions.py
aragora/audit/__init__.py
aragora/audit/base_auditor.py
aragora/audit/bug_detector.py
aragora/audit/codebase_auditor.py
aragora/audit/consensus_adapter.py
aragora/audit/dependency_analyzer.py
aragora/audit/document_auditor.py
aragora/audit/evidence_adapter.py
aragora/audit/hive_mind.py
aragora/audit/knowledge_adapter.py
aragora/audit/log.py
aragora/audit/orchestrator.py
aragora/audit/registry.py
aragora/audit/security_scanner.py
aragora/audit/slack_audit.py
aragora/audit/unified.py
aragora/audit/audit_types/__init__.py
aragora/audit/audit_types/academic.py
aragora/audit/audit_types/accounting.py
aragora/audit/audit_types/ai_systems.py
aragora/audit/audit_types/compliance.py
aragora/audit/audit_types/consistency.py
aragora/audit/audit_types/healthcare.py
aragora/audit/audit_types/legal.py
aragora/audit/audit_types/quality.py
aragora/audit/audit_types/regulatory.py
aragora/audit/audit_types/security.py
aragora/audit/audit_types/software.py
aragora/audit/exploration/__init__.py
aragora/audit/exploration/agents.py
aragora/audit/exploration/explorer.py
aragora/audit/exploration/memory.py
aragora/audit/exploration/query_gen.py
aragora/audit/exploration/session.py
aragora/audit/findings/__init__.py
aragora/audit/findings/assignment.py
aragora/audit/findings/workflow.py
aragora/audit/persistence/__init__.py
aragora/audit/persistence/base.py
aragora/audit/persistence/file.py
aragora/audit/persistence/postgres.py
aragora/audit/reports/__init__.py
aragora/audit/reports/defect_report.py
aragora/auth/__init__.py
aragora/auth/impersonation.py
aragora/auth/lockout.py
aragora/auth/oidc.py
aragora/auth/saml.py
aragora/auth/sso.py
aragora/auth/teams_sso.py
aragora/auth/token_rotation.py
aragora/auth/scim/__init__.py
aragora/auth/scim/filters.py
aragora/auth/scim/schemas.py
aragora/auth/scim/server.py
aragora/autonomous/__init__.py
aragora/autonomous/continuous_learning.py
aragora/autonomous/loop_enhancement.py
aragora/autonomous/proactive_intelligence.py
aragora/backup/__init__.py
aragora/backup/encryption.py
aragora/backup/manager.py
aragora/backup/monitoring.py
aragora/backup/replication_monitor.py
aragora/backup/scheduler.py
aragora/billing/__init__.py
aragora/billing/budget_alert_notifier.py
aragora/billing/budget_manager.py
aragora/billing/calibration_cost_bridge.py
aragora/billing/cost_attribution.py
aragora/billing/cost_governance.py
aragora/billing/cost_tracker.py
aragora/billing/credits.py
aragora/billing/discounts.py
aragora/billing/enterprise_metering.py
aragora/billing/forecaster.py
aragora/billing/invoice_export.py
aragora/billing/jwt_auth.py
aragora/billing/metering.py
aragora/billing/models.py
aragora/billing/multi_org.py
aragora/billing/notifications.py
aragora/billing/optimizer.py
aragora/billing/partner.py
aragora/billing/payment_recovery.py
aragora/billing/plugin_revenue.py
aragora/billing/recommendations.py
aragora/billing/roi_calculator.py
aragora/billing/stripe_client.py
aragora/billing/trial_manager.py
aragora/billing/usage.py
aragora/billing/usage_metering_integration.py
aragora/billing/usage_sync.py
aragora/billing/auth/__init__.py
aragora/billing/auth/blacklist.py
aragora/billing/auth/config.py
aragora/billing/auth/context.py
aragora/billing/auth/sessions.py
aragora/billing/auth/tokens.py
aragora/blockchain/__init__.py
aragora/blockchain/config.py
aragora/blockchain/events.py
aragora/blockchain/models.py
aragora/blockchain/provider.py
aragora/blockchain/wallet.py
aragora/blockchain/contracts/__init__.py
aragora/blockchain/contracts/identity.py
aragora/blockchain/contracts/reputation.py
aragora/blockchain/contracts/validation.py
aragora/bots/__init__.py
aragora/bots/base.py
aragora/bots/commands.py
aragora/bots/discord_bot.py
aragora/bots/slack_bot.py
aragora/bots/teams_bot.py
aragora/bots/zoom_bot.py
aragora/broadcast/__init__.py
aragora/broadcast/audio_engine.py
aragora/broadcast/mixer.py
aragora/broadcast/pipeline.py
aragora/broadcast/rss_gen.py
aragora/broadcast/script_gen.py
aragora/broadcast/storage.py
aragora/broadcast/tts_backends.py
aragora/broadcast/video_gen.py
aragora/caching/__init__.py
aragora/caching/decorators.py
aragora/canvas/__init__.py
aragora/canvas/manager.py
aragora/canvas/models.py
aragora/canvas/primitives.py
aragora/canvas/renderer.py
aragora/channels/__init__.py
aragora/channels/discord_formatter.py
aragora/channels/dock.py
aragora/channels/email_formatter.py
aragora/channels/formatter.py
aragora/channels/normalized.py
aragora/channels/registry.py
aragora/channels/router.py
aragora/channels/slack_formatter.py
aragora/channels/teams_formatter.py
aragora/channels/docks/__init__.py
aragora/channels/docks/discord.py
aragora/channels/docks/email.py
aragora/channels/docks/google_chat.py
aragora/channels/docks/slack.py
aragora/channels/docks/teams.py
aragora/channels/docks/telegram.py
aragora/channels/docks/whatsapp.py
aragora/cli/__init__.py
aragora/cli/agents.py
aragora/cli/audit.py
aragora/cli/backup.py
aragora/cli/badge.py
aragora/cli/batch.py
aragora/cli/bench.py
aragora/cli/billing.py
aragora/cli/config.py
aragora/cli/demo.py
aragora/cli/doctor.py
aragora/cli/document_audit.py
aragora/cli/documents.py
aragora/cli/error_handler.py
aragora/cli/export.py
aragora/cli/gauntlet.py
aragora/cli/gt.py
aragora/cli/init.py
aragora/cli/knowledge.py
aragora/cli/main.py
aragora/cli/marketplace.py
aragora/cli/openclaw.py
aragora/cli/parser.py
aragora/cli/publish.py
aragora/cli/receipt_formatter.py
aragora/cli/repl.py
aragora/cli/replay.py
aragora/cli/review.py
aragora/cli/rlm.py
aragora/cli/security.py
aragora/cli/setup.py
aragora/cli/template.py
aragora/cli/tenant.py
aragora/cli/testfix.py
aragora/cli/training.py
aragora/cli/commands/__init__.py
aragora/cli/commands/autopilot.py
aragora/cli/commands/billing_ops.py
aragora/cli/commands/compliance.py
aragora/cli/commands/computer_use.py
aragora/cli/commands/connectors.py
aragora/cli/commands/debate.py
aragora/cli/commands/decide.py
aragora/cli/commands/delegated.py
aragora/cli/commands/deploy.py
aragora/cli/commands/healthcare.py
aragora/cli/commands/knowledge.py
aragora/cli/commands/memory_ops.py
aragora/cli/commands/nomic.py
aragora/cli/commands/publish.py
aragora/cli/commands/quickstart.py
aragora/cli/commands/rbac_ops.py
aragora/cli/commands/receipt.py
aragora/cli/commands/server.py
aragora/cli/commands/skills.py
aragora/cli/commands/stats.py
aragora/cli/commands/status.py
aragora/cli/commands/testfix.py
aragora/cli/commands/testfixer.py
aragora/cli/commands/tools.py
aragora/cli/commands/verify.py
aragora/cli/commands/verticals.py
aragora/cli/commands/workflow.py
aragora/client/__init__.py
aragora/client/client.py
aragora/client/errors.py
aragora/client/models.py
aragora/client/transport.py
aragora/client/websocket.py
aragora/client/resources/__init__.py
aragora/client/resources/agents.py
aragora/client/resources/analytics.py
aragora/client/resources/audit.py
aragora/client/resources/auth.py
aragora/client/resources/billing.py
aragora/client/resources/codebase.py
aragora/client/resources/consensus.py
aragora/client/resources/cost_management.py
aragora/client/resources/debates.py
aragora/client/resources/decisions.py
aragora/client/resources/documents.py
aragora/client/resources/explainability.py
aragora/client/resources/gauntlet.py
aragora/client/resources/gmail.py
aragora/client/resources/graph_debates.py
aragora/client/resources/knowledge.py
aragora/client/resources/leaderboard.py
aragora/client/resources/matrix_debates.py
aragora/client/resources/memory.py
aragora/client/resources/nomic.py
aragora/client/resources/notifications.py
aragora/client/resources/onboarding.py
aragora/client/resources/openclaw.py
aragora/client/resources/organizations.py
aragora/client/resources/policies.py
aragora/client/resources/pulse.py
aragora/client/resources/rbac.py
aragora/client/resources/replay.py
aragora/client/resources/system.py
aragora/client/resources/tenants.py
aragora/client/resources/tournaments.py
aragora/client/resources/verification.py
aragora/client/resources/verticals.py
aragora/client/resources/workflows.py
aragora/compat/__init__.py
aragora/compat/openclaw/__init__.py
aragora/compat/openclaw/capability_mapper.py
aragora/compat/openclaw/computer_use_bridge.py
aragora/compat/openclaw/migration_utils.py
aragora/compat/openclaw/next_steps_runner.py
aragora/compat/openclaw/pr_review_runner.py
aragora/compat/openclaw/skill_converter.py
aragora/compat/openclaw/skill_parser.py
aragora/compat/openclaw/skill_scanner.py
aragora/compat/openclaw/standalone.py
aragora/compliance/__init__.py
aragora/compliance/eu_ai_act.py
aragora/compliance/framework.py
aragora/compliance/monitor.py
aragora/compliance/policy_store.py
aragora/compliance/report_generator.py
aragora/computer_use/__init__.py
aragora/computer_use/actions.py
aragora/computer_use/approval.py
aragora/computer_use/claude_bridge.py
aragora/computer_use/executor.py
aragora/computer_use/orchestrator.py
aragora/computer_use/policies.py
aragora/computer_use/sandbox.py
aragora/computer_use/storage.py
aragora/config/__init__.py
aragora/config/env_helpers.py
aragora/config/feature_flags.py
aragora/config/legacy.py
aragora/config/minimal.py
aragora/config/performance_slos.py
aragora/config/redis.py
aragora/config/secrets.py
aragora/config/settings.py
aragora/config/stability.py
aragora/config/timeouts.py
aragora/config/validation.py
aragora/config/validator.py
aragora/connectors/__init__.py
aragora/connectors/arxiv.py
aragora/connectors/base.py
aragora/connectors/clinical_tables.py
aragora/connectors/conversation_ingestor.py
aragora/connectors/courtlistener.py
aragora/connectors/crossref.py
aragora/connectors/debate_session.py
aragora/connectors/exceptions.py
aragora/connectors/github.py
aragora/connectors/govinfo.py
aragora/connectors/hackernews.py
aragora/connectors/local_docs.py
aragora/connectors/metrics.py
aragora/connectors/model_base.py
aragora/connectors/newsapi.py
aragora/connectors/nice_guidance.py
aragora/connectors/pubmed.py
aragora/connectors/recovery.py
aragora/connectors/reddit.py
aragora/connectors/registry.py
aragora/connectors/repository_crawler.py
aragora/connectors/runtime_registry.py
aragora/connectors/rxnav.py
aragora/connectors/sec.py
aragora/connectors/semantic_scholar.py
aragora/connectors/sql.py
aragora/connectors/twitter.py
aragora/connectors/twitter_poster.py
aragora/connectors/web.py
aragora/connectors/whisper.py
aragora/connectors/wikipedia.py
aragora/connectors/youtube_uploader.py
aragora/connectors/accounting/__init__.py
aragora/connectors/accounting/base.py
aragora/connectors/accounting/gaap.py
aragora/connectors/accounting/gusto.py
aragora/connectors/accounting/irs.py
aragora/connectors/accounting/plaid.py
aragora/connectors/accounting/qbo.py
aragora/connectors/accounting/qbo_models.py
aragora/connectors/accounting/qbo_operations.py
aragora/connectors/accounting/qbo_query.py
aragora/connectors/accounting/xero.py
aragora/connectors/advertising/__init__.py
aragora/connectors/advertising/google_ads.py
aragora/connectors/advertising/linkedin_ads.py
aragora/connectors/advertising/meta_ads.py
aragora/connectors/advertising/microsoft_ads.py
aragora/connectors/advertising/tiktok_ads.py
aragora/connectors/advertising/twitter_ads.py
aragora/connectors/analytics/__init__.py
aragora/connectors/analytics/google_analytics.py
aragora/connectors/analytics/metabase.py
aragora/connectors/analytics/mixpanel.py
aragora/connectors/analytics/segment.py
aragora/connectors/automation/__init__.py
aragora/connectors/automation/base.py
aragora/connectors/automation/n8n.py
aragora/connectors/automation/zapier.py
aragora/connectors/blockchain/__init__.py
aragora/connectors/blockchain/connector.py
aragora/connectors/blockchain/credentials.py
aragora/connectors/blockchain/models.py
aragora/connectors/browser/__init__.py
aragora/connectors/browser/playwright_connector.py
aragora/connectors/calendar/__init__.py
aragora/connectors/calendar/google_calendar.py
aragora/connectors/calendar/outlook_calendar.py
aragora/connectors/chat/__init__.py
aragora/connectors/chat/base.py
aragora/connectors/chat/discord.py
aragora/connectors/chat/google_chat.py
aragora/connectors/chat/http_resilience.py
aragora/connectors/chat/imessage.py
aragora/connectors/chat/jwt_verify.py
aragora/connectors/chat/models.py
aragora/connectors/chat/registry.py
aragora/connectors/chat/rich_context.py
aragora/connectors/chat/signal.py
aragora/connectors/chat/teams_adaptive_cards.py
aragora/connectors/chat/teams_conversations.py
aragora/connectors/chat/teams_identity.py
aragora/connectors/chat/telegram.py
aragora/connectors/chat/thread_manager.py
aragora/connectors/chat/tool_bridge.py
aragora/connectors/chat/tts_bridge.py
aragora/connectors/chat/voice_bridge.py
aragora/connectors/chat/webhook_security.py
aragora/connectors/chat/whatsapp.py
aragora/connectors/chat/base/__init__.py
aragora/connectors/chat/base/_channel_user.py
aragora/connectors/chat/base/_evidence.py
aragora/connectors/chat/base/_file_ops.py
aragora/connectors/chat/base/_messaging.py
aragora/connectors/chat/base/_rich_context.py
aragora/connectors/chat/base/_session.py
aragora/connectors/chat/base/_webhook.py
aragora/connectors/chat/slack/__init__.py
aragora/connectors/chat/slack/client.py
aragora/connectors/chat/slack/events.py
aragora/connectors/chat/slack/messages.py
aragora/connectors/chat/slack/queue.py
aragora/connectors/chat/slack/threads.py
aragora/connectors/chat/teams/__init__.py
aragora/connectors/chat/teams/_channels.py
aragora/connectors/chat/teams/_constants.py
aragora/connectors/chat/teams/_events.py
aragora/connectors/chat/teams/_files.py
aragora/connectors/chat/teams/_messaging.py
aragora/connectors/chat/teams/connector.py
aragora/connectors/chat/teams/thread_mgr.py
aragora/connectors/chat/telegram/__init__.py
aragora/connectors/chat/telegram/bot_management.py
aragora/connectors/chat/telegram/client.py
aragora/connectors/chat/telegram/files.py
aragora/connectors/chat/telegram/inline.py
aragora/connectors/chat/telegram/media.py
aragora/connectors/chat/telegram/messages.py
aragora/connectors/chat/telegram/webhooks.py
aragora/connectors/credentials/__init__.py
aragora/connectors/credentials/providers.py
aragora/connectors/crm/__init__.py
aragora/connectors/crm/hubspot.py
aragora/connectors/crm/pipedrive.py
aragora/connectors/devices/__init__.py
aragora/connectors/devices/alexa.py
aragora/connectors/devices/base.py
aragora/connectors/devices/google_home.py
aragora/connectors/devices/models.py
aragora/connectors/devices/push.py
aragora/connectors/devices/registry.py
aragora/connectors/devops/__init__.py
aragora/connectors/devops/pagerduty.py
aragora/connectors/documents/__init__.py
aragora/connectors/documents/connector.py
aragora/connectors/documents/parser.py
aragora/connectors/ecommerce/__init__.py
aragora/connectors/ecommerce/amazon.py
aragora/connectors/ecommerce/shipstation.py
aragora/connectors/ecommerce/shopify.py
aragora/connectors/ecommerce/amazon/__init__.py
aragora/connectors/ecommerce/amazon/client.py
aragora/connectors/ecommerce/amazon/models.py
aragora/connectors/ecommerce/shopify/__init__.py
aragora/connectors/ecommerce/shopify/client.py
aragora/connectors/ecommerce/shopify/models.py
aragora/connectors/ecommerce/woocommerce/__init__.py
aragora/connectors/ecommerce/woocommerce/client.py
aragora/connectors/ecommerce/woocommerce/models.py
aragora/connectors/ecommerce/woocommerce/sync.py
aragora/connectors/ecommerce/woocommerce/webhooks.py
aragora/connectors/email/__init__.py
aragora/connectors/email/gmail_sync.py
aragora/connectors/email/outlook_sync.py
aragora/connectors/email/resilience.py
aragora/connectors/enterprise/__init__.py
aragora/connectors/enterprise/base.py
aragora/connectors/enterprise/sync_store.py
aragora/connectors/enterprise/collaboration/__init__.py
aragora/connectors/enterprise/collaboration/asana.py
aragora/connectors/enterprise/collaboration/confluence.py
aragora/connectors/enterprise/collaboration/jira.py
aragora/connectors/enterprise/collaboration/linear.py
aragora/connectors/enterprise/collaboration/monday.py
aragora/connectors/enterprise/collaboration/notion.py
aragora/connectors/enterprise/collaboration/slack.py
aragora/connectors/enterprise/collaboration/teams.py
aragora/connectors/enterprise/communication/__init__.py
aragora/connectors/enterprise/communication/models.py
aragora/connectors/enterprise/communication/outlook.py
aragora/connectors/enterprise/communication/gmail/__init__.py
aragora/connectors/enterprise/communication/gmail/client.py
aragora/connectors/enterprise/communication/gmail/labels.py
aragora/connectors/enterprise/communication/gmail/messages.py
aragora/connectors/enterprise/communication/gmail/state.py
aragora/connectors/enterprise/communication/gmail/watch.py
aragora/connectors/enterprise/crm/__init__.py
aragora/connectors/enterprise/crm/salesforce.py
aragora/connectors/enterprise/database/__init__.py
aragora/connectors/enterprise/database/cdc.py
aragora/connectors/enterprise/database/cdc_databases.py
aragora/connectors/enterprise/database/cdc_handlers.py
aragora/connectors/enterprise/database/cdc_models.py
aragora/connectors/enterprise/database/id_codec.py
aragora/connectors/enterprise/database/mongodb.py
aragora/connectors/enterprise/database/mysql.py
aragora/connectors/enterprise/database/postgres.py
aragora/connectors/enterprise/database/snowflake.py
aragora/connectors/enterprise/database/sqlserver.py
aragora/connectors/enterprise/documents/__init__.py
aragora/connectors/enterprise/documents/dropbox.py
aragora/connectors/enterprise/documents/gdrive.py
aragora/connectors/enterprise/documents/gsheets.py
aragora/connectors/enterprise/documents/onedrive.py
aragora/connectors/enterprise/documents/s3.py
aragora/connectors/enterprise/documents/sharepoint.py
aragora/connectors/enterprise/git/__init__.py
aragora/connectors/enterprise/git/github.py
aragora/connectors/enterprise/healthcare/__init__.py
aragora/connectors/enterprise/healthcare/fhir.py
aragora/connectors/enterprise/healthcare/hl7v2.py
aragora/connectors/enterprise/healthcare/ehr/__init__.py
aragora/connectors/enterprise/healthcare/ehr/base.py
aragora/connectors/enterprise/healthcare/ehr/cerner.py
aragora/connectors/enterprise/healthcare/ehr/epic.py
aragora/connectors/enterprise/itsm/__init__.py
aragora/connectors/enterprise/itsm/servicenow.py
aragora/connectors/enterprise/streaming/__init__.py
aragora/connectors/enterprise/streaming/idempotency.py
aragora/connectors/enterprise/streaming/kafka.py
aragora/connectors/enterprise/streaming/rabbitmq.py
aragora/connectors/enterprise/streaming/resilience.py
aragora/connectors/enterprise/streaming/snssqs.py
aragora/connectors/enterprise/sync/__init__.py
aragora/connectors/enterprise/sync/scheduler.py
aragora/connectors/feeds/__init__.py
aragora/connectors/feeds/ingestor.py
aragora/connectors/knowledge/__init__.py
aragora/connectors/knowledge/obsidian.py
aragora/connectors/legal/__init__.py
aragora/connectors/legal/docusign.py
aragora/connectors/legal/lexis.py
aragora/connectors/legal/westlaw.py
aragora/connectors/lowcode/__init__.py
aragora/connectors/lowcode/airtable.py
aragora/connectors/lowcode/knack.py
aragora/connectors/marketing/__init__.py
aragora/connectors/marketing/klaviyo.py
aragora/connectors/marketing/mailchimp.py
aragora/connectors/marketplace/__init__.py
aragora/connectors/marketplace/walmart.py
aragora/connectors/memory/__init__.py
aragora/connectors/memory/claude_mem.py
aragora/connectors/payments/__init__.py
aragora/connectors/payments/authorize_net.py
aragora/connectors/payments/paypal.py
aragora/connectors/payments/square.py
aragora/connectors/payments/stripe.py
aragora/connectors/supermemory/__init__.py
aragora/connectors/supermemory/client.py
aragora/connectors/supermemory/config.py
aragora/connectors/supermemory/privacy_filter.py
aragora/connectors/support/__init__.py
aragora/connectors/support/freshdesk.py
aragora/connectors/support/helpscout.py
aragora/connectors/support/intercom.py
aragora/connectors/support/zendesk.py
aragora/connectors/tax/__init__.py
aragora/connectors/tax/generic.py
aragora/connectors/tax/registry.py
aragora/control_plane/__init__.py
aragora/control_plane/agent_factory.py
aragora/control_plane/agent_federation.py
aragora/control_plane/arena_bridge.py
aragora/control_plane/audit.py
aragora/control_plane/auto_scaling.py
aragora/control_plane/blockchain_identity.py
aragora/control_plane/channels.py
aragora/control_plane/coordinator.py
aragora/control_plane/cost_enforcement.py
aragora/control_plane/deliberation.py
aragora/control_plane/deliberation_chain.py
aragora/control_plane/deliberation_events.py
aragora/control_plane/exceptions.py
aragora/control_plane/health.py
aragora/control_plane/integration.py
aragora/control_plane/leader.py
aragora/control_plane/multi_tenancy.py
aragora/control_plane/notifications.py
aragora/control_plane/policy_store.py
aragora/control_plane/region_router.py
aragora/control_plane/regional_sync.py
aragora/control_plane/registry.py
aragora/control_plane/scheduler.py
aragora/control_plane/shared_state.py
aragora/control_plane/task_events.py
aragora/control_plane/testfixer.py
aragora/control_plane/watchdog.py
aragora/control_plane/coordinator/__init__.py
aragora/control_plane/coordinator/core.py
aragora/control_plane/coordinator/policy_enforcer.py
aragora/control_plane/coordinator/scheduler_bridge.py
aragora/control_plane/coordinator/state_manager.py
aragora/control_plane/policy/__init__.py
aragora/control_plane/policy/cache.py
aragora/control_plane/policy/conflicts.py
aragora/control_plane/policy/factories.py
aragora/control_plane/policy/history.py
aragora/control_plane/policy/manager.py
aragora/control_plane/policy/scheduler.py
aragora/control_plane/policy/sync.py
aragora/control_plane/policy/types.py
aragora/control_plane/workers/__init__.py
aragora/control_plane/workers/testfixer_task_worker.py
aragora/coordination/__init__.py
aragora/coordination/cross_workspace.py
aragora/core/__init__.py
aragora/core/decision.py
aragora/core/decision_cache.py
aragora/core/decision_models.py
aragora/core/decision_results.py
aragora/core/decision_router.py
aragora/core/decision_types.py
aragora/core/identity.py
aragora/core/routing_rules.py
aragora/core/types.py
aragora/core/embeddings/__init__.py
aragora/core/embeddings/cache.py
aragora/core/embeddings/service.py
aragora/core/embeddings/types.py
aragora/core/embeddings/backends/__init__.py
aragora/core/embeddings/backends/gemini.py
aragora/core/embeddings/backends/hash.py
aragora/core/embeddings/backends/ollama.py
aragora/core/embeddings/backends/openai.py
aragora/db/__init__.py
aragora/db/backends.py
aragora/db/migrate.py
aragora/db/profiling.py
aragora/debate/__init__.py
aragora/debate/agent_channel.py
aragora/debate/agent_pool.py
aragora/debate/analytics_selection_bridge.py
aragora/debate/arena_builder.py
aragora/debate/arena_config.py
aragora/debate/arena_delegation.py
aragora/debate/arena_initializer.py
aragora/debate/arena_phases.py
aragora/debate/arena_primary_configs.py
aragora/debate/arena_sub_configs.py
aragora/debate/ascot_fragility.py
aragora/debate/audience_manager.py
aragora/debate/autonomic_executor.py
aragora/debate/batch_loaders.py
aragora/debate/bias_mitigation.py
aragora/debate/blackbox.py
aragora/debate/breakpoints.py
aragora/debate/bridge_telemetry.py
aragora/debate/budget_coordinator.py
aragora/debate/byzantine.py
aragora/debate/cancellation.py
aragora/debate/channel_integration.py
aragora/debate/chaos_theater.py
aragora/debate/checkpoint.py
aragora/debate/checkpoint_backends.py
aragora/debate/checkpoint_bridge.py
aragora/debate/checkpoint_ops.py
aragora/debate/cognitive_limiter.py
aragora/debate/cognitive_limiter_rlm.py
aragora/debate/complexity_governor.py
aragora/debate/consensus.py
aragora/debate/context_budgeter.py
aragora/debate/context_delegation.py
aragora/debate/context_gatherer.py
aragora/debate/counterfactual.py
aragora/debate/cross_proposal_analyzer.py
aragora/debate/deadlock_detector.py
aragora/debate/debate_hooks.py
aragora/debate/debate_state.py
aragora/debate/decision_service.py
aragora/debate/delegation.py
aragora/debate/disagreement.py
aragora/debate/distributed.py
aragora/debate/distributed_events.py
aragora/debate/embeddings.py
aragora/debate/event_bridge.py
aragora/debate/event_bus.py
aragora/debate/event_emission.py
aragora/debate/evidence_linker.py
aragora/debate/evidence_quality.py
aragora/debate/exceptions.py
aragora/debate/extended_rounds.py
aragora/debate/extensions.py
aragora/debate/fabric_integration.py
aragora/debate/factory.py
aragora/debate/fatigue_detector.py
aragora/debate/feature_validator.py
aragora/debate/forking.py
aragora/debate/graph.py
aragora/debate/graph_orchestrator.py
aragora/debate/grounded_operations.py
aragora/debate/hierarchy.py
aragora/debate/hook_handlers.py
aragora/debate/hybrid_protocol.py
aragora/debate/immune_system.py
aragora/debate/interfaces.py
aragora/debate/judge_selector.py
aragora/debate/km_outcome_bridge.py
aragora/debate/knowledge_manager.py
aragora/debate/knowledge_mound_ops.py
aragora/debate/lazy_subsystems.py
aragora/debate/lifecycle_manager.py
aragora/debate/memory_manager.py
aragora/debate/meta.py
aragora/debate/ml_integration.py
aragora/debate/molecule_orchestrator.py
aragora/debate/molecules.py
aragora/debate/novelty.py
aragora/debate/novelty_selection_bridge.py
aragora/debate/optional_imports.py
aragora/debate/orchestrator.py
aragora/debate/orchestrator_agents.py
aragora/debate/orchestrator_checkpoints.py
aragora/debate/orchestrator_config.py
aragora/debate/orchestrator_delegates.py
aragora/debate/orchestrator_domains.py
aragora/debate/orchestrator_factory.py
aragora/debate/orchestrator_hooks.py
aragora/debate/orchestrator_init.py
aragora/debate/orchestrator_memory.py
aragora/debate/orchestrator_output.py
aragora/debate/orchestrator_runner.py
aragora/debate/orchestrator_setup.py
aragora/debate/orchestrator_state.py
aragora/debate/outcome_complexity_bridge.py
aragora/debate/outcome_tracker.py
aragora/debate/performance_monitor.py
aragora/debate/performance_router_bridge.py
aragora/debate/phase_executor.py
aragora/debate/prompt_assemblers.py
aragora/debate/prompt_builder.py
aragora/debate/prompt_context.py
aragora/debate/prompt_context_providers.py
aragora/debate/propulsion.py
aragora/debate/protocol.py
aragora/debate/recovery_coordinator.py
aragora/debate/recovery_narrator.py
aragora/debate/relationship_bias_bridge.py
aragora/debate/result_formatter.py
aragora/debate/rhetorical_observer.py
aragora/debate/risk_assessor.py
aragora/debate/role_matcher.py
aragora/debate/role_specializer.py
aragora/debate/roles.py
aragora/debate/roles_manager.py
aragora/debate/safety.py
aragora/debate/sanitization.py
aragora/debate/scenarios.py
aragora/debate/schemas.py
aragora/debate/security_barrier.py
aragora/debate/security_debate.py
aragora/debate/selection_feedback.py
aragora/debate/service.py
aragora/debate/session.py
aragora/debate/stability_detector.py
aragora/debate/state_cache.py
aragora/debate/strategy.py
aragora/debate/stream_chain.py
aragora/debate/subsystem_coordinator.py
aragora/debate/summarizer.py
aragora/debate/team_selector.py
aragora/debate/telemetry_config.py
aragora/debate/termination_checker.py
aragora/debate/topology.py
aragora/debate/traces.py
aragora/debate/traces_database.py
aragora/debate/tracing.py
aragora/debate/translation.py
aragora/debate/trickster.py
aragora/debate/trickster_calibrator.py
aragora/debate/types.py
aragora/debate/voting_engine.py
aragora/debate/wisdom_injector.py
aragora/debate/witness.py
aragora/debate/cache/__init__.py
aragora/debate/cache/embeddings_lru.py
aragora/debate/config/__init__.py
aragora/debate/config/defaults.py
aragora/debate/context/__init__.py
aragora/debate/context/cache.py
aragora/debate/context/gatherer.py
aragora/debate/context/processors.py
aragora/debate/context/rankers.py
aragora/debate/context/sources.py
aragora/debate/context_gatherer/__init__.py
aragora/debate/context_gatherer/compression.py
aragora/debate/context_gatherer/constants.py
aragora/debate/context_gatherer/gatherer.py
aragora/debate/context_gatherer/memory.py
aragora/debate/context_gatherer/sources.py
aragora/debate/context_strategies/__init__.py
aragora/debate/context_strategies/base.py
aragora/debate/context_strategies/claude_search.py
aragora/debate/context_strategies/evidence.py
aragora/debate/context_strategies/trending.py
aragora/debate/convergence/__init__.py
aragora/debate/convergence/analyzer.py
aragora/debate/convergence/cache.py
aragora/debate/convergence/detector.py
aragora/debate/convergence/metrics.py
aragora/debate/hooks/__init__.py
aragora/debate/hooks/manager.py
aragora/debate/hooks/receipt_delivery_hook.py
aragora/debate/phases/__init__.py
aragora/debate/phases/analytics_phase.py
aragora/debate/phases/batch_utils.py
aragora/debate/phases/belief_analysis.py
aragora/debate/phases/consensus_phase.py
aragora/debate/phases/consensus_storage.py
aragora/debate/phases/consensus_verification.py
aragora/debate/phases/context_compressor.py
aragora/debate/phases/context_init.py
aragora/debate/phases/convergence_tracker.py
aragora/debate/phases/critique.py
aragora/debate/phases/critique_generator.py
aragora/debate/phases/debate_rounds.py
aragora/debate/phases/debate_rounds_helpers.py
aragora/debate/phases/delegator.py
aragora/debate/phases/evidence_refresh.py
aragora/debate/phases/feedback_elo.py
aragora/debate/phases/feedback_evolution.py
aragora/debate/phases/feedback_persona.py
aragora/debate/phases/feedback_phase.py
aragora/debate/phases/judgment.py
aragora/debate/phases/metrics.py
aragora/debate/phases/proposal_phase.py
aragora/debate/phases/ready_signal.py
aragora/debate/phases/revision_phase.py
aragora/debate/phases/spectator.py
aragora/debate/phases/synthesis_generator.py
aragora/debate/phases/training_emitter.py
aragora/debate/phases/vote_aggregator.py
aragora/debate/phases/vote_bonus_calculator.py
aragora/debate/phases/vote_collector.py
aragora/debate/phases/vote_processor.py
aragora/debate/phases/vote_weighter.py
aragora/debate/phases/voting.py
aragora/debate/phases/weight_calculator.py
aragora/debate/phases/winner_selector.py
aragora/debate/prompts/__init__.py
aragora/debate/prompts/context_formatters.py
aragora/debate/prompts/domain_classifier.py
aragora/debate/protocol_messages/__init__.py
aragora/debate/protocol_messages/handlers.py
aragora/debate/protocol_messages/messages.py
aragora/debate/protocol_messages/store.py
aragora/debate/similarity/__init__.py
aragora/debate/similarity/ann.py
aragora/debate/similarity/backends.py
aragora/debate/similarity/factory.py
aragora/deliberation/__init__.py
aragora/deliberation/templates/__init__.py
aragora/deliberation/templates/base.py
aragora/deliberation/templates/builtins.py
aragora/deliberation/templates/registry.py
aragora/documents/__init__.py
aragora/documents/models.py
aragora/documents/chunking/__init__.py
aragora/documents/chunking/context_manager.py
aragora/documents/chunking/strategies.py
aragora/documents/chunking/token_counter.py
aragora/documents/folder/__init__.py
aragora/documents/folder/agent_filter.py
aragora/documents/folder/config.py
aragora/documents/folder/filters.py
aragora/documents/folder/scanner.py
aragora/documents/indexing/__init__.py
aragora/documents/indexing/hybrid_search.py
aragora/documents/indexing/weaviate_store.py
aragora/documents/ingestion/__init__.py
aragora/documents/ingestion/batch_processor.py
aragora/documents/ingestion/docling_adapter.py
aragora/documents/ingestion/unstructured_adapter.py
aragora/embeddings/__init__.py
aragora/evaluation/__init__.py
aragora/evaluation/llm_judge.py
aragora/events/__init__.py
aragora/events/arena_bridge.py
aragora/events/async_dispatcher.py
aragora/events/batch_dispatcher.py
aragora/events/context.py
aragora/events/dead_letter_queue.py
aragora/events/dispatcher.py
aragora/events/handler_events.py
aragora/events/registry.py
aragora/events/schema.py
aragora/events/security_dispatcher.py
aragora/events/security_events.py
aragora/events/types.py
aragora/events/webhook_verify.py
aragora/events/cross_subscribers/__init__.py
aragora/events/cross_subscribers/admin.py
aragora/events/cross_subscribers/dispatch.py
aragora/events/cross_subscribers/manager.py
aragora/events/cross_subscribers/handlers/__init__.py
aragora/events/cross_subscribers/handlers/basic.py
aragora/events/cross_subscribers/handlers/culture.py
aragora/events/cross_subscribers/handlers/knowledge_mound.py
aragora/events/cross_subscribers/handlers/validation.py
aragora/events/subscribers/__init__.py
aragora/events/subscribers/config.py
aragora/events/subscribers/debate_handlers.py
aragora/events/subscribers/mound_handlers.py
aragora/events/subscribers/testfixer_handlers.py
aragora/evidence/__init__.py
aragora/evidence/attribution.py
aragora/evidence/claim_check.py
aragora/evidence/collector.py
aragora/evidence/metadata.py
aragora/evidence/quality.py
aragora/evidence/store.py
aragora/evolution/__init__.py
aragora/evolution/ab_testing.py
aragora/evolution/database.py
aragora/evolution/evolver.py
aragora/evolution/pattern_extractor.py
aragora/evolution/tracker.py
aragora/explainability/__init__.py
aragora/explainability/builder.py
aragora/explainability/decision.py
aragora/export/__init__.py
aragora/export/artifact.py
aragora/export/audit_trail.py
aragora/export/csv_exporter.py
aragora/export/decision_receipt.py
aragora/export/dot_exporter.py
aragora/export/pr_comment.py
aragora/export/static_html.py
aragora/extensions/__init__.py
aragora/extensions/gastown/__init__.py
aragora/extensions/gastown/adapter.py
aragora/extensions/gastown/agent_roles.py
aragora/extensions/gastown/beads.py
aragora/extensions/gastown/convoy.py
aragora/extensions/gastown/coordinator.py
aragora/extensions/gastown/hooks.py
aragora/extensions/gastown/metrics.py
aragora/extensions/gastown/models.py
aragora/extensions/gastown/workspace.py
aragora/extensions/moltbot/__init__.py
aragora/extensions/moltbot/adapter.py
aragora/extensions/moltbot/canvas.py
aragora/extensions/moltbot/capabilities.py
aragora/extensions/moltbot/gateway.py
aragora/extensions/moltbot/inbox.py
aragora/extensions/moltbot/models.py
aragora/extensions/moltbot/onboarding.py
aragora/extensions/moltbot/protocols.py
aragora/extensions/moltbot/voice.py
aragora/extensions/moltbot/voice_wake.py
aragora/extensions/moltbot/handlers/__init__.py
aragora/extensions/moltbot/handlers/canvas.py
aragora/extensions/moltbot/handlers/capabilities.py
aragora/extensions/moltbot/handlers/gateway.py
aragora/extensions/moltbot/handlers/inbox.py
aragora/extensions/moltbot/handlers/onboarding.py
aragora/extensions/moltbot/handlers/types.py
aragora/extensions/moltbot/handlers/voice.py
aragora/fabric/__init__.py
aragora/fabric/audit.py
aragora/fabric/budget.py
aragora/fabric/fabric.py
aragora/fabric/hooks.py
aragora/fabric/isolation.py
aragora/fabric/lifecycle.py
aragora/fabric/models.py
aragora/fabric/nudge.py
aragora/fabric/policy.py
aragora/fabric/scheduler.py
aragora/fabric/telemetry.py
aragora/fixtures/__init__.py
aragora/fixtures/demo_consensus.json
aragora/gateway/__init__.py
aragora/gateway/canonical_api.py
aragora/gateway/capability_router.py
aragora/gateway/credential_proxy.py
aragora/gateway/decision_router.py
aragora/gateway/device_node.py
aragora/gateway/device_registry.py
aragora/gateway/device_security.py
aragora/gateway/health.py
aragora/gateway/inbox.py
aragora/gateway/metrics.py
aragora/gateway/openclaw_policy.py
aragora/gateway/openclaw_proxy.py
aragora/gateway/openclaw_sandbox.py
aragora/gateway/persistence.py
aragora/gateway/protocol.py
aragora/gateway/router.py
aragora/gateway/server.py
aragora/gateway/enterprise/__init__.py
aragora/gateway/enterprise/auth_bridge.py
aragora/gateway/enterprise/tenant_router.py
aragora/gateway/enterprise/audit_interceptor/__init__.py
aragora/gateway/enterprise/audit_interceptor/enums.py
aragora/gateway/enterprise/audit_interceptor/interceptor.py
aragora/gateway/enterprise/audit_interceptor/models.py
aragora/gateway/enterprise/audit_interceptor/storage.py
aragora/gateway/enterprise/proxy/__init__.py
aragora/gateway/enterprise/proxy/config.py
aragora/gateway/enterprise/proxy/core.py
aragora/gateway/enterprise/proxy/exceptions.py
aragora/gateway/enterprise/proxy/models.py
aragora/gateway/enterprise/proxy/resilience.py
aragora/gateway/enterprise/proxy/sanitizer.py
aragora/gateway/enterprise/routing/__init__.py
aragora/gateway/enterprise/routing/enterprise.py
aragora/gateway/enterprise/routing/individual.py
aragora/gateway/enterprise/routing/isolation.py
aragora/gateway/enterprise/routing/quotas.py
aragora/gateway/enterprise/routing/router.py
aragora/gateway/enterprise/routing/team.py
aragora/gateway/external_agents/__init__.py
aragora/gateway/external_agents/base.py
aragora/gateway/external_agents/openclaw_adapter.py
aragora/gateway/external_agents/policy.py
aragora/gateway/external_agents/sandbox.py
aragora/gateway/federation/__init__.py
aragora/gateway/federation/registry.py
aragora/gateway/openclaw/__init__.py
aragora/gateway/openclaw/action_filter.py
aragora/gateway/openclaw/adapter.py
aragora/gateway/openclaw/audit.py
aragora/gateway/openclaw/capabilities.py
aragora/gateway/openclaw/credential_vault.py
aragora/gateway/openclaw/formatters.py
aragora/gateway/openclaw/gateway_adapter.py
aragora/gateway/openclaw/models.py
aragora/gateway/openclaw/protocol.py
aragora/gateway/openclaw/protocols.py
aragora/gateway/openclaw/sandbox.py
aragora/gateway/openclaw/credentials/__init__.py
aragora/gateway/openclaw/credentials/enums.py
aragora/gateway/openclaw/credentials/exceptions.py
aragora/gateway/openclaw/credentials/models.py
aragora/gateway/openclaw/credentials/protocols.py
aragora/gateway/openclaw/credentials/rate_limiter.py
aragora/gateway/openclaw/credentials/vault.py
aragora/gateway/orchestration/__init__.py
aragora/gateway/orchestration/fallback.py
aragora/gateway/orchestration/router.py
aragora/gateway/security/__init__.py
aragora/gateway/security/audit_bridge.py
aragora/gateway/security/credential_vault.py
aragora/gateway/security/output_filter.py
aragora/gauntlet/__init__.py
aragora/gauntlet/__main__.py
aragora/gauntlet/config.py
aragora/gauntlet/errors.py
aragora/gauntlet/heatmap.py
aragora/gauntlet/orchestrator.py
aragora/gauntlet/receipt.py
aragora/gauntlet/receipt_exporters.py
aragora/gauntlet/receipt_models.py
aragora/gauntlet/result.py
aragora/gauntlet/runner.py
aragora/gauntlet/signing.py
aragora/gauntlet/storage.py
aragora/gauntlet/templates.py
aragora/gauntlet/timestamp.py
aragora/gauntlet/types.py
aragora/gauntlet/vertical_templates.py
aragora/gauntlet/webhooks.py
aragora/gauntlet/api/__init__.py
aragora/gauntlet/api/export.py
aragora/gauntlet/api/schema.py
aragora/gauntlet/api/templates.py
aragora/gauntlet/personas/__init__.py
aragora/gauntlet/personas/ai_act.py
aragora/gauntlet/personas/base.py
aragora/gauntlet/personas/gdpr.py
aragora/gauntlet/personas/hipaa.py
aragora/gauntlet/personas/nist_csf.py
aragora/gauntlet/personas/pci_dss.py
aragora/gauntlet/personas/security.py
aragora/gauntlet/personas/soc2.py
aragora/gauntlet/personas/sox.py
aragora/genesis/__init__.py
aragora/genesis/breeding.py
aragora/genesis/database.py
aragora/genesis/events.py
aragora/genesis/fractal.py
aragora/genesis/genome.py
aragora/genesis/ledger.py
aragora/harnesses/__init__.py
aragora/harnesses/adapter.py
aragora/harnesses/base.py
aragora/harnesses/claude_code.py
aragora/harnesses/codex.py
aragora/hooks/__init__.py
aragora/hooks/builtin.py
aragora/hooks/conditions.py
aragora/hooks/config.py
aragora/hooks/loader.py
aragora/implement/__init__.py
aragora/implement/checkpoint.py
aragora/implement/executor.py
aragora/implement/fabric_integration.py
aragora/implement/planner.py
aragora/implement/types.py
aragora/insights/__init__.py
aragora/insights/database.py
aragora/insights/extractor.py
aragora/insights/flip_detector.py
aragora/insights/postgres_store.py
aragora/insights/store.py
aragora/integrations/__init__.py
aragora/integrations/base.py
aragora/integrations/discord.py
aragora/integrations/email.py
aragora/integrations/email_oauth.py
aragora/integrations/email_rate_limiter.py
aragora/integrations/email_reply_loop.py
aragora/integrations/langchain.py
aragora/integrations/make.py
aragora/integrations/matrix.py
aragora/integrations/n8n.py
aragora/integrations/platform_resilience.py
aragora/integrations/receipt_webhooks.py
aragora/integrations/slack.py
aragora/integrations/teams.py
aragora/integrations/telegram.py
aragora/integrations/twilio_voice.py
aragora/integrations/webhooks.py
aragora/integrations/whatsapp.py
aragora/integrations/zapier.py
aragora/integrations/zoom.py
aragora/integrations/langchain/__init__.py
aragora/integrations/langchain/callbacks.py
aragora/integrations/langchain/chains.py
aragora/integrations/langchain/retriever.py
aragora/integrations/langchain/tools.py
aragora/integrations/openclaw/__init__.py
aragora/integrations/openclaw/audit_bridge.py
aragora/integrations/openclaw/client.py
aragora/introspection/__init__.py
aragora/introspection/api.py
aragora/introspection/cache.py
aragora/introspection/types.py
aragora/knowledge/__init__.py
aragora/knowledge/bridges.py
aragora/knowledge/embeddings.py
aragora/knowledge/fact_extractor.py
aragora/knowledge/fact_store.py
aragora/knowledge/integration.py
aragora/knowledge/migration.py
aragora/knowledge/mound_core.py
aragora/knowledge/mound_store.py
aragora/knowledge/mound_types.py
aragora/knowledge/pipeline.py
aragora/knowledge/query_engine.py
aragora/knowledge/relationship_builder.py
aragora/knowledge/repository_orchestrator.py
aragora/knowledge/types.py
aragora/knowledge/vector_store.py
aragora/knowledge/mound/__init__.py
aragora/knowledge/mound/access.py
aragora/knowledge/mound/bidirectional_coordinator.py
aragora/knowledge/mound/checkpoint.py
aragora/knowledge/mound/confidence_decay_scheduler.py
aragora/knowledge/mound/consistency_validator.py
aragora/knowledge/mound/converters.py
aragora/knowledge/mound/core.py
aragora/knowledge/mound/event_batcher.py
aragora/knowledge/mound/facade.py
aragora/knowledge/mound/fact_registry.py
aragora/knowledge/mound/federated_query.py
aragora/knowledge/mound/graph_store.py
aragora/knowledge/mound/lifecycle.py
aragora/knowledge/mound/meta_learner.py
aragora/knowledge/mound/metrics.py
aragora/knowledge/mound/notifications.py
aragora/knowledge/mound/postgres_store.py
aragora/knowledge/mound/quality.py
aragora/knowledge/mound/query_cache.py
aragora/knowledge/mound/redis_cache.py
aragora/knowledge/mound/revalidation_scheduler.py
aragora/knowledge/mound/semantic_store.py
aragora/knowledge/mound/staleness.py
aragora/knowledge/mound/taxonomy.py
aragora/knowledge/mound/types.py
aragora/knowledge/mound/validation.py
aragora/knowledge/mound/websocket_bridge.py
aragora/knowledge/mound/adapters/__init__.py
aragora/knowledge/mound/adapters/_base.py
aragora/knowledge/mound/adapters/_fusion_mixin.py
aragora/knowledge/mound/adapters/_reverse_flow_base.py
aragora/knowledge/mound/adapters/_semantic_mixin.py
aragora/knowledge/mound/adapters/_types.py
aragora/knowledge/mound/adapters/belief_adapter.py
aragora/knowledge/mound/adapters/calibration_fusion_adapter.py
aragora/knowledge/mound/adapters/compliance_adapter.py
aragora/knowledge/mound/adapters/computer_use_adapter.py
aragora/knowledge/mound/adapters/consensus_adapter.py
aragora/knowledge/mound/adapters/continuum_adapter.py
aragora/knowledge/mound/adapters/control_plane_adapter.py
aragora/knowledge/mound/adapters/cost_adapter.py
aragora/knowledge/mound/adapters/critique_adapter.py
aragora/knowledge/mound/adapters/culture_adapter.py
aragora/knowledge/mound/adapters/debate_adapter.py
aragora/knowledge/mound/adapters/decision_plan_adapter.py
aragora/knowledge/mound/adapters/elo_adapter.py
aragora/knowledge/mound/adapters/erc8004_adapter.py
aragora/knowledge/mound/adapters/evidence_adapter.py
aragora/knowledge/mound/adapters/extraction_adapter.py
aragora/knowledge/mound/adapters/fabric_adapter.py
aragora/knowledge/mound/adapters/factory.py
aragora/knowledge/mound/adapters/gateway_adapter.py
aragora/knowledge/mound/adapters/insights_adapter.py
aragora/knowledge/mound/adapters/langextract_adapter.py
aragora/knowledge/mound/adapters/nomic_cycle_adapter.py
aragora/knowledge/mound/adapters/obsidian_adapter.py
aragora/knowledge/mound/adapters/openclaw_adapter.py
aragora/knowledge/mound/adapters/openclaw_adapter_learning.py
aragora/knowledge/mound/adapters/openclaw_adapter_models.py
aragora/knowledge/mound/adapters/performance_adapter.py
aragora/knowledge/mound/adapters/provenance_adapter.py
aragora/knowledge/mound/adapters/pulse_adapter.py
aragora/knowledge/mound/adapters/ranking_adapter.py
aragora/knowledge/mound/adapters/receipt_adapter.py
aragora/knowledge/mound/adapters/rlm_adapter.py
aragora/knowledge/mound/adapters/supermemory_adapter.py
aragora/knowledge/mound/adapters/trickster_adapter.py
aragora/knowledge/mound/adapters/workflow_adapter.py
aragora/knowledge/mound/adapters/workspace_adapter.py
aragora/knowledge/mound/adapters/performance/__init__.py
aragora/knowledge/mound/adapters/performance/adapter.py
aragora/knowledge/mound/adapters/performance/elo_storage.py
aragora/knowledge/mound/adapters/performance/expertise.py
aragora/knowledge/mound/adapters/performance/km_persistence.py
aragora/knowledge/mound/adapters/performance/models.py
aragora/knowledge/mound/adapters/performance/reverse_flow.py
aragora/knowledge/mound/adapters/performance/search.py
aragora/knowledge/mound/api/__init__.py
aragora/knowledge/mound/api/crud.py
aragora/knowledge/mound/api/query.py
aragora/knowledge/mound/api/rlm.py
aragora/knowledge/mound/api/router.py
aragora/knowledge/mound/culture/__init__.py
aragora/knowledge/mound/culture/accumulator.py
aragora/knowledge/mound/culture/patterns.py
aragora/knowledge/mound/culture/stigmergy.py
aragora/knowledge/mound/ops/__init__.py
aragora/knowledge/mound/ops/analytics.py
aragora/knowledge/mound/ops/auto_curation.py
aragora/knowledge/mound/ops/calibration_fusion.py
aragora/knowledge/mound/ops/composite_analytics.py
aragora/knowledge/mound/ops/confidence_decay.py
aragora/knowledge/mound/ops/contradiction.py
aragora/knowledge/mound/ops/culture.py
aragora/knowledge/mound/ops/dedup.py
aragora/knowledge/mound/ops/extraction.py
aragora/knowledge/mound/ops/federation.py
aragora/knowledge/mound/ops/federation_scheduler.py
aragora/knowledge/mound/ops/fusion.py
aragora/knowledge/mound/ops/global_knowledge.py
aragora/knowledge/mound/ops/governance.py
aragora/knowledge/mound/ops/graph_rag.py
aragora/knowledge/mound/ops/multi_party_validation.py
aragora/knowledge/mound/ops/protocols.py
aragora/knowledge/mound/ops/pruning.py
aragora/knowledge/mound/ops/quality_signals.py
aragora/knowledge/mound/ops/sharing.py
aragora/knowledge/mound/ops/staleness.py
aragora/knowledge/mound/ops/sync.py
aragora/knowledge/mound/resilience/__init__.py
aragora/knowledge/mound/resilience/_common.py
aragora/knowledge/mound/resilience/adapter_mixin.py
aragora/knowledge/mound/resilience/bulkhead.py
aragora/knowledge/mound/resilience/cache_invalidation.py
aragora/knowledge/mound/resilience/circuit_breaker.py
aragora/knowledge/mound/resilience/health.py
aragora/knowledge/mound/resilience/integrity.py
aragora/knowledge/mound/resilience/postgres_store.py
aragora/knowledge/mound/resilience/retry.py
aragora/knowledge/mound/resilience/slo.py
aragora/knowledge/mound/resilience/transaction.py
aragora/knowledge/mound/vector_abstraction/__init__.py
aragora/knowledge/mound/vector_abstraction/base.py
aragora/knowledge/mound/vector_abstraction/chroma.py
aragora/knowledge/mound/vector_abstraction/factory.py
aragora/knowledge/mound/vector_abstraction/memory.py
aragora/knowledge/mound/vector_abstraction/milvus.py
aragora/knowledge/mound/vector_abstraction/pinecone.py
aragora/knowledge/mound/vector_abstraction/qdrant.py
aragora/knowledge/mound/vector_abstraction/weaviate.py
aragora/knowledge/mound/verticals/__init__.py
aragora/knowledge/mound/verticals/accounting.py
aragora/knowledge/mound/verticals/base.py
aragora/knowledge/mound/verticals/healthcare.py
aragora/knowledge/mound/verticals/legal.py
aragora/knowledge/mound/verticals/registry.py
aragora/knowledge/mound/verticals/research.py
aragora/knowledge/mound/verticals/software.py
aragora/knowledge/search/__init__.py
aragora/knowledge/search/bm25.py
aragora/knowledge/unified/__init__.py
aragora/knowledge/unified/types.py
aragora/knowledge/unified/unified_store.py
aragora/learning/__init__.py
aragora/learning/meta.py
aragora/maintenance/__init__.py
aragora/maintenance/db_maintenance.py
aragora/marketplace/__init__.py
aragora/marketplace/client.py
aragora/marketplace/models.py
aragora/marketplace/registry.py
aragora/mcp/__init__.py
aragora/mcp/__main__.py
aragora/mcp/server.py
aragora/mcp/tools.py
aragora/mcp/tools_module/__init__.py
aragora/mcp/tools_module/agent.py
aragora/mcp/tools_module/audit.py
aragora/mcp/tools_module/browser.py
aragora/mcp/tools_module/canvas.py
aragora/mcp/tools_module/chat_actions.py
aragora/mcp/tools_module/checkpoint.py
aragora/mcp/tools_module/context_tools.py
aragora/mcp/tools_module/control_plane.py
aragora/mcp/tools_module/debate.py
aragora/mcp/tools_module/evidence.py
aragora/mcp/tools_module/gauntlet.py
aragora/mcp/tools_module/integrations.py
aragora/mcp/tools_module/knowledge.py
aragora/mcp/tools_module/memory.py
aragora/mcp/tools_module/trending.py
aragora/mcp/tools_module/verification.py
aragora/mcp/tools_module/workflow.py
aragora/memory/__init__.py
aragora/memory/access.py
aragora/memory/capture.py
aragora/memory/consensus.py
aragora/memory/continuum_consolidation.py
aragora/memory/continuum_glacial.py
aragora/memory/continuum_snapshot.py
aragora/memory/continuum_stats.py
aragora/memory/coordinator.py
aragora/memory/cross_debate_rlm.py
aragora/memory/database.py
aragora/memory/debate_store.py
aragora/memory/embeddings.py
aragora/memory/hybrid_search.py
aragora/memory/outcome_bridge.py
aragora/memory/protocols.py
aragora/memory/store.py
aragora/memory/streams.py
aragora/memory/surprise.py
aragora/memory/tier_analytics.py
aragora/memory/tier_manager.py
aragora/memory/backends/__init__.py
aragora/memory/backends/in_memory.py
aragora/memory/backends/supermemory.py
aragora/memory/backends/vector_index.py
aragora/memory/continuum/__init__.py
aragora/memory/continuum/base.py
aragora/memory/continuum/coordinator.py
aragora/memory/continuum/coordinator_search.py
aragora/memory/continuum/coordinator_tier_ops.py
aragora/memory/continuum/core.py
aragora/memory/continuum/crud.py
aragora/memory/continuum/entry.py
aragora/memory/continuum/fast_tier.py
aragora/memory/continuum/glacial_tier.py
aragora/memory/continuum/km_integration.py
aragora/memory/continuum/medium_tier.py
aragora/memory/continuum/outcome.py
aragora/memory/continuum/retrieval.py
aragora/memory/continuum/singleton.py
aragora/memory/continuum/slow_tier.py
aragora/memory/continuum/tier_ops.py
aragora/memory/continuum/types.py
aragora/migrations/__init__.py
aragora/migrations/__main__.py
aragora/migrations/encrypt_existing_data.py
aragora/migrations/patterns.py
aragora/migrations/runner.py
aragora/migrations/sqlite_to_postgres.py
aragora/migrations/templates.py
aragora/migrations/tracker.py
aragora/migrations/v20260113000000_consolidate_databases.py
aragora/migrations/versions/__init__.py
aragora/migrations/versions/v20240101000000_initial_schema.py
aragora/migrations/versions/v20260119000000_knowledge_mound_visibility.py
aragora/migrations/versions/v20260120000000_channel_governance_stores.py
aragora/migrations/versions/v20260120100000_marketplace_webhooks_batch.py
aragora/migrations/versions/v20260201000000_add_debate_metrics_indexes.py
aragora/migrations/versions/v20260201000100_add_agent_performance_tracking.py
aragora/migrations/versions/v20260201000200_add_decision_receipts_table.py
aragora/migrations/versions/v20260201000300_add_rate_limit_tracking.py
aragora/migrations/versions/v20260201000400_add_session_management.py
aragora/migrations/versions/v20260202000000_knowledge_mound_composite_indexes.py
aragora/ml/__init__.py
aragora/ml/agent_router.py
aragora/ml/consensus_predictor.py
aragora/ml/degradation.py
aragora/ml/embeddings.py
aragora/ml/local_finetuning.py
aragora/ml/performance_router_bridge.py
aragora/ml/quality_scorer.py
aragora/moderation/__init__.py
aragora/moderation/spam_integration.py
aragora/modes/__init__.py
aragora/modes/base.py
aragora/modes/custom.py
aragora/modes/deep_audit.py
aragora/modes/gauntlet.py
aragora/modes/handoff.py
aragora/modes/prober.py
aragora/modes/redteam.py
aragora/modes/tool_groups.py
aragora/modes/builtin/__init__.py
aragora/modes/builtin/architect.py
aragora/modes/builtin/coder.py
aragora/modes/builtin/debugger.py
aragora/modes/builtin/orchestrator.py
aragora/modes/builtin/reviewer.py
aragora/modes/probes/__init__.py
aragora/modes/probes/models.py
aragora/modes/probes/strategies.py
aragora/monitoring/__init__.py
aragora/monitoring/simple_observer.py
aragora/nomic/__init__.py
aragora/nomic/agent_roles.py
aragora/nomic/approval.py
aragora/nomic/audit.py
aragora/nomic/autonomous_orchestrator.py
aragora/nomic/beads.py
aragora/nomic/branch_coordinator.py
aragora/nomic/canonical_api.py
aragora/nomic/checkpoints.py
aragora/nomic/context_builder.py
aragora/nomic/convoy_coordinator.py
aragora/nomic/convoy_executor.py
aragora/nomic/convoys.py
aragora/nomic/cycle_record.py
aragora/nomic/cycle_store.py
aragora/nomic/debate_profile.py
aragora/nomic/escalation_store.py
aragora/nomic/evaluation.py
aragora/nomic/events.py
aragora/nomic/gastown_handoff.py
aragora/nomic/gates.py
aragora/nomic/global_work_queue.py
aragora/nomic/handlers.py
aragora/nomic/hook_queue.py
aragora/nomic/implement_executor.py
aragora/nomic/integration.py
aragora/nomic/km_context.py
aragora/nomic/loop.py
aragora/nomic/mayor_coordinator.py
aragora/nomic/meta_planner.py
aragora/nomic/metrics.py
aragora/nomic/postgres_cycle_store.py
aragora/nomic/preflight.py
aragora/nomic/recovery.py
aragora/nomic/rlm_codebase.py
aragora/nomic/sica_improver.py
aragora/nomic/sica_settings.py
aragora/nomic/state_machine.py
aragora/nomic/states.py
aragora/nomic/stuck_detector.py
aragora/nomic/task_decomposer.py
aragora/nomic/test_generator.py
aragora/nomic/witness_behavior.py
aragora/nomic/curriculum/__init__.py
aragora/nomic/curriculum/integration.py
aragora/nomic/curriculum/slack.py
aragora/nomic/curriculum/soar_curriculum.py
aragora/nomic/molecules/__init__.py
aragora/nomic/molecules/base.py
aragora/nomic/molecules/critique.py
aragora/nomic/molecules/execution.py
aragora/nomic/molecules/proposal.py
aragora/nomic/molecules/registry.py
aragora/nomic/molecules/verification.py
aragora/nomic/phases/__init__.py
aragora/nomic/phases/commit.py
aragora/nomic/phases/context.py
aragora/nomic/phases/debate.py
aragora/nomic/phases/design.py
aragora/nomic/phases/implement.py
aragora/nomic/phases/scope_limiter.py
aragora/nomic/phases/verify.py
aragora/nomic/stores/__init__.py
aragora/nomic/stores/bead_store.py
aragora/nomic/stores/convoy_store.py
aragora/nomic/stores/paths.py
aragora/nomic/stores/protocols.py
aragora/nomic/stores/specs.py
aragora/nomic/stores/adapters/__init__.py
aragora/nomic/stores/adapters/workspace.py
aragora/nomic/testfixer/__init__.py
aragora/nomic/testfixer/agent_selector.py
aragora/nomic/testfixer/analyzer.py
aragora/nomic/testfixer/batch.py
aragora/nomic/testfixer/bug_check.py
aragora/nomic/testfixer/http_api.py
aragora/nomic/testfixer/impact.py
aragora/nomic/testfixer/orchestrator.py
aragora/nomic/testfixer/proposer.py
aragora/nomic/testfixer/runner.py
aragora/nomic/testfixer/store.py
aragora/nomic/testfixer/worker_loop.py
aragora/nomic/testfixer/analyzers/__init__.py
aragora/nomic/testfixer/analyzers/llm_analyzer.py
aragora/nomic/testfixer/generators/__init__.py
aragora/nomic/testfixer/generators/agent.py
aragora/nomic/testfixer/learning/__init__.py
aragora/nomic/testfixer/learning/pattern_learner.py
aragora/nomic/testfixer/validators/__init__.py
aragora/nomic/testfixer/validators/arena_validator.py
aragora/nomic/testfixer/validators/redteam_validator.py
aragora/notifications/__init__.py
aragora/notifications/models.py
aragora/notifications/providers.py
aragora/notifications/receipt_delivery.py
aragora/notifications/service.py
aragora/observability/__init__.py
aragora/observability/alerting.py
aragora/observability/config.py
aragora/observability/decision_metrics.py
aragora/observability/handler_instrumentation.py
aragora/observability/immutable_log.py
aragora/observability/incident_store.py
aragora/observability/log_backends.py
aragora/observability/log_types.py
aragora/observability/logging.py
aragora/observability/memory_profiler.py
aragora/observability/n1_detector.py
aragora/observability/otel.py
aragora/observability/otlp_export.py
aragora/observability/query_analyzer.py
aragora/observability/security_audit.py
aragora/observability/siem.py
aragora/observability/slo.py
aragora/observability/slo_alert_bridge.py
aragora/observability/slo_history.py
aragora/observability/trace_correlation.py
aragora/observability/tracing.py
aragora/observability/metrics/__init__.py
aragora/observability/metrics/agent.py
aragora/observability/metrics/agents.py
aragora/observability/metrics/base.py
aragora/observability/metrics/bridge.py
aragora/observability/metrics/cache.py
aragora/observability/metrics/cardinality.py
aragora/observability/metrics/checkpoint.py
aragora/observability/metrics/compat.py
aragora/observability/metrics/consensus.py
aragora/observability/metrics/control_plane.py
aragora/observability/metrics/convergence.py
aragora/observability/metrics/core.py
aragora/observability/metrics/custom.py
aragora/observability/metrics/debate.py
aragora/observability/metrics/debate_slo.py
aragora/observability/metrics/evidence.py
aragora/observability/metrics/explainability.py
aragora/observability/metrics/fabric.py
aragora/observability/metrics/gauntlet.py
aragora/observability/metrics/governance.py
aragora/observability/metrics/initialization.py
aragora/observability/metrics/km.py
aragora/observability/metrics/marketplace.py
aragora/observability/metrics/memory.py
aragora/observability/metrics/notification.py
aragora/observability/metrics/platform.py
aragora/observability/metrics/ranking.py
aragora/observability/metrics/request.py
aragora/observability/metrics/security.py
aragora/observability/metrics/server.py
aragora/observability/metrics/slo.py
aragora/observability/metrics/stores.py
aragora/observability/metrics/system.py
aragora/observability/metrics/task_queue.py
aragora/observability/metrics/tts.py
aragora/observability/metrics/user_mapping.py
aragora/observability/metrics/webhook.py
aragora/observability/metrics/workflow.py
aragora/onboarding/__init__.py
aragora/onboarding/wizard.py
aragora/operations/__init__.py
aragora/ops/__init__.py
aragora/ops/deployment_validator.py
aragora/ops/enterprise_validator.py
aragora/ops/key_rotation.py
aragora/performance/__init__.py
aragora/performance/adaptive_cache.py
aragora/performance/compression.py
aragora/performance/data_loader.py
aragora/performance/lazy_loading.py
aragora/persistence/__init__.py
aragora/persistence/db_backend.py
aragora/persistence/db_config.py
aragora/persistence/evolution.py
aragora/persistence/models.py
aragora/persistence/postgres_pool.py
aragora/persistence/query_utils.py
aragora/persistence/supabase_client.py
aragora/persistence/sync_service.py
aragora/persistence/transaction.py
aragora/persistence/validator.py
aragora/persistence/migrations/__init__.py
aragora/persistence/migrations/consolidate.py
aragora/persistence/migrations/runner.py
aragora/persistence/migrations/postgres/__init__.py
aragora/persistence/migrations/postgres/data_migrator.py
aragora/persistence/migrations/postgres/memory_migrator.py
aragora/persistence/migrations/postgres/runner.py
aragora/persistence/migrations/users/001_initial.py
aragora/persistence/migrations/users/002_add_lockout.py
aragora/persistence/migrations/users/__init__.py
aragora/persistence/repositories/__init__.py
aragora/persistence/repositories/base.py
aragora/persistence/repositories/debate.py
aragora/persistence/repositories/elo.py
aragora/persistence/repositories/memory.py
aragora/persistence/repositories/phase2.py
aragora/pipeline/__init__.py
aragora/pipeline/decision_integrity.py
aragora/pipeline/execution_bridge.py
aragora/pipeline/execution_notifier.py
aragora/pipeline/executor.py
aragora/pipeline/notifications.py
aragora/pipeline/plan_store.py
aragora/pipeline/pr_generator.py
aragora/pipeline/risk_register.py
aragora/pipeline/verification_plan.py
aragora/pipeline/decision_plan/__init__.py
aragora/pipeline/decision_plan/core.py
aragora/pipeline/decision_plan/factory.py
aragora/pipeline/decision_plan/memory.py
aragora/plugins/__init__.py
aragora/plugins/manifest.py
aragora/plugins/runner.py
aragora/plugins/builtin/__init__.py
aragora/plugins/builtin/lint.py
aragora/plugins/builtin/security.py
aragora/plugins/builtin/tests.py
aragora/plugins/selection/__init__.py
aragora/plugins/selection/protocols.py
aragora/plugins/selection/registry.py
aragora/plugins/selection/strategies.py
aragora/policy/__init__.py
aragora/policy/engine.py
aragora/policy/risk.py
aragora/policy/tools.py
aragora/privacy/__init__.py
aragora/privacy/anonymization.py
aragora/privacy/audit_log.py
aragora/privacy/classifier.py
aragora/privacy/consent.py
aragora/privacy/deletion.py
aragora/privacy/isolation.py
aragora/privacy/retention.py
aragora/prompts/__init__.py
aragora/prompts/code_review.py
aragora/protocols/__init__.py
aragora/protocols/agent_protocols.py
aragora/protocols/bridge.py
aragora/protocols/callback_types.py
aragora/protocols/debate_protocols.py
aragora/protocols/event_protocols.py
aragora/protocols/feature_protocols.py
aragora/protocols/memory_protocols.py
aragora/protocols/storage_protocols.py
aragora/protocols/tracker_protocols.py
aragora/protocols/a2a/__init__.py
aragora/protocols/a2a/client.py
aragora/protocols/a2a/server.py
aragora/protocols/a2a/types.py
aragora/pulse/__init__.py
aragora/pulse/consensus.py
aragora/pulse/freshness.py
aragora/pulse/ingestor.py
aragora/pulse/postgres_store.py
aragora/pulse/quality.py
aragora/pulse/scheduler.py
aragora/pulse/store.py
aragora/pulse/weighting.py
aragora/queue/__init__.py
aragora/queue/base.py
aragora/queue/batch_worker.py
aragora/queue/config.py
aragora/queue/job.py
aragora/queue/retry.py
aragora/queue/status.py
aragora/queue/streams.py
aragora/queue/tracing.py
aragora/queue/webhook_worker.py
aragora/queue/worker.py
aragora/queue/workers/__init__.py
aragora/queue/workers/consensus_healing_worker.py
aragora/queue/workers/gauntlet_worker.py
aragora/queue/workers/routing_worker.py
aragora/queue/workers/testfixer_worker.py
aragora/queue/workers/transcription_worker.py
aragora/ranking/__init__.py
aragora/ranking/calibration_database.py
aragora/ranking/calibration_engine.py
aragora/ranking/database.py
aragora/ranking/elo.py
aragora/ranking/elo_analysis.py
aragora/ranking/elo_calibration.py
aragora/ranking/elo_core.py
aragora/ranking/elo_domain.py
aragora/ranking/elo_leaderboard.py
aragora/ranking/elo_matchmaking.py
aragora/ranking/km_elo_bridge.py
aragora/ranking/leaderboard_engine.py
aragora/ranking/match_recorder.py
aragora/ranking/muse_calibration.py
aragora/ranking/pattern_matcher.py
aragora/ranking/performance_integrator.py
aragora/ranking/postgres_database.py
aragora/ranking/redteam.py
aragora/ranking/relationships.py
aragora/ranking/snapshot.py
aragora/ranking/tournaments.py
aragora/ranking/verification.py
aragora/rbac/__init__.py
aragora/rbac/approvals.py
aragora/rbac/audit.py
aragora/rbac/cache.py
aragora/rbac/checker.py
aragora/rbac/conditions.py
aragora/rbac/decorators.py
aragora/rbac/delegation.py
aragora/rbac/emergency.py
aragora/rbac/enforcer.py
aragora/rbac/hierarchy.py
aragora/rbac/middleware.py
aragora/rbac/models.py
aragora/rbac/ownership.py
aragora/rbac/profiles.py
aragora/rbac/quotas.py
aragora/rbac/resource_permissions.py
aragora/rbac/types.py
aragora/rbac/defaults/__init__.py
aragora/rbac/defaults/helpers.py
aragora/rbac/defaults/registry.py
aragora/rbac/defaults/roles.py
aragora/rbac/defaults/permissions/__init__.py
aragora/rbac/defaults/permissions/_helpers.py
aragora/rbac/defaults/permissions/admin.py
aragora/rbac/defaults/permissions/autonomous.py
aragora/rbac/defaults/permissions/billing.py
aragora/rbac/defaults/permissions/compliance.py
aragora/rbac/defaults/permissions/debate.py
aragora/rbac/defaults/permissions/integrations.py
aragora/rbac/defaults/permissions/knowledge.py
aragora/rbac/defaults/permissions/organization.py
aragora/rbac/defaults/permissions/resources.py
aragora/rbac/defaults/permissions/routes.py
aragora/rbac/defaults/permissions/security.py
aragora/reasoning/__init__.py
aragora/reasoning/belief.py
aragora/reasoning/citations.py
aragora/reasoning/claim_check.py
aragora/reasoning/claims.py
aragora/reasoning/crux_detector.py
aragora/reasoning/evidence_bridge.py
aragora/reasoning/evidence_grounding.py
aragora/reasoning/position_tracker.py
aragora/reasoning/provenance.py
aragora/reasoning/provenance_enhanced.py
aragora/reasoning/reliability.py
aragora/reasoning/sampling/__init__.py
aragora/reasoning/sampling/power_sampling.py
aragora/replay/__init__.py
aragora/replay/reader.py
aragora/replay/recorder.py
aragora/replay/replay.py
aragora/replay/schema.py
aragora/replay/storage.py
aragora/reports/__init__.py
aragora/reports/generator.py
aragora/resilience/__init__.py
aragora/resilience/circuit_breaker.py
aragora/resilience/circuit_breaker_v2.py
aragora/resilience/decorator.py
aragora/resilience/health.py
aragora/resilience/http_client.py
aragora/resilience/metrics.py
aragora/resilience/pattern_metrics.py
aragora/resilience/persistence.py
aragora/resilience/registry.py
aragora/resilience/retry.py
aragora/resilience/simple_circuit_breaker.py
aragora/resilience/timeout.py
aragora/rlm/__init__.py
aragora/rlm/adapter.py
aragora/rlm/batch.py
aragora/rlm/belief_context_adapter.py
aragora/rlm/bridge.py
aragora/rlm/codebase_context.py
aragora/rlm/compressor.py
aragora/rlm/debate_adapter.py
aragora/rlm/debate_helpers.py
aragora/rlm/debate_integration.py
aragora/rlm/exceptions.py
aragora/rlm/factory.py
aragora/rlm/hierarchy_cache.py
aragora/rlm/knowledge_adapter.py
aragora/rlm/knowledge_helpers.py
aragora/rlm/metrics.py
aragora/rlm/metrics_export.py
aragora/rlm/repl.py
aragora/rlm/rlm_selection_bridge.py
aragora/rlm/strategies.py
aragora/rlm/streaming.py
aragora/rlm/streaming_mixin.py
aragora/rlm/types.py
aragora/rlm/training/__init__.py
aragora/rlm/training/buffer.py
aragora/rlm/training/policy.py
aragora/rlm/training/reward.py
aragora/rlm/training/trainer.py
aragora/routing/__init__.py
aragora/routing/config.py
aragora/routing/domain_matcher.py
aragora/routing/lara_router.py
aragora/routing/probe_filter.py
aragora/routing/selection.py
aragora/routing/team_builder.py
aragora/routing/unified_router.py
aragora/runtime/__init__.py
aragora/runtime/autotune.py
aragora/runtime/metadata.py
aragora/sandbox/__init__.py
aragora/sandbox/executor.py
aragora/sandbox/lifecycle.py
aragora/sandbox/policies.py
aragora/sandbox/pool.py
aragora/scheduler/__init__.py
aragora/scheduler/access_review_scheduler.py
aragora/scheduler/audit_scheduler.py
aragora/scheduler/dr_drill_scheduler.py
aragora/scheduler/receipt_retention.py
aragora/scheduler/run_rotation.py
aragora/scheduler/secrets_rotation_scheduler.py
aragora/scheduler/security_audit_schedule.py
aragora/scheduler/slack_token_refresh.py
aragora/scheduler/teams_token_refresh.py
aragora/scheduler/rotation_handlers/__init__.py
aragora/scheduler/rotation_handlers/api_key.py
aragora/scheduler/rotation_handlers/base.py
aragora/scheduler/rotation_handlers/database.py
aragora/scheduler/rotation_handlers/encryption.py
aragora/scheduler/rotation_handlers/oauth.py
aragora/schedulers/__init__.py
aragora/schedulers/receipt_retention.py
aragora/schedulers/slack_token_refresh.py
aragora/schedulers/teams_token_refresh.py
aragora/security/__init__.py
aragora/security/anomaly_detection.py
aragora/security/approval_enforcer.py
aragora/security/encryption.py
aragora/security/key_rotation.py
aragora/security/kms_provider.py
aragora/security/migration.py
aragora/security/ssrf_protection.py
aragora/security/threat_intel_enrichment.py
aragora/security/token_rotation.py
aragora/server/__init__.py
aragora/server/__main__.py
aragora/server/agent_selection.py
aragora/server/api.py
aragora/server/app.py
aragora/server/auth.py
aragora/server/auth_checks.py
aragora/server/auth_requirements.py
aragora/server/auto_migrations.py
aragora/server/background.py
aragora/server/bindings.py
aragora/server/collaboration.py
aragora/server/config.py
aragora/server/config_validator.py
aragora/server/connection_pool.py
aragora/server/cors_config.py
aragora/server/debate_controller.py
aragora/server/debate_controller_mixin.py
aragora/server/debate_export.py
aragora/server/debate_factory.py
aragora/server/debate_queue.py
aragora/server/debate_utils.py
aragora/server/decision_integrity_utils.py
aragora/server/degraded_mode.py
aragora/server/deprecation.py
aragora/server/documents.py
aragora/server/drain_coordinator.py
aragora/server/error_aggregator.py
aragora/server/error_codes.py
aragora/server/error_monitoring.py
aragora/server/errors.py
aragora/server/extensions.py
aragora/server/fork_handler.py
aragora/server/handler_registry.py
aragora/server/http_caching.py
aragora/server/http_client_pool.py
aragora/server/http_utils.py
aragora/server/initialization.py
aragora/server/leak_detector.py
aragora/server/lifecycle.py
aragora/server/nomic_stream.py
aragora/server/oauth_state_store.py
aragora/server/openapi_impl.py
aragora/server/persistent_origin_store.py
aragora/server/postgres_storage.py
aragora/server/postman_generator.py
aragora/server/prometheus.py
aragora/server/prometheus_control_plane.py
aragora/server/prometheus_cross_pollination.py
aragora/server/prometheus_decorators.py
aragora/server/prometheus_definitions.py
aragora/server/prometheus_features.py
aragora/server/prometheus_knowledge.py
aragora/server/prometheus_nomic.py
aragora/server/prometheus_recording.py
aragora/server/prometheus_rlm.py
aragora/server/pubsub.py
aragora/server/question_classifier.py
aragora/server/rate_limit.py
aragora/server/rate_limit_redis.py
aragora/server/redis_cluster.py
aragora/server/redis_config.py
aragora/server/redis_state.py
aragora/server/request_lifecycle.py
aragora/server/request_logging.py
aragora/server/request_tracker.py
aragora/server/request_utils.py
aragora/server/research_phase.py
aragora/server/response_schema.py
aragora/server/response_utils.py
aragora/server/result_router.py
aragora/server/router.py
aragora/server/routing.py
aragora/server/session_store.py
aragora/server/shutdown_sequence.py
aragora/server/startup_transaction.py
aragora/server/state.py
aragora/server/static_file_handler.py
aragora/server/storage.py
aragora/server/tokens.py
aragora/server/unified_server.py
aragora/server/upload_rate_limit.py
aragora/server/webhook_delivery.py
aragora/server/commands/__init__.py
aragora/server/commands/handlers.py
aragora/server/commands/models.py
aragora/server/commands/registry.py
aragora/server/commands/router.py
aragora/server/debate_origin/__init__.py
aragora/server/debate_origin/formatting.py
aragora/server/debate_origin/models.py
aragora/server/debate_origin/registry.py
aragora/server/debate_origin/router.py
aragora/server/debate_origin/sessions.py
aragora/server/debate_origin/stores.py
aragora/server/debate_origin/voice.py
aragora/server/debate_origin/senders/__init__.py
aragora/server/debate_origin/senders/discord.py
aragora/server/debate_origin/senders/email.py
aragora/server/debate_origin/senders/google_chat.py
aragora/server/debate_origin/senders/slack.py
aragora/server/debate_origin/senders/teams.py
aragora/server/debate_origin/senders/telegram.py
aragora/server/debate_origin/senders/whatsapp.py
aragora/server/fastapi/__init__.py
aragora/server/fastapi/factory.py
aragora/server/fastapi/dependencies/__init__.py
aragora/server/fastapi/dependencies/auth.py
aragora/server/fastapi/middleware/__init__.py
aragora/server/fastapi/middleware/error_handling.py
aragora/server/fastapi/middleware/security_headers.py
aragora/server/fastapi/middleware/tracing.py
aragora/server/fastapi/middleware/validation.py
aragora/server/fastapi/routes/__init__.py
aragora/server/fastapi/routes/agents.py
aragora/server/fastapi/routes/debates.py
aragora/server/fastapi/routes/decisions.py
aragora/server/fastapi/routes/gauntlet.py
aragora/server/fastapi/routes/health.py
aragora/server/fastapi/routes/receipts.py
aragora/server/fastapi/routes/testfixer.py
aragora/server/graphql/__init__.py
aragora/server/graphql/dataloaders.py
aragora/server/graphql/handler.py
aragora/server/graphql/resolvers.py
aragora/server/graphql/resolvers_agents.py
aragora/server/graphql/resolvers_debates.py
aragora/server/graphql/resolvers_tasks.py
aragora/server/graphql/schema.py
aragora/server/handler_registry/__init__.py
aragora/server/handler_registry/admin.py
aragora/server/handler_registry/agents.py
aragora/server/handler_registry/analytics.py
aragora/server/handler_registry/core.py
aragora/server/handler_registry/debates.py
aragora/server/handler_registry/instrumented.py
aragora/server/handler_registry/memory.py
aragora/server/handler_registry/social.py
aragora/server/handlers/__init__.py
aragora/server/handlers/_analytics_impl.py
aragora/server/handlers/_analytics_metrics_agents.py
aragora/server/handlers/_analytics_metrics_common.py
aragora/server/handlers/_analytics_metrics_debates.py
aragora/server/handlers/_analytics_metrics_impl.py
aragora/server/handlers/_analytics_metrics_usage.py
aragora/server/handlers/_lazy_imports.py
aragora/server/handlers/_oauth_impl.py
aragora/server/handlers/_registry.py
aragora/server/handlers/_shared_inbox_handler.py
aragora/server/handlers/a2a.py
aragora/server/handlers/accounting.py
aragora/server/handlers/analytics_metrics.py
aragora/server/handlers/analytics_performance.py
aragora/server/handlers/ap_automation.py
aragora/server/handlers/api_decorators.py
aragora/server/handlers/approvals_inbox.py
aragora/server/handlers/ar_automation.py
aragora/server/handlers/audit_export.py
aragora/server/handlers/audit_trail.py
aragora/server/handlers/auditing.py
aragora/server/handlers/autonomous_learning.py
aragora/server/handlers/backup_handler.py
aragora/server/handlers/base.py
aragora/server/handlers/belief.py
aragora/server/handlers/bindings.py
aragora/server/handlers/breakpoints.py
aragora/server/handlers/budgets.py
aragora/server/handlers/checkpoints.py
aragora/server/handlers/cloud_storage.py
aragora/server/handlers/code_review.py
aragora/server/handlers/compliance_handler.py
aragora/server/handlers/composite.py
aragora/server/handlers/computer_use_handler.py
aragora/server/handlers/connectors.py
aragora/server/handlers/consensus.py
aragora/server/handlers/critique.py
aragora/server/handlers/cross_pollination.py
aragora/server/handlers/dashboard.py
aragora/server/handlers/decision.py
aragora/server/handlers/deliberations.py
aragora/server/handlers/dependency_analysis.py
aragora/server/handlers/devices.py
aragora/server/handlers/docs.py
aragora/server/handlers/dr_handler.py
aragora/server/handlers/email_debate.py
aragora/server/handlers/email_services.py
aragora/server/handlers/endpoint_analytics.py
aragora/server/handlers/erc8004.py
aragora/server/handlers/evaluation.py
aragora/server/handlers/exceptions.py
aragora/server/handlers/expenses.py
aragora/server/handlers/explainability.py
aragora/server/handlers/explainability_store.py
aragora/server/handlers/extensions.py
aragora/server/handlers/external_agents.py
aragora/server/handlers/external_integrations.py
aragora/server/handlers/feedback.py
aragora/server/handlers/gallery.py
aragora/server/handlers/gastown_dashboard.py
aragora/server/handlers/gateway_agents_handler.py
aragora/server/handlers/gateway_config_handler.py
aragora/server/handlers/gateway_credentials_handler.py
aragora/server/handlers/gateway_handler.py
aragora/server/handlers/gateway_health_handler.py
aragora/server/handlers/gauntlet_v1.py
aragora/server/handlers/genesis.py
aragora/server/handlers/hybrid_debate_handler.py
aragora/server/handlers/inbox_actions.py
aragora/server/handlers/inbox_command.py
aragora/server/handlers/inbox_services.py
aragora/server/handlers/integration_management.py
aragora/server/handlers/interface.py
aragora/server/handlers/introspection.py
aragora/server/handlers/invoices.py
aragora/server/handlers/knowledge.py
aragora/server/handlers/knowledge_chat.py
aragora/server/handlers/laboratory.py
aragora/server/handlers/marketplace.py
aragora/server/handlers/metrics.py
aragora/server/handlers/metrics_endpoint.py
aragora/server/handlers/mixins.py
aragora/server/handlers/ml.py
aragora/server/handlers/moderation.py
aragora/server/handlers/moments.py
aragora/server/handlers/nomic.py
aragora/server/handlers/oauth_wizard.py
aragora/server/handlers/onboarding.py
aragora/server/handlers/openapi_decorator.py
aragora/server/handlers/openclaw_gateway.py
aragora/server/handlers/organizations.py
aragora/server/handlers/partner.py
aragora/server/handlers/persona.py
aragora/server/handlers/plans.py
aragora/server/handlers/playground.py
aragora/server/handlers/policy.py
aragora/server/handlers/privacy.py
aragora/server/handlers/queue.py
aragora/server/handlers/rbac.py
aragora/server/handlers/receipts.py
aragora/server/handlers/replays.py
aragora/server/handlers/repository.py
aragora/server/handlers/reviews.py
aragora/server/handlers/rlm.py
aragora/server/handlers/routing.py
aragora/server/handlers/scim_handler.py
aragora/server/handlers/secure.py
aragora/server/handlers/security_debate.py
aragora/server/handlers/selection.py
aragora/server/handlers/skill_marketplace.py
aragora/server/handlers/skills.py
aragora/server/handlers/slack.py
aragora/server/handlers/slo.py
aragora/server/handlers/sme_success_dashboard.py
aragora/server/handlers/sme_usage_dashboard.py
aragora/server/handlers/sso.py
aragora/server/handlers/template_marketplace.py
aragora/server/handlers/threat_intel.py
aragora/server/handlers/tournaments.py
aragora/server/handlers/training.py
aragora/server/handlers/transcription.py
aragora/server/handlers/typed_handlers.py
aragora/server/handlers/types.py
aragora/server/handlers/uncertainty.py
aragora/server/handlers/usage_metering.py
aragora/server/handlers/utilities.py
aragora/server/handlers/verticals.py
aragora/server/handlers/webhooks.py
aragora/server/handlers/workflow_templates.py
aragora/server/handlers/workspace_module.py
aragora/server/handlers/_oauth/__init__.py
aragora/server/handlers/_oauth/account.py
aragora/server/handlers/_oauth/apple.py
aragora/server/handlers/_oauth/base.py
aragora/server/handlers/_oauth/github.py
aragora/server/handlers/_oauth/google.py
aragora/server/handlers/_oauth/microsoft.py
aragora/server/handlers/_oauth/oidc.py
aragora/server/handlers/_oauth/utils.py
aragora/server/handlers/admin/__init__.py
aragora/server/handlers/admin/_health_impl.py
aragora/server/handlers/admin/admin.py
aragora/server/handlers/admin/billing.py
aragora/server/handlers/admin/cache.py
aragora/server/handlers/admin/credits.py
aragora/server/handlers/admin/dashboard.py
aragora/server/handlers/admin/dashboard_actions.py
aragora/server/handlers/admin/dashboard_health.py
aragora/server/handlers/admin/dashboard_metrics.py
aragora/server/handlers/admin/dashboard_views.py
aragora/server/handlers/admin/emergency_access.py
aragora/server/handlers/admin/handler.py
aragora/server/handlers/admin/health_utils.py
aragora/server/handlers/admin/metrics_dashboard.py
aragora/server/handlers/admin/nomic_admin.py
aragora/server/handlers/admin/security.py
aragora/server/handlers/admin/system.py
aragora/server/handlers/admin/users.py
aragora/server/handlers/admin/health/__init__.py
aragora/server/handlers/admin/health/cross_pollination.py
aragora/server/handlers/admin/health/database.py
aragora/server/handlers/admin/health/database_utils.py
aragora/server/handlers/admin/health/detailed.py
aragora/server/handlers/admin/health/diagnostics.py
aragora/server/handlers/admin/health/handler.py
aragora/server/handlers/admin/health/helpers.py
aragora/server/handlers/admin/health/knowledge.py
aragora/server/handlers/admin/health/knowledge_mound.py
aragora/server/handlers/admin/health/knowledge_mound_utils.py
aragora/server/handlers/admin/health/kubernetes.py
aragora/server/handlers/admin/health/liveness.py
aragora/server/handlers/admin/health/platform.py
aragora/server/handlers/admin/health/probes.py
aragora/server/handlers/admin/health/readiness.py
aragora/server/handlers/admin/health/storage_health.py
aragora/server/handlers/admin/health/stores.py
aragora/server/handlers/admin/health/workers.py
aragora/server/handlers/agents/__init__.py
aragora/server/handlers/agents/agent_flips.py
aragora/server/handlers/agents/agent_intelligence.py
aragora/server/handlers/agents/agent_profiles.py
aragora/server/handlers/agents/agent_rankings.py
aragora/server/handlers/agents/agents.py
aragora/server/handlers/agents/calibration.py
aragora/server/handlers/agents/config.py
aragora/server/handlers/agents/leaderboard.py
aragora/server/handlers/agents/probes.py
aragora/server/handlers/analytics/__init__.py
aragora/server/handlers/analytics/cache.py
aragora/server/handlers/analytics/core.py
aragora/server/handlers/analytics_dashboard/__init__.py
aragora/server/handlers/analytics_dashboard/_shared.py
aragora/server/handlers/analytics_dashboard/agents.py
aragora/server/handlers/analytics_dashboard/debates.py
aragora/server/handlers/analytics_dashboard/endpoints.py
aragora/server/handlers/analytics_dashboard/handler.py
aragora/server/handlers/analytics_dashboard/usage.py
aragora/server/handlers/auth/__init__.py
aragora/server/handlers/auth/api_keys.py
aragora/server/handlers/auth/handler.py
aragora/server/handlers/auth/login.py
aragora/server/handlers/auth/mfa.py
aragora/server/handlers/auth/password.py
aragora/server/handlers/auth/sessions.py
aragora/server/handlers/auth/signup_handlers.py
aragora/server/handlers/auth/sso_handlers.py
aragora/server/handlers/auth/store.py
aragora/server/handlers/auth/validation.py
aragora/server/handlers/autonomous/__init__.py
aragora/server/handlers/autonomous/alerts.py
aragora/server/handlers/autonomous/approvals.py
aragora/server/handlers/autonomous/learning.py
aragora/server/handlers/autonomous/monitoring.py
aragora/server/handlers/autonomous/triggers.py
aragora/server/handlers/billing/__init__.py
aragora/server/handlers/billing/core.py
aragora/server/handlers/billing/core_helpers.py
aragora/server/handlers/billing/core_reporting.py
aragora/server/handlers/billing/core_webhooks.py
aragora/server/handlers/billing/cost_dashboard.py
aragora/server/handlers/billing/subscriptions.py
aragora/server/handlers/bots/__init__.py
aragora/server/handlers/bots/base.py
aragora/server/handlers/bots/cache.py
aragora/server/handlers/bots/discord.py
aragora/server/handlers/bots/email_webhook.py
aragora/server/handlers/bots/google_chat.py
aragora/server/handlers/bots/slack.py
aragora/server/handlers/bots/teams.py
aragora/server/handlers/bots/teams_cards.py
aragora/server/handlers/bots/teams_utils.py
aragora/server/handlers/bots/telegram.py
aragora/server/handlers/bots/whatsapp.py
aragora/server/handlers/bots/zoom.py
aragora/server/handlers/bots/slack/__init__.py
aragora/server/handlers/bots/slack/blocks.py
aragora/server/handlers/bots/slack/commands.py
aragora/server/handlers/bots/slack/constants.py
aragora/server/handlers/bots/slack/debates.py
aragora/server/handlers/bots/slack/events.py
aragora/server/handlers/bots/slack/handler.py
aragora/server/handlers/bots/slack/interactions.py
aragora/server/handlers/bots/slack/oauth.py
aragora/server/handlers/bots/slack/signature.py
aragora/server/handlers/bots/slack/state.py
aragora/server/handlers/bots/slack/user_management.py
aragora/server/handlers/bots/teams/__init__.py
aragora/server/handlers/bots/teams/cards.py
aragora/server/handlers/bots/teams/channels.py
aragora/server/handlers/bots/teams/events.py
aragora/server/handlers/bots/teams/handler.py
aragora/server/handlers/bots/teams/oauth.py
aragora/server/handlers/canvas/__init__.py
aragora/server/handlers/canvas/handler.py
aragora/server/handlers/chat/__init__.py
aragora/server/handlers/chat/router.py
aragora/server/handlers/codebase/__init__.py
aragora/server/handlers/codebase/intelligence.py
aragora/server/handlers/codebase/metrics.py
aragora/server/handlers/codebase/quick_scan.py
aragora/server/handlers/codebase/security/__init__.py
aragora/server/handlers/codebase/security/events.py
aragora/server/handlers/codebase/security/handler.py
aragora/server/handlers/codebase/security/sast.py
aragora/server/handlers/codebase/security/sbom.py
aragora/server/handlers/codebase/security/secrets.py
aragora/server/handlers/codebase/security/storage.py
aragora/server/handlers/codebase/security/vulnerability.py
aragora/server/handlers/compliance/__init__.py
aragora/server/handlers/compliance/_base.py
aragora/server/handlers/compliance/audit.py
aragora/server/handlers/compliance/audit_verify.py
aragora/server/handlers/compliance/ccpa.py
aragora/server/handlers/compliance/gdpr.py
aragora/server/handlers/compliance/governance.py
aragora/server/handlers/compliance/handler.py
aragora/server/handlers/compliance/hipaa.py
aragora/server/handlers/compliance/legal_hold.py
aragora/server/handlers/compliance/soc2.py
aragora/server/handlers/compliance/status.py
aragora/server/handlers/connectors/__init__.py
aragora/server/handlers/connectors/legacy.py
aragora/server/handlers/connectors/management.py
aragora/server/handlers/connectors/shared.py
aragora/server/handlers/control_plane/__init__.py
aragora/server/handlers/control_plane/agents.py
aragora/server/handlers/control_plane/health.py
aragora/server/handlers/control_plane/policy.py
aragora/server/handlers/control_plane/tasks.py
aragora/server/handlers/costs/__init__.py
aragora/server/handlers/costs/handler.py
aragora/server/handlers/costs/helpers.py
aragora/server/handlers/costs/models.py
aragora/server/handlers/costs/routes.py
aragora/server/handlers/debates/__init__.py
aragora/server/handlers/debates/analysis.py
aragora/server/handlers/debates/batch.py
aragora/server/handlers/debates/cost_estimation.py
aragora/server/handlers/debates/create.py
aragora/server/handlers/debates/crud.py
aragora/server/handlers/debates/evidence.py
aragora/server/handlers/debates/export.py
aragora/server/handlers/debates/fork.py
aragora/server/handlers/debates/graph_debates.py
aragora/server/handlers/debates/handler.py
aragora/server/handlers/debates/implementation.py
aragora/server/handlers/debates/intervention.py
aragora/server/handlers/debates/matrix_debates.py
aragora/server/handlers/debates/response_formatting.py
aragora/server/handlers/debates/routing.py
aragora/server/handlers/debates/search.py
aragora/server/handlers/decisions/__init__.py
aragora/server/handlers/decisions/explain.py
aragora/server/handlers/decisions/pipeline.py
aragora/server/handlers/email/__init__.py
aragora/server/handlers/email/categorization.py
aragora/server/handlers/email/config.py
aragora/server/handlers/email/context.py
aragora/server/handlers/email/handler.py
aragora/server/handlers/email/inbox.py
aragora/server/handlers/email/oauth.py
aragora/server/handlers/email/prioritization.py
aragora/server/handlers/email/storage.py
aragora/server/handlers/email/vip.py
aragora/server/handlers/evolution/__init__.py
aragora/server/handlers/evolution/ab_testing.py
aragora/server/handlers/evolution/handler.py
aragora/server/handlers/examples/__init__.py
aragora/server/handlers/examples/async_example.py
aragora/server/handlers/examples/authenticated_example.py
aragora/server/handlers/examples/permission_example.py
aragora/server/handlers/examples/resource_example.py
aragora/server/handlers/examples/typed_example.py
aragora/server/handlers/features/__init__.py
aragora/server/handlers/features/advertising.py
aragora/server/handlers/features/analytics_platforms.py
aragora/server/handlers/features/audio.py
aragora/server/handlers/features/audit_sessions.py
aragora/server/handlers/features/broadcast.py
aragora/server/handlers/features/cloud_storage.py
aragora/server/handlers/features/connectors.py
aragora/server/handlers/features/control_plane.py
aragora/server/handlers/features/cross_platform_analytics.py
aragora/server/handlers/features/document_query.py
aragora/server/handlers/features/documents.py
aragora/server/handlers/features/documents_batch.py
aragora/server/handlers/features/email_webhooks.py
aragora/server/handlers/features/evidence.py
aragora/server/handlers/features/evidence_enrichment.py
aragora/server/handlers/features/features.py
aragora/server/handlers/features/finding_workflow.py
aragora/server/handlers/features/folder_upload.py
aragora/server/handlers/features/gmail_ingest.py
aragora/server/handlers/features/gmail_labels.py
aragora/server/handlers/features/gmail_query.py
aragora/server/handlers/features/gmail_threads.py
aragora/server/handlers/features/integrations.py
aragora/server/handlers/features/legal.py
aragora/server/handlers/features/outlook.py
aragora/server/handlers/features/plugins.py
aragora/server/handlers/features/provenance.py
aragora/server/handlers/features/pulse.py
aragora/server/handlers/features/reconciliation.py
aragora/server/handlers/features/rlm.py
aragora/server/handlers/features/routing_rules.py
aragora/server/handlers/features/scheduler.py
aragora/server/handlers/features/smart_upload.py
aragora/server/handlers/features/speech.py
aragora/server/handlers/features/support.py
aragora/server/handlers/features/transcription.py
aragora/server/handlers/features/codebase_audit/__init__.py
aragora/server/handlers/features/codebase_audit/handler.py
aragora/server/handlers/features/codebase_audit/reporting.py
aragora/server/handlers/features/codebase_audit/rules.py
aragora/server/handlers/features/codebase_audit/scanning.py
aragora/server/handlers/features/crm/__init__.py
aragora/server/handlers/features/crm/circuit_breaker.py
aragora/server/handlers/features/crm/companies.py
aragora/server/handlers/features/crm/contacts.py
aragora/server/handlers/features/crm/deals.py
aragora/server/handlers/features/crm/handler.py
aragora/server/handlers/features/crm/models.py
aragora/server/handlers/features/crm/pipeline.py
aragora/server/handlers/features/crm/validation.py
aragora/server/handlers/features/devops/__init__.py
aragora/server/handlers/features/devops/circuit_breaker.py
aragora/server/handlers/features/devops/connector.py
aragora/server/handlers/features/devops/handler.py
aragora/server/handlers/features/devops/validation.py
aragora/server/handlers/features/ecommerce/__init__.py
aragora/server/handlers/features/ecommerce/circuit_breaker.py
aragora/server/handlers/features/ecommerce/handler.py
aragora/server/handlers/features/ecommerce/models.py
aragora/server/handlers/features/ecommerce/validation.py
aragora/server/handlers/features/marketplace/__init__.py
aragora/server/handlers/features/marketplace/circuit_breaker.py
aragora/server/handlers/features/marketplace/handler.py
aragora/server/handlers/features/marketplace/models.py
aragora/server/handlers/features/marketplace/store.py
aragora/server/handlers/features/marketplace/validation.py
aragora/server/handlers/features/unified_inbox/__init__.py
aragora/server/handlers/features/unified_inbox/accounts.py
aragora/server/handlers/features/unified_inbox/actions.py
aragora/server/handlers/features/unified_inbox/handler.py
aragora/server/handlers/features/unified_inbox/messages.py
aragora/server/handlers/features/unified_inbox/models.py
aragora/server/handlers/features/unified_inbox/stats.py
aragora/server/handlers/features/unified_inbox/sync.py
aragora/server/handlers/features/unified_inbox/triage.py
aragora/server/handlers/gateway/__init__.py
aragora/server/handlers/gateway/openclaw.py
aragora/server/handlers/gauntlet/__init__.py
aragora/server/handlers/gauntlet/handler.py
aragora/server/handlers/gauntlet/heatmap.py
aragora/server/handlers/gauntlet/receipts.py
aragora/server/handlers/gauntlet/results.py
aragora/server/handlers/gauntlet/runner.py
aragora/server/handlers/gauntlet/storage.py
aragora/server/handlers/github/__init__.py
aragora/server/handlers/github/audit_bridge.py
aragora/server/handlers/github/pr_review.py
aragora/server/handlers/inbox/__init__.py
aragora/server/handlers/inbox/action_items.py
aragora/server/handlers/inbox/email_actions.py
aragora/server/handlers/inbox/team_inbox.py
aragora/server/handlers/integrations/__init__.py
aragora/server/handlers/integrations/automation.py
aragora/server/handlers/integrations/email_webhook.py
aragora/server/handlers/knowledge/__init__.py
aragora/server/handlers/knowledge/analytics.py
aragora/server/handlers/knowledge/checkpoints.py
aragora/server/handlers/knowledge/sharing_notifications.py
aragora/server/handlers/knowledge_base/__init__.py
aragora/server/handlers/knowledge_base/facts.py
aragora/server/handlers/knowledge_base/handler.py
aragora/server/handlers/knowledge_base/query.py
aragora/server/handlers/knowledge_base/search.py
aragora/server/handlers/knowledge_base/mound/__init__.py
aragora/server/handlers/knowledge_base/mound/analytics.py
aragora/server/handlers/knowledge_base/mound/base_mixin.py
aragora/server/handlers/knowledge_base/mound/confidence_decay.py
aragora/server/handlers/knowledge_base/mound/contradiction.py
aragora/server/handlers/knowledge_base/mound/culture.py
aragora/server/handlers/knowledge_base/mound/curation.py
aragora/server/handlers/knowledge_base/mound/dashboard.py
aragora/server/handlers/knowledge_base/mound/dedup.py
aragora/server/handlers/knowledge_base/mound/export.py
aragora/server/handlers/knowledge_base/mound/extraction.py
aragora/server/handlers/knowledge_base/mound/federation.py
aragora/server/handlers/knowledge_base/mound/global_knowledge.py
aragora/server/handlers/knowledge_base/mound/governance.py
aragora/server/handlers/knowledge_base/mound/graph.py
aragora/server/handlers/knowledge_base/mound/handler.py
aragora/server/handlers/knowledge_base/mound/nodes.py
aragora/server/handlers/knowledge_base/mound/pruning.py
aragora/server/handlers/knowledge_base/mound/relationships.py
aragora/server/handlers/knowledge_base/mound/routing.py
aragora/server/handlers/knowledge_base/mound/sharing.py
aragora/server/handlers/knowledge_base/mound/staleness.py
aragora/server/handlers/knowledge_base/mound/sync.py
aragora/server/handlers/knowledge_base/mound/visibility.py
aragora/server/handlers/memory/__init__.py
aragora/server/handlers/memory/coordinator.py
aragora/server/handlers/memory/insights.py
aragora/server/handlers/memory/learning.py
aragora/server/handlers/memory/memory.py
aragora/server/handlers/memory/memory_analytics.py
aragora/server/handlers/memory/memory_continuum.py
aragora/server/handlers/memory/memory_critiques.py
aragora/server/handlers/memory/memory_external.py
aragora/server/handlers/memory/memory_progressive.py
aragora/server/handlers/memory/memory_viewer.py
aragora/server/handlers/metrics/__init__.py
aragora/server/handlers/metrics/formatters.py
aragora/server/handlers/metrics/handler.py
aragora/server/handlers/metrics/tracking.py
aragora/server/handlers/oauth/__init__.py
aragora/server/handlers/oauth/config.py
aragora/server/handlers/oauth/handler.py
aragora/server/handlers/oauth/models.py
aragora/server/handlers/oauth/state.py
aragora/server/handlers/oauth/validation.py
aragora/server/handlers/openclaw/__init__.py
aragora/server/handlers/openclaw/_base.py
aragora/server/handlers/openclaw/credentials.py
aragora/server/handlers/openclaw/gateway.py
aragora/server/handlers/openclaw/models.py
aragora/server/handlers/openclaw/orchestrator.py
aragora/server/handlers/openclaw/policies.py
aragora/server/handlers/openclaw/store.py
aragora/server/handlers/openclaw/validation.py
aragora/server/handlers/orchestration/__init__.py
aragora/server/handlers/orchestration/handler.py
aragora/server/handlers/orchestration/models.py
aragora/server/handlers/orchestration/protocols.py
aragora/server/handlers/orchestration/templates.py
aragora/server/handlers/orchestration/validation.py
aragora/server/handlers/payments/__init__.py
aragora/server/handlers/payments/billing.py
aragora/server/handlers/payments/handler.py
aragora/server/handlers/payments/plans.py
aragora/server/handlers/payments/stripe.py
aragora/server/handlers/public/__init__.py
aragora/server/handlers/public/status_page.py
aragora/server/handlers/security/__init__.py
aragora/server/handlers/shared_inbox/__init__.py
aragora/server/handlers/shared_inbox/handler.py
aragora/server/handlers/shared_inbox/inbox_handlers.py
aragora/server/handlers/shared_inbox/models.py
aragora/server/handlers/shared_inbox/rule_handlers.py
aragora/server/handlers/shared_inbox/rules_engine.py
aragora/server/handlers/shared_inbox/storage.py
aragora/server/handlers/shared_inbox/validators.py
aragora/server/handlers/sme/__init__.py
aragora/server/handlers/sme/budget_controls.py
aragora/server/handlers/sme/receipt_delivery.py
aragora/server/handlers/sme/slack_workspace.py
aragora/server/handlers/sme/teams_workspace.py
aragora/server/handlers/social/__init__.py
aragora/server/handlers/social/channel_health.py
aragora/server/handlers/social/chat_events.py
aragora/server/handlers/social/collaboration.py
aragora/server/handlers/social/discord_oauth.py
aragora/server/handlers/social/notifications.py
aragora/server/handlers/social/relationship.py
aragora/server/handlers/social/sharing.py
aragora/server/handlers/social/slack_oauth.py
aragora/server/handlers/social/social_media.py
aragora/server/handlers/social/teams.py
aragora/server/handlers/social/teams_oauth.py
aragora/server/handlers/social/telemetry.py
aragora/server/handlers/social/tts_helper.py
aragora/server/handlers/social/_slack_impl/__init__.py
aragora/server/handlers/social/_slack_impl/blocks.py
aragora/server/handlers/social/_slack_impl/commands.py
aragora/server/handlers/social/_slack_impl/config.py
aragora/server/handlers/social/_slack_impl/events.py
aragora/server/handlers/social/_slack_impl/handler.py
aragora/server/handlers/social/_slack_impl/interactive.py
aragora/server/handlers/social/_slack_impl/messaging.py
aragora/server/handlers/social/slack/__init__.py
aragora/server/handlers/social/slack/config.py
aragora/server/handlers/social/slack/handler.py
aragora/server/handlers/social/slack/responses.py
aragora/server/handlers/social/slack/security.py
aragora/server/handlers/social/slack/blocks/__init__.py
aragora/server/handlers/social/slack/blocks/builders.py
aragora/server/handlers/social/slack/commands/__init__.py
aragora/server/handlers/social/slack/commands/base.py
aragora/server/handlers/social/slack/events/__init__.py
aragora/server/handlers/social/slack/events/handlers.py
aragora/server/handlers/social/telegram/__init__.py
aragora/server/handlers/social/telegram/_common.py
aragora/server/handlers/social/telegram/callbacks.py
aragora/server/handlers/social/telegram/commands.py
aragora/server/handlers/social/telegram/handler.py
aragora/server/handlers/social/telegram/messages.py
aragora/server/handlers/social/telegram/webhooks.py
aragora/server/handlers/social/whatsapp/__init__.py
aragora/server/handlers/social/whatsapp/commands.py
aragora/server/handlers/social/whatsapp/config.py
aragora/server/handlers/social/whatsapp/handler.py
aragora/server/handlers/social/whatsapp/messaging.py
aragora/server/handlers/social/whatsapp/webhooks.py
aragora/server/handlers/streaming/__init__.py
aragora/server/handlers/streaming/handler.py
aragora/server/handlers/tasks/__init__.py
aragora/server/handlers/tasks/execution.py
aragora/server/handlers/utils/__init__.py
aragora/server/handlers/utils/aiohttp_responses.py
aragora/server/handlers/utils/auth.py
aragora/server/handlers/utils/auth_mixins.py
aragora/server/handlers/utils/cache.py
aragora/server/handlers/utils/database.py
aragora/server/handlers/utils/decorators.py
aragora/server/handlers/utils/file_validation.py
aragora/server/handlers/utils/json_body.py
aragora/server/handlers/utils/lazy_stores.py
aragora/server/handlers/utils/params.py
aragora/server/handlers/utils/rate_limit.py
aragora/server/handlers/utils/rbac_guard.py
aragora/server/handlers/utils/responses.py
aragora/server/handlers/utils/routing.py
aragora/server/handlers/utils/safe_data.py
aragora/server/handlers/utils/safe_fetch.py
aragora/server/handlers/utils/sanitization.py
aragora/server/handlers/utils/tenant_validation.py
aragora/server/handlers/utils/url_security.py
aragora/server/handlers/verification/__init__.py
aragora/server/handlers/verification/formal_verification.py
aragora/server/handlers/verification/verification.py
aragora/server/handlers/voice/__init__.py
aragora/server/handlers/voice/handler.py
aragora/server/handlers/webhooks/__init__.py
aragora/server/handlers/webhooks/github_app.py
aragora/server/handlers/workflows/__init__.py
aragora/server/handlers/workflows/approvals.py
aragora/server/handlers/workflows/core.py
aragora/server/handlers/workflows/crud.py
aragora/server/handlers/workflows/execution.py
aragora/server/handlers/workflows/handler.py
aragora/server/handlers/workflows/templates.py
aragora/server/handlers/workflows/versions.py
aragora/server/handlers/workspace/__init__.py
aragora/server/handlers/workspace/crud.py
aragora/server/handlers/workspace/invites.py
aragora/server/handlers/workspace/members.py
aragora/server/handlers/workspace/policies.py
aragora/server/handlers/workspace/settings.py
aragora/server/handlers/workspace/workspace_utils.py
aragora/server/metrics/__init__.py
aragora/server/metrics/agents.py
aragora/server/metrics/api.py
aragora/server/metrics/billing.py
aragora/server/metrics/debate.py
aragora/server/metrics/export.py
aragora/server/metrics/gateway.py
aragora/server/metrics/knowledge_mound.py
aragora/server/metrics/security.py
aragora/server/metrics/types.py
aragora/server/metrics/vector.py
aragora/server/middleware/__init__.py
aragora/server/middleware/abac.py
aragora/server/middleware/approval_gate.py
aragora/server/middleware/audit_logger.py
aragora/server/middleware/auth.py
aragora/server/middleware/body_size_limit.py
aragora/server/middleware/budget_enforcement.py
aragora/server/middleware/cache.py
aragora/server/middleware/correlation.py
aragora/server/middleware/csrf.py
aragora/server/middleware/decision_routing.py
aragora/server/middleware/deprecation.py
aragora/server/middleware/deprecation_enforcer.py
aragora/server/middleware/error_handler.py
aragora/server/middleware/exception_handler.py
aragora/server/middleware/impersonation.py
aragora/server/middleware/mfa.py
aragora/server/middleware/otel_bridge.py
aragora/server/middleware/request_logging.py
aragora/server/middleware/security.py
aragora/server/middleware/security_headers.py
aragora/server/middleware/slo_tracking.py
aragora/server/middleware/structured_logging.py
aragora/server/middleware/tenancy.py
aragora/server/middleware/tenant_isolation.py
aragora/server/middleware/tier_enforcement.py
aragora/server/middleware/timeout.py
aragora/server/middleware/token_revocation.py
aragora/server/middleware/tracing.py
aragora/server/middleware/user_auth.py
aragora/server/middleware/validation.py
aragora/server/middleware/versioning.py
aragora/server/middleware/xss_protection.py
aragora/server/middleware/rate_limit/__init__.py
aragora/server/middleware/rate_limit/base.py
aragora/server/middleware/rate_limit/bucket.py
aragora/server/middleware/rate_limit/decorators.py
aragora/server/middleware/rate_limit/default_limiter.py
aragora/server/middleware/rate_limit/distributed.py
aragora/server/middleware/rate_limit/limiter.py
aragora/server/middleware/rate_limit/metrics.py
aragora/server/middleware/rate_limit/oauth_limiter.py
aragora/server/middleware/rate_limit/platform_limiter.py
aragora/server/middleware/rate_limit/redis_limiter.py
aragora/server/middleware/rate_limit/registry.py
aragora/server/middleware/rate_limit/tenant_limiter.py
aragora/server/middleware/rate_limit/tier_limiter.py
aragora/server/middleware/rate_limit/user_limiter.py
aragora/server/openapi/__init__.py
aragora/server/openapi/helpers.py
aragora/server/openapi/stability.py
aragora/server/openapi/endpoints/__init__.py
aragora/server/openapi/endpoints/a2a.py
aragora/server/openapi/endpoints/accounting.py
aragora/server/openapi/endpoints/additional.py
aragora/server/openapi/endpoints/admin.py
aragora/server/openapi/endpoints/admin_security.py
aragora/server/openapi/endpoints/advertising.py
aragora/server/openapi/endpoints/agents.py
aragora/server/openapi/endpoints/analytics.py
aragora/server/openapi/endpoints/audit_sessions.py
aragora/server/openapi/endpoints/auth.py
aragora/server/openapi/endpoints/belief.py
aragora/server/openapi/endpoints/bots.py
aragora/server/openapi/endpoints/budgets.py
aragora/server/openapi/endpoints/checkpoints.py
aragora/server/openapi/endpoints/codebase_intelligence.py
aragora/server/openapi/endpoints/codebase_metrics.py
aragora/server/openapi/endpoints/codebase_quick_scan.py
aragora/server/openapi/endpoints/codebase_security.py
aragora/server/openapi/endpoints/computer_use.py
aragora/server/openapi/endpoints/consensus.py
aragora/server/openapi/endpoints/control_plane.py
aragora/server/openapi/endpoints/costs.py
aragora/server/openapi/endpoints/cross_pollination.py
aragora/server/openapi/endpoints/debate_hardening.py
aragora/server/openapi/endpoints/debates.py
aragora/server/openapi/endpoints/decisions.py
aragora/server/openapi/endpoints/deliberations.py
aragora/server/openapi/endpoints/devices.py
aragora/server/openapi/endpoints/documents.py
aragora/server/openapi/endpoints/explainability.py
aragora/server/openapi/endpoints/gateway.py
aragora/server/openapi/endpoints/gauntlet.py
aragora/server/openapi/endpoints/github.py
aragora/server/openapi/endpoints/gmail.py
aragora/server/openapi/endpoints/integrations.py
aragora/server/openapi/endpoints/knowledge_base.py
aragora/server/openapi/endpoints/knowledge_chat.py
aragora/server/openapi/endpoints/knowledge_mound.py
aragora/server/openapi/endpoints/memory.py
aragora/server/openapi/endpoints/metrics.py
aragora/server/openapi/endpoints/nomic.py
aragora/server/openapi/endpoints/oauth.py
aragora/server/openapi/endpoints/onboarding.py
aragora/server/openapi/endpoints/openclaw.py
aragora/server/openapi/endpoints/outlook.py
aragora/server/openapi/endpoints/patterns.py
aragora/server/openapi/endpoints/plugins.py
aragora/server/openapi/endpoints/pulse.py
aragora/server/openapi/endpoints/queue.py
aragora/server/openapi/endpoints/relationships.py
aragora/server/openapi/endpoints/sdk_missing.py
aragora/server/openapi/endpoints/shared_inbox.py
aragora/server/openapi/endpoints/system.py
aragora/server/openapi/endpoints/teams.py
aragora/server/openapi/endpoints/threat_intel.py
aragora/server/openapi/endpoints/verification.py
aragora/server/openapi/endpoints/webhooks.py
aragora/server/openapi/endpoints/workflow_templates.py
aragora/server/openapi/endpoints/workflows.py
aragora/server/openapi/endpoints/workspace.py
aragora/server/openapi/schemas/__init__.py
aragora/server/openapi/schemas/analytics.py
aragora/server/openapi/schemas/belief.py
aragora/server/openapi/schemas/codebase.py
aragora/server/openapi/schemas/common.py
aragora/server/openapi/schemas/control_plane.py
aragora/server/openapi/schemas/cost.py
aragora/server/openapi/schemas/debate.py
aragora/server/openapi/schemas/debate_requests.py
aragora/server/openapi/schemas/enterprise.py
aragora/server/openapi/schemas/explainability.py
aragora/server/openapi/schemas/helpers.py
aragora/server/openapi/schemas/inbox.py
aragora/server/openapi/schemas/memory.py
aragora/server/openapi/schemas/workflow.py
aragora/server/startup/__init__.py
aragora/server/startup/background.py
aragora/server/startup/control_plane.py
aragora/server/startup/database.py
aragora/server/startup/dr_drilling.py
aragora/server/startup/knowledge_mound.py
aragora/server/startup/observability.py
aragora/server/startup/parallel.py
aragora/server/startup/redis.py
aragora/server/startup/security.py
aragora/server/startup/validation.py
aragora/server/startup/validation_runner.py
aragora/server/startup/workers.py
aragora/server/stream/__init__.py
aragora/server/stream/arena_hooks.py
aragora/server/stream/autonomous_stream.py
aragora/server/stream/broadcaster.py
aragora/server/stream/canvas_stream.py
aragora/server/stream/client_sender.py
aragora/server/stream/control_plane_stream.py
aragora/server/stream/debate_executor.py
aragora/server/stream/debate_stream_server.py
aragora/server/stream/emitter.py
aragora/server/stream/events.py
aragora/server/stream/gateway_stream.py
aragora/server/stream/gauntlet_emitter.py
aragora/server/stream/inbox_sync.py
aragora/server/stream/nomic_loop_stream.py
aragora/server/stream/persistent_voice.py
aragora/server/stream/redis_bridge.py
aragora/server/stream/resume_token.py
aragora/server/stream/server_base.py
aragora/server/stream/servers.py
aragora/server/stream/servers_route_registration.py
aragora/server/stream/servers_ws_handler.py
aragora/server/stream/state_manager.py
aragora/server/stream/stream_handlers.py
aragora/server/stream/team_inbox.py
aragora/server/stream/tenant_filter.py
aragora/server/stream/tts_integration.py
aragora/server/stream/usage_stream.py
aragora/server/stream/voice_stream.py
aragora/server/validation/__init__.py
aragora/server/validation/core.py
aragora/server/validation/decorators.py
aragora/server/validation/entities.py
aragora/server/validation/query_params.py
aragora/server/validation/schema.py
aragora/server/validation/security.py
aragora/server/versioning/__init__.py
aragora/server/versioning/compat.py
aragora/server/versioning/constants.py
aragora/server/versioning/deprecation.py
aragora/server/versioning/router.py
aragora/services/__init__.py
aragora/services/action_item_extractor.py
aragora/services/ap_automation.py
aragora/services/ar_automation.py
aragora/services/cross_channel_context.py
aragora/services/email_actions.py
aragora/services/email_categorizer.py
aragora/services/email_cost_optimizer.py
aragora/services/email_debate.py
aragora/services/email_prioritization.py
aragora/services/email_threading.py
aragora/services/expense_tracker.py
aragora/services/followup_tracker.py
aragora/services/inbox_sla_monitor.py
aragora/services/invoice_processor.py
aragora/services/knowledge_chat_bridge.py
aragora/services/meeting_detector.py
aragora/services/metering_models.py
aragora/services/multi_inbox_manager.py
aragora/services/pii_redactor.py
aragora/services/registry.py
aragora/services/rules_store.py
aragora/services/sender_history.py
aragora/services/snooze_recommender.py
aragora/services/spam_classifier.py
aragora/services/usage_metering.py
aragora/services/accounting/__init__.py
aragora/services/accounting/reconciliation.py
aragora/services/spam/__init__.py
aragora/services/spam/classifier.py
aragora/services/spam/features.py
aragora/services/spam/model.py
aragora/services/spam/models.py
aragora/services/spam/patterns.py
aragora/services/spam/scoring.py
aragora/services/threat_intelligence/__init__.py
aragora/services/threat_intelligence/assessment.py
aragora/services/threat_intelligence/cache.py
aragora/services/threat_intelligence/checkers.py
aragora/services/threat_intelligence/config.py
aragora/services/threat_intelligence/enums.py
aragora/services/threat_intelligence/models.py
aragora/services/threat_intelligence/service.py
aragora/shared/__init__.py
aragora/shared/caching/__init__.py
aragora/shared/rate_limiting/__init__.py
aragora/shared/rate_limiting/backoff.py
aragora/shared/rate_limiting/token_bucket.py
aragora/skills/__init__.py
aragora/skills/base.py
aragora/skills/installer.py
aragora/skills/loader.py
aragora/skills/marketplace.py
aragora/skills/publisher.py
aragora/skills/registry.py
aragora/skills/builtin/__init__.py
aragora/skills/builtin/calculation.py
aragora/skills/builtin/code_execution.py
aragora/skills/builtin/data_extraction.py
aragora/skills/builtin/evidence_fetch.py
aragora/skills/builtin/fact_check.py
aragora/skills/builtin/file_analysis.py
aragora/skills/builtin/knowledge_query.py
aragora/skills/builtin/openclaw_skill.py
aragora/skills/builtin/pr_reviewer.py
aragora/skills/builtin/summarization.py
aragora/skills/builtin/translation.py
aragora/skills/builtin/web_search.py
aragora/spectate/__init__.py
aragora/spectate/events.py
aragora/spectate/stream.py
aragora/storage/__init__.py
aragora/storage/adapters.py
aragora/storage/approval_request_store.py
aragora/storage/ar_invoice_store.py
aragora/storage/audit_store.py
aragora/storage/audit_trail_store.py
aragora/storage/backends.py
aragora/storage/base_database.py
aragora/storage/base_store.py
aragora/storage/channel_subscription_store.py
aragora/storage/connection_factory.py
aragora/storage/connection_router.py
aragora/storage/decision_result_store.py
aragora/storage/discord_guild_store.py
aragora/storage/email_store.py
aragora/storage/encrypted_fields.py
aragora/storage/expense_store.py
aragora/storage/factory.py
aragora/storage/federation_registry_store.py
aragora/storage/finding_workflow_store.py
aragora/storage/fts_utils.py
aragora/storage/gauntlet_run_store.py
aragora/storage/generic_store.py
aragora/storage/gmail_token_store.py
aragora/storage/governance_store.py
aragora/storage/impersonation_store.py
aragora/storage/inbox_activity_store.py
aragora/storage/integration_backends.py
aragora/storage/integration_memory.py
aragora/storage/integration_models.py
aragora/storage/integration_postgres.py
aragora/storage/integration_redis.py
aragora/storage/integration_sqlite.py
aragora/storage/integration_store.py
aragora/storage/integration_store_metrics.py
aragora/storage/interface.py
aragora/storage/invoice_common.py
aragora/storage/invoice_store.py
aragora/storage/job_queue_store.py
aragora/storage/marketplace_store.py
aragora/storage/marketplace_store_postgres.py
aragora/storage/notification_config_store.py
aragora/storage/organization_store.py
aragora/storage/password_reset_store.py
aragora/storage/plaid_credential_store.py
aragora/storage/pool_manager.py
aragora/storage/postgres_store.py
aragora/storage/production_guards.py
aragora/storage/provenance_store.py
aragora/storage/receipt_deletion_log.py
aragora/storage/receipt_share_store.py
aragora/storage/receipt_store.py
aragora/storage/redis_ha.py
aragora/storage/redis_utils.py
aragora/storage/repository.py
aragora/storage/resilience.py
aragora/storage/schema.py
aragora/storage/share_store.py
aragora/storage/slack_debate_store.py
aragora/storage/slack_workspace_store.py
aragora/storage/teams_tenant_store.py
aragora/storage/teams_workspace_store.py
aragora/storage/token_blacklist_store.py
aragora/storage/unified_inbox_store.py
aragora/storage/utils.py
aragora/storage/webhook_config_store.py
aragora/storage/webhook_registry.py
aragora/storage/webhook_store.py
aragora/storage/governance/__init__.py
aragora/storage/governance/factory.py
aragora/storage/governance/metrics.py
aragora/storage/governance/models.py
aragora/storage/governance/postgres_store.py
aragora/storage/governance/store.py
aragora/storage/migrations/__init__.py
aragora/storage/migrations/encrypt_existing_data.py
aragora/storage/repositories/__init__.py
aragora/storage/repositories/audit.py
aragora/storage/repositories/external_identity.py
aragora/storage/repositories/invitations.py
aragora/storage/repositories/oauth.py
aragora/storage/repositories/onboarding.py
aragora/storage/repositories/organizations.py
aragora/storage/repositories/security.py
aragora/storage/repositories/usage.py
aragora/storage/repositories/users.py
aragora/storage/unified_inbox/__init__.py
aragora/storage/unified_inbox/_serializers.py
aragora/storage/unified_inbox/base.py
aragora/storage/unified_inbox/memory.py
aragora/storage/unified_inbox/postgres.py
aragora/storage/unified_inbox/sqlite.py
aragora/storage/user_store/__init__.py
aragora/storage/user_store/postgres_store.py
aragora/storage/user_store/postgres_store_orgs.py
aragora/storage/user_store/postgres_store_security.py
aragora/storage/user_store/postgres_store_users.py
aragora/storage/user_store/singleton.py
aragora/storage/user_store/sqlite_store.py
aragora/stores/__init__.py
aragora/stores/canonical.py
aragora/sync/__init__.py
aragora/sync/models.py
aragora/sync/sync_manager.py
aragora/sync/watcher.py
aragora/tasks/__init__.py
aragora/tasks/router.py
aragora/telemetry/__init__.py
aragora/telemetry/collector.py
aragora/telemetry/research_events.py
aragora/templates/__init__.py
aragora/tenancy/__init__.py
aragora/tenancy/context.py
aragora/tenancy/isolation.py
aragora/tenancy/limits.py
aragora/tenancy/provisioning.py
aragora/tenancy/quota_persistence.py
aragora/tenancy/quotas.py
aragora/tenancy/tenant.py
aragora/tools/__init__.py
aragora/tools/code.py
aragora/tournaments/__init__.py
aragora/tournaments/database.py
aragora/tournaments/tournament.py
aragora/training/__init__.py
aragora/training/debate_exporter.py
aragora/training/evaluator.py
aragora/training/model_registry.py
aragora/training/specialist_models.py
aragora/training/tinker_client.py
aragora/training/training_scheduler.py
aragora/training/exporters/__init__.py
aragora/training/exporters/base.py
aragora/training/exporters/dpo_exporter.py
aragora/training/exporters/gauntlet_exporter.py
aragora/training/exporters/sft_exporter.py
aragora/transcription/__init__.py
aragora/transcription/whisper_backend.py
aragora/transcription/youtube.py
aragora/types/__init__.py
aragora/types/protocols.py
aragora/uncertainty/__init__.py
aragora/uncertainty/estimator.py
aragora/utils/__init__.py
aragora/utils/async_utils.py
aragora/utils/cache.py
aragora/utils/cache_registry.py
aragora/utils/datetime_helpers.py
aragora/utils/env.py
aragora/utils/error_sanitizer.py
aragora/utils/json_helpers.py
aragora/utils/logging_utils.py
aragora/utils/optional_imports.py
aragora/utils/paths.py
aragora/utils/redis_cache.py
aragora/utils/sql_helpers.py
aragora/utils/subprocess_runner.py
aragora/utils/timeouts.py
aragora/utils/token_helpers.py
aragora/verification/__init__.py
aragora/verification/deepseek_prover.py
aragora/verification/formal.py
aragora/verification/hilbert.py
aragora/verification/proofs.py
aragora/verification/sandbox.py
aragora/verification/think_prm.py
aragora/verticals/__init__.py
aragora/verticals/base.py
aragora/verticals/config.py
aragora/verticals/registry.py
aragora/verticals/tooling.py
aragora/verticals/models/__init__.py
aragora/verticals/models/finetuning.py
aragora/verticals/models/huggingface_loader.py
aragora/verticals/specialists/__init__.py
aragora/verticals/specialists/accounting.py
aragora/verticals/specialists/healthcare.py
aragora/verticals/specialists/legal.py
aragora/verticals/specialists/research.py
aragora/verticals/specialists/software.py
aragora/visualization/__init__.py
aragora/visualization/exporter.py
aragora/visualization/mapper.py
aragora/visualization/replay.py
aragora/webhooks/__init__.py
aragora/webhooks/retry_queue.py
aragora/workflow/__init__.py
aragora/workflow/checkpoint_store.py
aragora/workflow/coverage_tracker.py
aragora/workflow/engine.py
aragora/workflow/engine_v2.py
aragora/workflow/executor_protocol.py
aragora/workflow/persistent_store.py
aragora/workflow/postgres_workflow_store.py
aragora/workflow/queue_adapter.py
aragora/workflow/resource_tracker.py
aragora/workflow/safe_eval.py
aragora/workflow/schema.py
aragora/workflow/step.py
aragora/workflow/template_loader.py
aragora/workflow/types.py
aragora/workflow/checkpoints/__init__.py
aragora/workflow/checkpoints/_compat.py
aragora/workflow/checkpoints/cache.py
aragora/workflow/checkpoints/exceptions.py
aragora/workflow/checkpoints/factory.py
aragora/workflow/checkpoints/file.py
aragora/workflow/checkpoints/mound.py
aragora/workflow/checkpoints/postgres.py
aragora/workflow/checkpoints/protocol.py
aragora/workflow/checkpoints/redis.py
aragora/workflow/nodes/__init__.py
aragora/workflow/nodes/browser.py
aragora/workflow/nodes/computer_use.py
aragora/workflow/nodes/connector.py
aragora/workflow/nodes/debate.py
aragora/workflow/nodes/decision.py
aragora/workflow/nodes/gauntlet.py
aragora/workflow/nodes/human_checkpoint.py
aragora/workflow/nodes/implementation.py
aragora/workflow/nodes/knowledge_pipeline.py
aragora/workflow/nodes/knowledge_pruning.py
aragora/workflow/nodes/memory.py
aragora/workflow/nodes/nomic.py
aragora/workflow/nodes/openclaw.py
aragora/workflow/nodes/task.py
aragora/workflow/patterns/__init__.py
aragora/workflow/patterns/base.py
aragora/workflow/patterns/dialectic.py
aragora/workflow/patterns/ensemble.py
aragora/workflow/patterns/hierarchical.py
aragora/workflow/patterns/hive_mind.py
aragora/workflow/patterns/map_reduce.py
aragora/workflow/patterns/post_debate.py
aragora/workflow/patterns/review_cycle.py
aragora/workflow/patterns/sequential.py
aragora/workflow/presets/__init__.py
aragora/workflow/queue/__init__.py
aragora/workflow/queue/executor.py
aragora/workflow/queue/persistent_queue.py
aragora/workflow/queue/queue.py
aragora/workflow/queue/scheduler.py
aragora/workflow/queue/task.py
aragora/workflow/templates/__init__.py
aragora/workflow/templates/accounting.py
aragora/workflow/templates/ai_ml.py
aragora/workflow/templates/code.py
aragora/workflow/templates/code_review.py
aragora/workflow/templates/devops.py
aragora/workflow/templates/email_management.py
aragora/workflow/templates/healthcare.py
aragora/workflow/templates/legal.py
aragora/workflow/templates/marketing.py
aragora/workflow/templates/package.py
aragora/workflow/templates/patterns.py
aragora/workflow/templates/pr_review.py
aragora/workflow/templates/product.py
aragora/workflow/templates/quickstart.py
aragora/workflow/templates/self_development.py
aragora/workflow/templates/testing.py
aragora/workflow/templates/sme/__init__.py
aragora/workflow/templates/sme/_factories.py
aragora/workflow/templates/sme/followup_factory.py
aragora/workflow/templates/sme/inventory_factory.py
aragora/workflow/templates/sme/invoice_factory.py
aragora/workflow/templates/sme/report_factory.py
aragora/workflow/templates/sme/bundles/__init__.py
aragora/workspace/__init__.py
aragora/workspace/bead.py
aragora/workspace/convoy.py
aragora/workspace/manager.py
aragora/workspace/refinery.py
aragora/workspace/rig.py
docs/AGENT_ASSIGNMENTS.md
docs/API_ENDPOINTS.md
docs/ARCHITECTURE_REVIEW_RESPONSE.md
docs/CAPABILITY_MATRIX.md
docs/COMMERCIAL_OVERVIEW.md
docs/COMPARISON_MATRIX.md
docs/CONFIGURATION.md
docs/COORDINATION.md
docs/DEVELOPER_GUIDE.md
docs/ENTERPRISE_FEATURES.md
docs/EU_AI_ACT_COMPLIANCE.md
docs/EXTENDED_README.md
docs/FEATURE_DISCOVERY.md
docs/FOCUS.md
docs/GITHUB_ACTION_SETUP.md
docs/INDEX.md
docs/LANDING_PAGE.md
docs/NEXT_STEPS.md
docs/OPERATIONS.md
docs/PACKAGING.md
docs/PRICING.md
docs/PRICING_PAGE.md
docs/PYTHON_SDK_CONSOLIDATION.md
docs/QUICKSTART_DEVELOPER.md
docs/README.md
docs/RECEIPT_CONTRACT.md
docs/REVERSE_PROXY.md
docs/ROADMAP_30_60_90.md
docs/SDK_COMPARISON.md
docs/SDK_GUIDE.md
docs/SDK_QUICKSTART.md
docs/SDK_QUICKSTART_PYTHON.md
docs/SELF_HOSTING.md
docs/STATUS.md
docs/STRATEGIC_ANALYSIS.md
docs/TECHNICAL_DEBT.md
docs/TRUST_PORTABILITY.md
docs/USE_CASES.md
docs/WHY_ADVERSARIAL_DEBATE.md
docs/WHY_ARAGORA.md
docs/ZERO_CONFIG.md
docs/ADR/001-phase-based-debate-execution.md
docs/ADR/002-agent-fallback-openrouter.md
docs/ADR/003-multi-tier-memory-system.md
docs/ADR/004-incremental-type-safety.md
docs/ADR/005-composition-over-inheritance.md
docs/ADR/006-api-versioning-strategy.md
docs/ADR/007-selection-plugin-architecture.md
docs/ADR/008-rlm-semantic-compression.md
docs/ADR/009-control-plane-architecture.md
docs/ADR/010-debate-orchestration-pattern.md
docs/ADR/011-multi-tier-memory-comparison.md
docs/ADR/012-agent-fallback-strategy.md
docs/ADR/013-workflow-dag-design.md
docs/ADR/014-knowledge-mound-architecture.md
docs/ADR/015-lazy-import-patterns.md
docs/ADR/016-marketplace-architecture.md
docs/ADR/README.md
docs/algorithms/BELIEF_NETWORK.md
docs/algorithms/CONSENSUS.md
docs/algorithms/CONVERGENCE.md
docs/algorithms/ELO_CALIBRATION.md
docs/algorithms/FLIP_DETECTION.md
docs/algorithms/NOVELTY_DETECTION.md
docs/algorithms/PROOF_GENERATION.md
docs/algorithms/README.md
docs/algorithms/RLM_CONCEPTS.md
docs/analysis/WHILE_TRUE_LOOPS_ASSESSMENT.md
docs/analysis/adr-017-rbac-abac-unification.md
docs/analysis/rbac-coverage-status.md
docs/api/ADMIN_API_REFERENCE.md
docs/api/API_DISCOVERY.md
docs/api/API_ENDPOINTS.md
docs/api/API_EXAMPLES.md
docs/api/API_QUICK_START.md
docs/api/API_RATE_LIMITS.md
docs/api/API_REFERENCE.md
docs/api/API_STABILITY.md
docs/api/API_USAGE.md
docs/api/API_VERSIONING.md
docs/api/CLAUDE.md
docs/api/EVIDENCE_API_GUIDE.md
docs/api/GATEWAY_API.md
docs/api/GAUNTLET_V1_API.md
docs/api/RATE_LIMITING.md
docs/api/RATE_LIMIT_CONFIG.md
docs/api/SDK_ENDPOINT_AUDIT.md
docs/api/WEBHOOKS.md
docs/architecture/ANALYSIS.md
docs/architecture/ARCHITECTURE.md
docs/architecture/ARCHITECTURE_REVIEW_RESPONSE.md
docs/architecture/ARCHITECTURE_THREE_LAYER.md
docs/architecture/BUILD_VS_INTEGRATE.md
docs/architecture/BUILD_VS_INTEGRATE_DECISION.md
docs/architecture/CODEBASE_ANALYSIS.md
docs/architecture/CODING_ASSISTANCE.md
docs/architecture/CROSS_FUNCTIONAL_FEATURES.md
docs/architecture/EXTENSION_CONTRACTS.md
docs/architecture/GATEWAY_ARCHITECTURE.md
docs/architecture/GAUNTLET_ARCHITECTURE.md
docs/architecture/HANDLER_PATTERNS.md
docs/architecture/SOC2_GAP_ANALYSIS.md
docs/architecture/SYSTEM_DIAGRAM.md
docs/architecture/TEST_PLAN_CRITICAL_MODULES.md
docs/architecture/canonical-apis.md
docs/architecture/debate-flow.md
docs/architecture/defaults-drift-audit.md
docs/architecture/ground-up-assessment-2026-01-29.md
docs/architecture/memory-tiers.md
docs/architecture/metrics-refactoring-plan.md
docs/architecture/n+1-query-audit.md
docs/architecture/nomic-context-builder-plan.md
docs/architecture/nomic-loop.md
docs/architecture/nomic-true-test-plan.md
docs/architecture/nomic-true-test-spec.md
docs/architecture/primitive-consolidation.md
docs/architecture/system-overview.md
docs/audits/not-implemented-error-audit.md
docs/case-studies/README.md
docs/case-studies/architecture-stress-test.md
docs/case-studies/epic-strategic-debate.md
docs/case-studies/gdpr-compliance-audit.md
docs/case-studies/security-api-review.md
docs/case-studies/security-review.md
docs/compliance/EU_AI_ACT_CHECKLIST.md
docs/compliance/EU_AI_ACT_GUIDE.md
docs/connectors/CONNECTOR_CATALOG.md
docs/connectors/CONNECTOR_PATTERNS.md
docs/connectors/ENTERPRISE_CONNECTORS.md
docs/connectors/EVIDENCE_CONNECTORS.md
docs/connectors/HUBSPOT_GUIDE.md
docs/connectors/OPERATIONAL_CONNECTORS.md
docs/connectors/STRIPE_GUIDE.md
docs/debate/AGENTS.md
docs/debate/AGENT_ASSIGNMENTS.md
docs/debate/AGENT_DEVELOPMENT.md
docs/debate/AGENT_FABRIC_REQUIREMENTS.md
docs/debate/AGENT_SELECTION.md
docs/debate/DEBATE_INTERNALS.md
docs/debate/DEBATE_PHASES.md
docs/debate/EVIDENCE.md
docs/debate/FRONTEND_DEVELOPMENT.md
docs/debate/GAUNTLET.md
docs/debate/GRAPH_DEBATES.md
docs/debate/HANDLER_DEVELOPMENT.md
docs/debate/IDENTITY_DEBATE_RESULTS.md
docs/debate/MATRIX_DEBATES.md
docs/debate/MULTI_AGENT_PATTERNS.md
docs/debate/ORCHESTRATION.md
docs/debate/PROBE_STRATEGIES.md
docs/debate/TRICKSTER.md
docs/deployment/ALERT_RUNBOOKS.md
docs/deployment/ASYNC_GATEWAY.md
docs/deployment/CAPACITY_PLANNING.md
docs/deployment/CONTAINER_VOLUMES.md
docs/deployment/DEPLOYMENT.md
docs/deployment/DEPLOYMENT_DECISION_MATRIX.md
docs/deployment/DISASTER_RECOVERY.md
docs/deployment/DOCKER.md
docs/deployment/DR_DRILL_PROCEDURES.md
docs/deployment/GITHUB_ACTIONS.md
docs/deployment/INCIDENT_COMMUNICATION.md
docs/deployment/INCIDENT_RESPONSE.md
docs/deployment/INCIDENT_RESPONSE_PLAYBOOKS.md
docs/deployment/KUBERNETES.md
docs/deployment/LAUNCH_CHECKLIST.md
docs/deployment/PERFORMANCE_TUNING.md
docs/deployment/POSTGRES_HA.md
docs/deployment/PRODUCTION_CHECKLIST.md
docs/deployment/PRODUCTION_DEPLOYMENT.md
docs/deployment/PRODUCTION_READINESS.md
docs/deployment/PRODUCTION_RUNBOOK.md
docs/deployment/REDIS_HA.md
docs/deployment/RELEASE_NOTES.md
docs/deployment/RUNBOOK.md
docs/deployment/RUNBOOK_METRICS.md
docs/deployment/SCALING.md
docs/deployment/SECURITY_DEPLOYMENT.md
docs/deployment/SELF_HOSTED.md
docs/deployment/SELF_HOSTED_GUIDE.md
docs/deployment/STAGING_VALIDATION.md
docs/deployment/STREAMING_DEPLOYMENT.md
docs/deployment/TLS.md
docs/deployment/UPGRADE_ROADMAP.md
docs/deprecated/README.md
docs/deprecated/api/UNUSED_ENDPOINTS.md
docs/deprecated/database/DATABASE_CONSOLIDATION.md
docs/deprecated/engineering/REFACTORING.md
docs/deprecated/enterprise/ENTERPRISE_CONTROL_PLANE_FEASIBILITY.md
docs/deprecated/guides/CONTROL_PLANE_GUIDE.md
docs/deprecated/guides/FEATURE_DISCOVERY.md
docs/deprecated/migrations/MIGRATION_0.8_to_1.0.md
docs/deprecated/release-notes/RELEASE_NOTES_2.0.2.md
docs/deprecated/roadmaps/IMPLEMENTATION_ROADMAP.md
docs/enterprise/AUTH_GUIDE.md
docs/enterprise/BREACH_NOTIFICATION_SLA.md
docs/enterprise/CI_CD_SECURITY.md
docs/enterprise/COMPLIANCE.md
docs/enterprise/COMPLIANCE_PRESETS.md
docs/enterprise/DATA_CLASSIFICATION.md
docs/enterprise/DATA_RESIDENCY.md
docs/enterprise/DISASTER_RECOVERY.md
docs/enterprise/DSAR_WORKFLOW.md
docs/enterprise/ENTERPRISE_FEATURES.md
docs/enterprise/ENTERPRISE_SUPPORT.md
docs/enterprise/GDPR_COMPLIANCE.md
docs/enterprise/GOVERNANCE.md
docs/enterprise/GOVERNANCE_STRUCTURE.md
docs/enterprise/INTEGRATION_AUDIT.md
docs/enterprise/MFA_BYPASS_POLICY.md
docs/enterprise/NOMIC_GOVERNANCE.md
docs/enterprise/OAUTH_GUIDE.md
docs/enterprise/OAUTH_SETUP.md
docs/enterprise/PRIVACY_POLICY.md
docs/enterprise/RBAC_AUDIT_REPORT.md
docs/enterprise/RBAC_EXEMPTIONS.md
docs/enterprise/RBAC_GUIDE.md
docs/enterprise/RBAC_HANDLER_GUIDE.md
docs/enterprise/RBAC_MATRIX.md
docs/enterprise/RBAC_PERMISSION_REFERENCE.md
docs/enterprise/RBAC_ROLE_HIERARCHY.md
docs/enterprise/REMOTE_WORK_SECURITY.md
docs/enterprise/SECRETS.md
docs/enterprise/SECRETS_MANAGEMENT.md
docs/enterprise/SECRETS_MIGRATION.md
docs/enterprise/SECURITY.md
docs/enterprise/SECURITY_AUDIT.md
docs/enterprise/SECURITY_AUDIT_CHECKLIST.md
docs/enterprise/SECURITY_PATTERNS.md
docs/enterprise/SECURITY_POLICY_ACKNOWLEDGMENT.md
docs/enterprise/SECURITY_PORTAL.md
docs/enterprise/SECURITY_RUNTIME.md
docs/enterprise/SECURITY_TESTING.md
docs/enterprise/SESSION_MANAGEMENT.md
docs/enterprise/SLA.md
docs/enterprise/SOC2_CONTROLS.md
docs/enterprise/SOC2_CONTROL_MATRIX.md
docs/enterprise/SOC2_EVIDENCE.md
docs/enterprise/SSO_SETUP.md
docs/enterprise/VENDOR_RISK_ASSESSMENT.md
docs/enterprise/WORKFLOW_SECURITY.md
docs/guides/ADAPTER_GUIDE.md
docs/guides/ADAPTER_INTEGRATION_GUIDE.md
docs/guides/API_COOKBOOK.md
docs/guides/AUTH_GUIDE.md
docs/guides/CHAT_CONNECTOR_GUIDE.md
docs/guides/CLI_SETUP_GUIDE.md
docs/guides/COMPUTER_USE_GUIDE.md
docs/guides/CONNECTORS_SETUP.md
docs/guides/CONNECTOR_TROUBLESHOOTING.md
docs/guides/CONTRIBUTING.md
docs/guides/CONTROL_PLANE_GUIDE.md
docs/guides/CUSTOM_AGENTS.md
docs/guides/DATABASE_SETUP.md
docs/guides/DEVELOPER_GUIDE.md
docs/guides/DEVELOPER_QUICKSTART.md
docs/guides/FABRIC_GUIDE.md
docs/guides/FINE_TUNING_GUIDE.md
docs/guides/FIRST_CONTRIBUTION.md
docs/guides/FRONTEND_ROUTES.md
docs/guides/GATEWAY_GUIDE.md
docs/guides/GETTING_STARTED.md
docs/guides/GITHUB_APP_SETUP.md
docs/guides/HARNESSES_GUIDE.md
docs/guides/INBOX_GUIDE.md
docs/guides/LOCAL_DEVELOPMENT.md
docs/guides/MIGRATION_GUIDE.md
docs/guides/ML_INTEGRATION_GUIDE.md
docs/guides/MODES_GUIDE.md
docs/guides/MONITORING_SETUP.md
docs/guides/NOMIC_LOOP_TROUBLESHOOTING.md
docs/guides/OBSERVABILITY_SETUP.md
docs/guides/ONBOARDING_FLOW.md
docs/guides/PLUGIN_GUIDE.md
docs/guides/PYTHON_SDK_CONSOLIDATION.md
docs/guides/PYTHON_SDK_MIGRATION.md
docs/guides/QUICKSTART.md
docs/guides/QUICKSTART_DOCKER.md
docs/guides/RESILIENCE_PATTERNS_GUIDE.md
docs/guides/RLM_DEVELOPER_GUIDE.md
docs/guides/RLM_GUIDE.md
docs/guides/RLM_USER_GUIDE.md
docs/guides/SDK_COMPARISON.md
docs/guides/SDK_CONSOLIDATION.md
docs/guides/SDK_HANDLER_PARITY.md
docs/guides/SDK_PARITY.md
docs/guides/SDK_QUICKSTART_PYTHON.md
docs/guides/SDK_QUICKSTART_TYPESCRIPT.md
docs/guides/SDK_ROADMAP.md
docs/guides/SDK_TYPESCRIPT.md
docs/guides/SELF_HOSTED_COMPLETE_GUIDE.md
docs/guides/SELF_HOSTED_QUICKSTART.md
docs/guides/SHARED_INBOX.md
docs/guides/SMB_QUICK_START.md
docs/guides/SME_GA_GUIDE.md
docs/guides/SME_ONBOARDING.md
docs/guides/SME_QUICKSTART.md
docs/guides/STRIPE_SETUP.md
docs/guides/SUPABASE_SETUP.md
docs/guides/TROUBLESHOOTING.md
docs/guides/USER_ONBOARDING.md
docs/guides/V1_TO_V2_MIGRATION.md
docs/guides/WORKSPACE_GUIDE.md
docs/guides/apple-oauth-setup.md
docs/guides/python-quickstart.md
docs/guides/sdk-parity.md
docs/guides/typescript-quickstart.md
docs/integration/control-plane-deployment.md
docs/integration/control-plane-setup.md
docs/integration/decision-receipts.md
docs/integration/enterprise-connectors.md
docs/integration/knowledge-system-guide.md
docs/integration/slack-integration.md
docs/integration/workflow-engine-guide.md
docs/integrations/AUTOMATION_INTEGRATIONS.md
docs/integrations/BOT_INTEGRATIONS.md
docs/integrations/BROADCAST.md
docs/integrations/CHANNELS.md
docs/integrations/CONNECTORS.md
docs/integrations/CONNECTOR_ERROR_HANDLING.md
docs/integrations/CONNECTOR_INTEGRATION_INDEX.md
docs/integrations/CROSS_POLLINATION.md
docs/integrations/EMAIL_PRIORITIZATION.md
docs/integrations/EXTERNAL_AGENTS_GUIDE.md
docs/integrations/GITHUB_PR_REVIEW.md
docs/integrations/HOOKS.md
docs/integrations/INTEGRATIONS.md
docs/integrations/INTEGRATION_RLM.md
docs/integrations/INTEGRATION_TEST_MATRIX.md
docs/integrations/KNOWLEDGE_INTEGRATION.md
docs/integrations/MCP_ADVANCED.md
docs/integrations/MCP_INTEGRATION.md
docs/integrations/OPENCLAW_INTEGRATION.md
docs/integrations/PLUGIN_DEVELOPMENT.md
docs/integrations/RESEARCH_INTEGRATION_BACKLOG.md
docs/integrations/RESEARCH_INTEGRATION_PLAN.md
docs/integrations/SLACK_SETUP.md
docs/integrations/TEAMS_SETUP.md
docs/integrations/TINKER_INTEGRATION.md
docs/integrations/autogen.md
docs/integrations/langchain.md
docs/integrations/llamaindex.md
docs/internal/CORE_API_SURFACE.md
docs/internal/SCOPE_PRUNING.md
docs/internal/SECURITY_SCAN_RESULTS.md
docs/internal/TEST_ONLY_FILE_TRIAGE.md
docs/knowledge/KNOWLEDGE_MOUND.md
docs/knowledge/KNOWLEDGE_MOUND_OPERATIONS.md
docs/knowledge/MEMORY.md
docs/knowledge/MEMORY_ANALYTICS.md
docs/knowledge/MEMORY_STRATEGY.md
docs/knowledge/MEMORY_TIERS.md
docs/landing/features.md
docs/landing/hero.md
docs/landing/pricing.md
docs/landing/quickstart.md
docs/marketing/quickstart-video-script.md
docs/observability/COST_VISIBILITY.md
docs/observability/DASHBOARD_SPEC.md
docs/observability/OBSERVABILITY.md
docs/observability/PERFORMANCE.md
docs/observability/PERFORMANCE_TARGETS.md
docs/observability/SLO_DEFINITIONS.md
docs/observability/SLO_MASTER_REFERENCE.md
docs/observability/TEST_COVERAGE_SLOS.md
docs/observability/WATCHDOG.md
docs/outreach/DESIGN_PARTNER_ONEPAGER.md
docs/reference/ACCOUNTING.md
docs/reference/ADMIN.md
docs/reference/BILLING.md
docs/reference/BILLING_UNITS.md
docs/reference/BINDINGS.md
docs/reference/BREAKING_CHANGES.md
docs/reference/CANONICAL_STORES.md
docs/reference/CLI_REFERENCE.md
docs/reference/CONFIGURATION.md
docs/reference/CONTROL_PLANE.md
docs/reference/CREDITS.md
docs/reference/DATABASE.md
docs/reference/DATABASE_SCHEMA.md
docs/reference/DEPENDENCIES.md
docs/reference/DEPRECATION_POLICY.md
docs/reference/DOCUMENTS.md
docs/reference/ENVIRONMENT.md
docs/reference/ENVIRONMENT_COMPLETE.md
docs/reference/ERROR_CODES.md
docs/reference/ERROR_HANDLING.md
docs/reference/ERROR_TRACKING.md
docs/reference/HANDLERS.md
docs/reference/IMPLEMENT.md
docs/reference/INDEX.md
docs/reference/LIBRARY_USAGE.md
docs/reference/PRICING_TIERS.md
docs/reference/SLA.md
docs/reference/TYPE_CHECKING.md
docs/resilience/PULSE.md
docs/resilience/QUEUE.md
docs/resilience/RESILIENCE.md
docs/resilience/RESILIENCE_PATTERNS.md
docs/runbooks/DATABASE_RECOVERY.md
docs/runbooks/DISASTER_RECOVERY.md
docs/runbooks/INCIDENT_RESPONSE.md
docs/runbooks/README.md
docs/runbooks/RUNBOOK_ALERT_RESPONSE.md
docs/runbooks/RUNBOOK_BACKUP_AUTOMATION.md
docs/runbooks/RUNBOOK_CERTIFICATE_ROTATION_DOCKER.md
docs/runbooks/RUNBOOK_DATABASE_CONSOLIDATION.md
docs/runbooks/RUNBOOK_DATABASE_ISSUES.md
docs/runbooks/RUNBOOK_DEPLOYMENT.md
docs/runbooks/RUNBOOK_INCIDENT.md
docs/runbooks/RUNBOOK_KEY_ROTATION.md
docs/runbooks/RUNBOOK_KNOWLEDGE_DECAY.md
docs/runbooks/RUNBOOK_MULTI_REGION_SETUP.md
docs/runbooks/RUNBOOK_ONCALL.md
docs/runbooks/RUNBOOK_POSTGRESQL_MIGRATION.md
docs/runbooks/RUNBOOK_POSTGRESQL_REPLICATION.md
docs/runbooks/RUNBOOK_PROVIDER_FAILURE.md
docs/runbooks/RUNBOOK_REDIS_SENTINEL_DOCKER.md
docs/runbooks/RUNBOOK_SECURITY.md
docs/runbooks/RUNBOOK_SLOW_DEBATES.md
docs/runbooks/RUNBOOK_STARTUP_ISSUES.md
docs/runbooks/SECURITY_INCIDENT.md
docs/runbooks/SERVICE_DEGRADATION.md
docs/runbooks/database-issues.md
docs/runbooks/database-migration.md
docs/runbooks/high-error-rate.md
docs/runbooks/high-latency.md
docs/runbooks/incident-response.md
docs/runbooks/monitoring-setup.md
docs/runbooks/redis-failover.md
docs/runbooks/redis-issues.md
docs/runbooks/scaling.md
docs/runbooks/service-down.md
docs/runbooks/ssl-renewal.md
docs/security/OPENCLAW_AUDIT.md
docs/security/PENETRATION_TESTING.md
docs/security/PENTEST_CHECKLIST.md
docs/security/PENTEST_ENGAGEMENT_CHECKLIST.md
docs/security/PENTEST_REQUIREMENTS.md
docs/security/PENTEST_RFP.md
docs/security/PENTEST_SCOPE.md
docs/security/PENTEST_VENDORS.md
docs/security/THREAT_MODEL.md
docs/security/audit-2026-01.md
docs/security/rbac-abac-strategy.md
docs/status/ADVANCED_FEATURES.md
docs/status/BACKLOG_PARITY_GASTOWN_MOLTBOT.md
docs/status/BACKLOG_Q1_2026.md
docs/status/BACKLOG_Q1_2026_IMPLEMENTATION_MAP.md
docs/status/BACKLOG_Q1_2026_SPRINT_2_PR_PLAN.md
docs/status/BACKLOG_Q1_Q2_2026.md
docs/status/CAPABILITY_MATRIX.md
docs/status/CLAUDE.md
docs/status/COMMERCIAL_OVERVIEW.md
docs/status/COMMERCIAL_POSITIONING.md
docs/status/COMPETITIVE_POSITIONING.md
docs/status/CONTRACT_DRIFT_BACKLOG.md
docs/status/CONTRACT_DRIFT_ISSUE_PLAN.md
docs/status/DESIGN_PARTNER_PROGRAM.md
docs/status/EXECUTION_PLAN_90D.md
docs/status/FEATURES.md
docs/status/FEATURE_DISCOVERY.md
docs/status/FEATURE_MATURITY.md
docs/status/FEATURE_PARITY_MATRIX.md
docs/status/HARDENING_BURNDOWN_2026-02-12.md
docs/status/HARDENING_SPRINT_2W_CHECKLIST.md
docs/status/HARDENING_SPRINT_2W_SKILLS_RUNBOOK.md
docs/status/MIGRATION.md
docs/status/MIGRATIONS.md
docs/status/MIGRATION_V1_TO_V2.md
docs/status/NEW_FEATURES.md
docs/status/NEXT_STEPS.md
docs/status/NEXT_STEPS_CANONICAL.md
docs/status/NEXT_STEPS_PLAN.md
docs/status/NEXT_STEPS_Q1_2026.md
docs/status/OMNIVOROUS_ROADMAP.md
docs/status/PARITY_BACKLOG.md
docs/status/PARITY_EPICS.md
docs/status/PARITY_MATRIX_GASTOWN_MOLTBOT.md
docs/status/PHASE_8_IMPLEMENTATION_PLAN.md
docs/status/PMF_SCORECARD.md
docs/status/POSITIONING.md
docs/status/POSTGRESQL_MIGRATION.md
docs/status/PROPULSION.md
docs/status/SDK_PARITY_BURNDOWN.md
docs/status/SDK_RELEASE_READINESS_2026-02-13.md
docs/status/SICA_GRAPHRAG_ROLLOUT_RUNBOOK.md
docs/status/SME_STARTER_PACK.md
docs/status/STATUS.md
docs/status/TECHNICAL_DEBT.md
docs/status/TEST_SKIP_BURNDOWN.md
docs/status/VERTICALS.md
docs/status/comparison.md
docs/streaming/WEBSOCKET_EVENTS.md
docs/templates/breaking_change_template.md
docs/testing/A_B_TESTING.md
docs/testing/BENCHMARK_RESULTS.md
docs/testing/DECISION_ACTION_SMOKE.md
docs/testing/HANDLER_COVERAGE_MATRIX.md
docs/testing/HANDLER_TESTING_PATTERNS.md
docs/testing/PENTEST_REQUIREMENTS.md
docs/testing/PENTEST_SCOPE.md
docs/testing/SKIPPED_TESTS_AUDIT.md
docs/testing/TESTING.md
docs/testing/TEST_SKIP_POLICY.md
docs/verticals/FINANCIAL.md
docs/verticals/HEALTHCARE.md
docs/verticals/LEGAL.md
docs/workflow/EVOLUTION_PATTERNS.md
docs/workflow/EXPLAINABILITY.md
docs/workflow/FORMAL_VERIFICATION.md
docs/workflow/GENESIS.md
docs/workflow/HARNESSES.md
docs/workflow/MARKETPLACE.md
docs/workflow/MODES.md
docs/workflow/MODES_EXAMPLES.md
docs/workflow/MODES_REFERENCE.md
docs/workflow/NOMIC_EVAL.md
docs/workflow/NOMIC_LOOP.md
docs/workflow/REASONING.md
docs/workflow/SKILLS.md
docs/workflow/TEMPLATES.md
docs/workflow/WORKFLOWS.md
docs/workflow/WORKFLOW_ENGINE.md
examples/01_simple_debate.py
examples/02_tournament.py
examples/03_nomic_loop.py
examples/04_gauntlet_showcase.py
examples/README.md
examples/__init__.py
examples/decision_pipeline.py
examples/eu_ai_act_compliance.py
examples/gauntlet_demo.py
examples/mcp_integration.py
examples/nomic_state_machine_example.py
examples/openclaw_gateway.py
examples/quickstart.py
examples/autogen-verification/main.py
examples/code_review/README.md
examples/crewai-verification/main.py
examples/enterprise-integration/okta-sso-setup.md
examples/eu-ai-act-compliance/main.py
examples/gallery/README.md
examples/gallery/__init__.py
examples/gallery/code_review_debate.py
examples/gallery/design_decision_debate.py
examples/gallery/incident_postmortem_debate.py
examples/gallery/research_synthesis_debate.py
examples/gallery/security_audit_debate.py
examples/golden_paths/README.md
examples/healthcare/clinical_decision.py
examples/langgraph-verification/main.py
examples/nextjs-app-router/CLAUDE.md
examples/nextjs-app-router/README.md
examples/nextjs-app-router/app/CLAUDE.md
examples/nextjs-app-router/app/debates/CLAUDE.md
examples/nextjs-app-router/app/debates/[id]/CLAUDE.md
examples/nextjs-app-router/app/debates/new/CLAUDE.md
examples/nextjs-app-router/lib/CLAUDE.md
examples/nodejs-slack-bot/README.md
examples/python-debate/README.md
examples/python-debate/main.py
examples/quickstart/__init__.py
examples/quickstart/basic_debate.py
examples/quickstart/code_review.py
examples/quickstart/healthcare_review.py
examples/remix/CLAUDE.md
examples/remix/README.md
examples/remix/app/CLAUDE.md
examples/remix/app/routes/CLAUDE.md
examples/sample_specs/gdpr_violation.md
examples/sample_specs/insecure_api.md
examples/sample_specs/scaling_timebomb.md
examples/sveltekit/CLAUDE.md
examples/sveltekit/README.md
examples/sveltekit/src/CLAUDE.md
examples/sveltekit/src/lib/CLAUDE.md
examples/sveltekit/src/routes/CLAUDE.md
examples/sveltekit/src/routes/debates/CLAUDE.md
examples/sveltekit/src/routes/debates/new/CLAUDE.md
examples/task_bench/README.md
examples/typescript-web/README.md
examples/verticals/healthcare_decision.py