LICENSE
LICENSE-CLOUD
LICENSE-RUNTIME
README.md
pyproject.toml
brynq.egg-info/PKG-INFO
brynq.egg-info/SOURCES.txt
brynq.egg-info/dependency_links.txt
brynq.egg-info/entry_points.txt
brynq.egg-info/requires.txt
brynq.egg-info/top_level.txt
brynq_output/brynq_1774239974_12.py
brynq_output/brynq_1774239974_13.py
brynq_output/brynq_1774239974_5.py
runtime/__init__.py
runtime/__main__.py
runtime/app.py
runtime/cli.py
runtime/cloud_client.py
runtime/config.py
runtime/launcher.py
runtime/mcp_adapter.py
runtime/monitor.py
runtime/rag.py
runtime/scheduler.py
runtime/spawner.py
runtime/templates.py
runtime/tui_chat.py
runtime/version.py
runtime/workflow_store.py
runtime/adapters/__init__.py
runtime/adapters/base.py
runtime/adapters/graphql.py
runtime/adapters/grpc.py
runtime/adapters/manager.py
runtime/adapters/openapi.py
runtime/adapters/sql.py
runtime/adapters/websocket.py
runtime/auth/__init__.py
runtime/auth/callback_server.py
runtime/auth/oauth_manager.py
runtime/auth/providers.py
runtime/auth/token_store.py
runtime/executor/__init__.py
runtime/executor/agent_bridge.py
runtime/executor/agent_tools.py
runtime/executor/cloud_bridge.py
runtime/executor/codebase_indexer.py
runtime/executor/context.py
runtime/executor/local_bridge.py
runtime/executor/plan_executor.py
runtime/executor/plan_validator.py
runtime/integrations/__init__.py
runtime/integrations/batch.py
runtime/integrations/clipboard.py
runtime/integrations/email_sender.py
runtime/integrations/file_watcher.py
runtime/integrations/formatters.py
runtime/integrations/notifications.py
runtime/integrations/scheduler.py
runtime/integrations/shell_completion.py
runtime/integrations/templates.py
runtime/integrations/webhooks.py
runtime/learning/__init__.py
runtime/learning/ab_testing.py
runtime/learning/cost_tracker.py
runtime/learning/model_perf.py
runtime/learning/patterns.py
runtime/learning/preferences.py
runtime/learning/session_analytics.py
runtime/learning/suggestions.py
runtime/learning/usage_tracker.py
runtime/memory/__init__.py
runtime/memory/conversation.py
runtime/memory/decision.py
runtime/memory/manager.py
runtime/memory/outcome.py
runtime/memory/people.py
runtime/memory/project.py
runtime/memory/vector_store.py
runtime/network/__init__.py
runtime/network/insights.py
runtime/network/telemetry.py
runtime/network/volunteer_compute.py
runtime/protocol/__init__.py
runtime/protocol/schema.py
runtime/protocol/serializer.py
runtime/protocol/signer.py
runtime/reporter/__init__.py
runtime/reporter/metrics.py
runtime/reporter/privacy.py
runtime/sandbox/__init__.py
runtime/sandbox/agent_protocol.py
runtime/sandbox/agent_sandbox.py
runtime/vault/__init__.py
runtime/vault/key_vault.py
src/brynq/__init__.py
src/brynq/__main__.py
src/brynq/ab_testing.py
src/brynq/access_control.py
src/brynq/agent_analytics.py
src/brynq/agent_bridge.py
src/brynq/agent_groups.py
src/brynq/agent_lifecycle.py
src/brynq/agent_loop.py
src/brynq/agent_memory.py
src/brynq/agent_reputation_v2.py
src/brynq/agent_sandbox.py
src/brynq/analytics.py
src/brynq/api_governance.py
src/brynq/api_security.py
src/brynq/api_server.py
src/brynq/api_server_enterprise.py
src/brynq/api_versioning.py
src/brynq/audit_trail.py
src/brynq/auth.py
src/brynq/auto_dispatch.py
src/brynq/auto_documenter.py
src/brynq/auto_setup.py
src/brynq/billing.py
src/brynq/blueprints.py
src/brynq/brainiac.py
src/brynq/brynq_cli.py
src/brynq/brynq_skills.py
src/brynq/caching.py
src/brynq/capability.py
src/brynq/chain_orchestrator.py
src/brynq/cli.py
src/brynq/cognitive_firewall.py
src/brynq/company_roster.py
src/brynq/compliance.py
src/brynq/compute_grid.py
src/brynq/config_manager.py
src/brynq/conflict_resolver.py
src/brynq/consensus.py
src/brynq/context_optimizer.py
src/brynq/cost_tracker.py
src/brynq/crm.py
src/brynq/cross_project.py
src/brynq/cross_swarm_deps.py
src/brynq/crypto_identity.py
src/brynq/daemon.py
src/brynq/dashboard.py
src/brynq/dashboard_enterprise.py
src/brynq/dashboard_ui_enterprise.py
src/brynq/data_export.py
src/brynq/db_skills.py
src/brynq/decentralized_memory.py
src/brynq/direct_messaging.py
src/brynq/discord_bot.py
src/brynq/discord_bridge.py
src/brynq/discovery.py
src/brynq/distributed_locks.py
src/brynq/distributed_rate_limit.py
src/brynq/dynamic_roles.py
src/brynq/dynamic_tools.py
src/brynq/enforcer.py
src/brynq/enterprise_integration.py
src/brynq/enterprise_tools.py
src/brynq/entity_registry.py
src/brynq/erp.py
src/brynq/event_bus.py
src/brynq/feature_flags.py
src/brynq/federation.py
src/brynq/file_watcher.py
src/brynq/global_bidding.py
src/brynq/grid_integration.py
src/brynq/guardrails.py
src/brynq/hardening.py
src/brynq/health_monitor.py
src/brynq/hierarchical_swarms.py
src/brynq/hitl_manager.py
src/brynq/hooks.py
src/brynq/incentives.py
src/brynq/incident_manager.py
src/brynq/integration_hub.py
src/brynq/jobs.py
src/brynq/key_manager.py
src/brynq/knowledge_distillation.py
src/brynq/knowledge_federation.py
src/brynq/knowledge_mcp.py
src/brynq/knowledge_trust.py
src/brynq/launcher.py
src/brynq/learning_feedback.py
src/brynq/librarian.py
src/brynq/licensing_engine.py
src/brynq/llm_router.py
src/brynq/lmstudio_adapter.py
src/brynq/main.py
src/brynq/marketplace.py
src/brynq/marketplace_payments.py
src/brynq/mcp_plugin_loader.py
src/brynq/mcp_router.py
src/brynq/memory.py
src/brynq/memory_mapper.py
src/brynq/metrics_collector.py
src/brynq/migration_engine.py
src/brynq/multi_consensus.py
src/brynq/network_launcher.py
src/brynq/notification_prefs.py
src/brynq/notifications.py
src/brynq/ollama_adapter.py
src/brynq/onboarding.py
src/brynq/openai_adapter.py
src/brynq/orchestrator.py
src/brynq/oroboros.py
src/brynq/payloads.py
src/brynq/personality.py
src/brynq/platform_analytics.py
src/brynq/platform_orchestrator.py
src/brynq/platform_search.py
src/brynq/plugin_system.py
src/brynq/profiles.py
src/brynq/rag_pipeline.py
src/brynq/remote_execution.py
src/brynq/retention.py
src/brynq/roster.py
src/brynq/runtime_sandbox.py
src/brynq/sandboxing.py
src/brynq/scheduler.py
src/brynq/search.py
src/brynq/self_healing.py
src/brynq/self_healing_v2.py
src/brynq/server.py
src/brynq/service_mesh.py
src/brynq/sla_engine.py
src/brynq/smart_routing.py
src/brynq/social.py
src/brynq/spawner.py
src/brynq/specialization.py
src/brynq/supervisor.py
src/brynq/swarm.py
src/brynq/swarm_poke.py
src/brynq/swarm_state_machine.py
src/brynq/swarm_telemetry.py
src/brynq/task_dependencies.py
src/brynq/task_granularity.py
src/brynq/task_queue.py
src/brynq/task_templates.py
src/brynq/tasks.py
src/brynq/template_marketplace.py
src/brynq/threading_support.py
src/brynq/tui.py
src/brynq/ui_components.py
src/brynq/vault.py
src/brynq/vector_store.py
src/brynq/web.py
src/brynq/web_skills.py
src/brynq/webhooks.py
src/brynq/welcome.py
src/brynq/worker_daemon.py
src/brynq/workflow.py
src/brynq/workflow_engine.py
src/brynq/workflow_executor.py
src/brynq/zero_trust_exec.py
src/brynq/_future/access_control.py
src/brynq/_future/agent_analytics.py
src/brynq/_future/agent_groups.py
src/brynq/_future/agent_memory.py
src/brynq/_future/agent_sandbox.py
src/brynq/_future/api_governance.py
src/brynq/_future/audit_trail.py
src/brynq/_future/billing.py
src/brynq/_future/blueprints.py
src/brynq/_future/capability.py
src/brynq/_future/compliance.py
src/brynq/_future/compute_grid.py
src/brynq/_future/crm.py
src/brynq/_future/cross_project.py
src/brynq/_future/dashboard_enterprise.py
src/brynq/_future/dashboard_ui_enterprise.py
src/brynq/_future/data_export.py
src/brynq/_future/decentralized_memory.py
src/brynq/_future/direct_messaging.py
src/brynq/_future/enterprise_integration.py
src/brynq/_future/enterprise_tools.py
src/brynq/_future/erp.py
src/brynq/_future/event_bus.py
src/brynq/_future/federation.py
src/brynq/_future/hardening.py
src/brynq/_future/health_monitor.py
src/brynq/_future/incentives.py
src/brynq/_future/integration_hub.py
src/brynq/_future/jobs.py
src/brynq/_future/knowledge_distillation.py
src/brynq/_future/knowledge_mcp.py
src/brynq/_future/marketplace.py
src/brynq/_future/marketplace_payments.py
src/brynq/_future/metrics_collector.py
src/brynq/_future/notification_prefs.py
src/brynq/_future/notifications.py
src/brynq/_future/onboarding.py
src/brynq/_future/oroboros.py
src/brynq/_future/platform_analytics.py
src/brynq/_future/platform_search.py
src/brynq/_future/plugin_system.py
src/brynq/_future/scheduler.py
src/brynq/_future/self_healing.py
src/brynq/_future/service_mesh.py
src/brynq/_future/smart_routing.py
src/brynq/_future/social.py
src/brynq/_future/specialization.py
src/brynq/_future/swarm_state_machine.py
src/brynq/_future/task_dependencies.py
src/brynq/_future/task_queue.py
src/brynq/_future/task_templates.py
src/brynq/_future/template_marketplace.py
src/brynq/_future/webhooks.py
src/brynq/_future/workflow.py
src/brynq/_future/workflow_engine.py
src/brynq/_shelved/access_control.py
src/brynq/_shelved/agent_analytics.py
src/brynq/_shelved/agent_groups.py
src/brynq/_shelved/agent_memory.py
src/brynq/_shelved/agent_sandbox.py
src/brynq/_shelved/api_governance.py
src/brynq/_shelved/audit_trail.py
src/brynq/_shelved/billing.py
src/brynq/_shelved/blueprints.py
src/brynq/_shelved/capability.py
src/brynq/_shelved/compliance.py
src/brynq/_shelved/compute_grid.py
src/brynq/_shelved/crm.py
src/brynq/_shelved/cross_project.py
src/brynq/_shelved/dashboard_enterprise.py
src/brynq/_shelved/dashboard_ui_enterprise.py
src/brynq/_shelved/data_export.py
src/brynq/_shelved/decentralized_memory.py
src/brynq/_shelved/direct_messaging.py
src/brynq/_shelved/enterprise_integration.py
src/brynq/_shelved/enterprise_tools.py
src/brynq/_shelved/erp.py
src/brynq/_shelved/event_bus.py
src/brynq/_shelved/federation.py
src/brynq/_shelved/hardening.py
src/brynq/_shelved/health_monitor.py
src/brynq/_shelved/incentives.py
src/brynq/_shelved/integration_hub.py
src/brynq/_shelved/jobs.py
src/brynq/_shelved/knowledge_distillation.py
src/brynq/_shelved/knowledge_graph_sync.py
src/brynq/_shelved/knowledge_mcp.py
src/brynq/_shelved/marketplace.py
src/brynq/_shelved/marketplace_payments.py
src/brynq/_shelved/metrics_collector.py
src/brynq/_shelved/notification_prefs.py
src/brynq/_shelved/notifications.py
src/brynq/_shelved/onboarding.py
src/brynq/_shelved/oroboros.py
src/brynq/_shelved/platform_analytics.py
src/brynq/_shelved/platform_search.py
src/brynq/_shelved/plugin_system.py
src/brynq/_shelved/scheduler.py
src/brynq/_shelved/self_healing.py
src/brynq/_shelved/service_mesh.py
src/brynq/_shelved/smart_routing.py
src/brynq/_shelved/social.py
src/brynq/_shelved/specialization.py
src/brynq/_shelved/swarm_state_machine.py
src/brynq/_shelved/task_dependencies.py
src/brynq/_shelved/task_queue.py
src/brynq/_shelved/task_templates.py
src/brynq/_shelved/template_marketplace.py
src/brynq/_shelved/webhooks.py
src/brynq/_shelved/workflow.py
src/brynq/_shelved/workflow_engine.py
src/brynq/_shelved/mcp_plugins/agent_sandbox_tools.py
src/brynq/_shelved/mcp_plugins/compute_grid_tools.py
src/brynq/_shelved/mcp_plugins/decentralized_memory_tools.py
src/brynq/_shelved/mcp_plugins/dispatch_tools.py
src/brynq/_shelved/mcp_plugins/economy_tools.py
src/brynq/_shelved/mcp_plugins/extensions.py
src/brynq/_shelved/mcp_plugins/federation_tools.py
src/brynq/_shelved/mcp_plugins/observability.py
src/brynq/_shelved/mcp_plugins/platform_ops.py
src/brynq/_shelved/mcp_plugins/rag_tools.py
src/brynq/_shelved/mcp_plugins/security.py
src/brynq/_shelved/mcp_plugins/service_mesh_tools.py
src/brynq/_shelved/mcp_plugins/workflow.py
src/brynq/_shelved/mcp_plugins/workflow_engine_tools.py
src/brynq/agents/__init__.py
src/brynq/agents/civil_engineer/__init__.py
src/brynq/agents/civil_engineer/server.py
src/brynq/api/fastapi_gateway.py
src/brynq/mcp_plugins/__init__.py
src/brynq/mcp_plugins/brainiac_tools.py
src/brynq/mcp_plugins/capabilities.py
src/brynq/mcp_plugins/core_system.py
src/brynq/mcp_plugins/data_pipeline_orchestrator.py
src/brynq/mcp_plugins/enterprise_compliance.py
src/brynq/mcp_plugins/governance.py
src/brynq/mcp_plugins/governance_tools.py
src/brynq/mcp_plugins/knowledge_graph.py
src/brynq/mcp_plugins/knowledge_tools.py
src/brynq/mcp_plugins/memory.py
src/brynq/mcp_plugins/memory_tools.py
src/brynq/mcp_plugins/messaging_tools.py
src/brynq/mcp_plugins/openapi_bridge.py
src/brynq/mcp_plugins/rag_tools.py
src/brynq/mcp_plugins/secure_code_review.py
src/brynq/mcp_plugins/social.py
src/brynq/mcp_plugins/swarm_agents.py
src/brynq/mcp_plugins/swarm_tools.py
src/brynq/mcp_plugins/tasks.py
src/brynq/mcp_plugins/tasks_tools.py
src/brynq/mcp_servers/fs_mcp.py
src/brynq/mcp_servers/github_mcp.py
src/brynq/rag/rag_engine.py
src/brynq/skills/web_skills.py
tests/test_ab_testing.py
tests/test_access_control.py
tests/test_adapter_manager.py
tests/test_agent_analytics.py
tests/test_agent_groups.py
tests/test_agent_lifecycle.py
tests/test_agent_loop.py
tests/test_agent_memory.py
tests/test_agent_registry.py
tests/test_agent_reputation_v2.py
tests/test_agent_sandbox.py
tests/test_api_governance.py
tests/test_api_integration.py
tests/test_api_versioning.py
tests/test_audit_trail.py
tests/test_auth.py
tests/test_auto_dispatch.py
tests/test_auto_documenter.py
tests/test_auto_setup.py
tests/test_batch_processing.py
tests/test_braniac.py
tests/test_business_logic.py
tests/test_caching.py
tests/test_capability.py
tests/test_chain_orchestrator.py
tests/test_chain_planner.py
tests/test_chat_api.py
tests/test_chat_history_api.py
tests/test_cli.py
tests/test_cli_pipe.py
tests/test_cloud_bridge_oauth.py
tests/test_cloud_server.py
tests/test_compute_grid.py
tests/test_config_manager.py
tests/test_conflict_resolver.py
tests/test_consensus.py
tests/test_consensus_deep.py
tests/test_context_optimizer.py
tests/test_core_modules.py
tests/test_cost_tracker.py
tests/test_cross_swarm_deps.py
tests/test_crypto_identity.py
tests/test_data_export.py
tests/test_direct_messaging.py
tests/test_distributed_locks.py
tests/test_distributed_rate_limit.py
tests/test_dynamic_roles.py
tests/test_dynamic_tools.py
tests/test_enforcer.py
tests/test_enterprise_audit.py
tests/test_entity_registry.py
tests/test_event_bus.py
tests/test_extended_modules.py
tests/test_feature_flags.py
tests/test_federation.py
tests/test_file_watcher_unit.py
tests/test_formatters.py
tests/test_global_bidding.py
tests/test_graphql_adapter.py
tests/test_grid_integration.py
tests/test_grpc_adapter.py
tests/test_hardening.py
tests/test_health_monitor.py
tests/test_hierarchical_swarms.py
tests/test_incident_manager.py
tests/test_integration_hub.py
tests/test_key_manager.py
tests/test_key_vault.py
tests/test_knowledge_federation.py
tests/test_knowledge_graph.py
tests/test_knowledge_mcp.py
tests/test_knowledge_trust.py
tests/test_launcher.py
tests/test_librarian.py
tests/test_llm_router.py
tests/test_lmstudio_adapter.py
tests/test_marketplace.py
tests/test_marketplace_catalog.py
tests/test_marketplace_payments.py
tests/test_mcp_adapter.py
tests/test_mcp_router.py
tests/test_memory_mapper.py
tests/test_metrics_collector.py
tests/test_metrics_reporter.py
tests/test_migration_engine.py
tests/test_model_perf.py
tests/test_multi_consensus.py
tests/test_network_launcher.py
tests/test_notification_prefs.py
tests/test_notifications.py
tests/test_oauth.py
tests/test_ollama_adapter.py
tests/test_openapi_adapter.py
tests/test_oroboros.py
tests/test_outcome_memory.py
tests/test_patterns.py
tests/test_phase25_exchange.py
tests/test_phase_modules.py
tests/test_pipe.py
tests/test_plan_executor.py
tests/test_plan_schema.py
tests/test_platform_analytics.py
tests/test_platform_orchestrator.py
tests/test_platform_search.py
tests/test_plugin_system.py
tests/test_preferences.py
tests/test_profiles.py
tests/test_projects_api.py
tests/test_quality_eval.py
tests/test_rag_pipeline.py
tests/test_remote_execution.py
tests/test_rest_api.py
tests/test_retention.py
tests/test_runtime_app.py
tests/test_runtime_cli.py
tests/test_runtime_sandbox.py
tests/test_saml_flow.py
tests/test_scheduler.py
tests/test_search.py
tests/test_self_awareness.py
tests/test_self_healing_v2.py
tests/test_server.py
tests/test_service_mesh.py
tests/test_sla_engine.py
tests/test_smart_routing.py
tests/test_social.py
tests/test_spawner.py
tests/test_specialization.py
tests/test_sql_adapter.py
tests/test_swarm.py
tests/test_swarm_poke.py
tests/test_swarm_state_machine.py
tests/test_swarm_telemetry.py
tests/test_task_granularity.py
tests/test_task_queue.py
tests/test_task_templates.py
tests/test_tasks.py
tests/test_team_store.py
tests/test_template_marketplace.py
tests/test_template_store.py
tests/test_templates.py
tests/test_ui_components.py
tests/test_usage_tracker.py
tests/test_vault.py
tests/test_vault_integrity.py
tests/test_vector_store.py
tests/test_webhook_registry.py
tests/test_webhooks.py
tests/test_websocket_adapter.py
tests/test_welcome.py
tests/test_wiring_sprint3.py
tests/test_workflow.py
tests/test_workflow_api.py
tests/test_workflow_context.py
tests/test_workflow_engine.py
tests/test_workflow_executor.py
tests/test_zero_coverage.py
tests/test_zero_trust_exec.py