LICENSE
MANIFEST.in
README.md
aibrain_content_workflows.py
aibrain_db.py
aibrain_encryption.py
aibrain_licensing.py
aibrain_ops_workflows.py
aibrain_payments.py
aibrain_sdk.py
aibrain_skill_workflows.py
aibrain_update.py
aibrain_user_workflows.py
aibrain_workflows.py
attack_graph.py
brain_marketplace.py
brain_mesh.py
brain_packs.json
brain_versioning.py
config.json.example
conversation_observer.py
env.example
install.py
mcp_server.py
memory_browser.py
memory_lifecycle.py
pyproject.toml
reactive_engine.py
realtime_learner.py
remedy_injection_authz.py
requirements.txt
run_workflow.py
scheduled_jobs.json
self_model.py
setup.py
setup_wizard.py
skill_memory.py
stack_snapshot.py
storage_enricher.py
task_router.py
workflow_scheduler.py
aibrain/__init__.py
aibrain/__main__.py
aibrain.egg-info/PKG-INFO
aibrain.egg-info/SOURCES.txt
aibrain.egg-info/dependency_links.txt
aibrain.egg-info/entry_points.txt
aibrain.egg-info/requires.txt
aibrain.egg-info/top_level.txt
aibrain/cli/__init__.py
aibrain/cli/approvals.py
aibrain/cli/chat.py
aibrain/cli/create.py
aibrain/cli/profile_cmd.py
aibrain/cli/settings_menu.py
aibrain/cli/test_cmd.py
aibrain/cli/train.py
aibrain/cli/utils.py
aibrain/core/__init__.py
aibrain/core/adapters.py
aibrain/core/agent_router.py
aibrain/core/agents.py
aibrain/core/archive.py
aibrain/core/attention_telemetry.py
aibrain/core/authorization_ledger.py
aibrain/core/brain_self_model.py
aibrain/core/browser_pool.py
aibrain/core/companies.py
aibrain/core/constraint_compiler.py
aibrain/core/content_gates.py
aibrain/core/content_pipeline_adapter.py
aibrain/core/content_scheduler.py
aibrain/core/content_template.py
aibrain/core/correction_analysis.py
aibrain/core/correction_baseline.py
aibrain/core/correction_schema.py
aibrain/core/cross_domain_bus.py
aibrain/core/dynamic_router.py
aibrain/core/email_sender.py
aibrain/core/enforcement.py
aibrain/core/event_bus.py
aibrain/core/event_validation.py
aibrain/core/events.py
aibrain/core/fact_extractor.py
aibrain/core/flow.py
aibrain/core/git_worktree.py
aibrain/core/graph_memory.py
aibrain/core/harness.py
aibrain/core/heartbeat.py
aibrain/core/hooks.py
aibrain/core/ingest.py
aibrain/core/lens_router.py
aibrain/core/lenses_public.py
aibrain/core/local_llm.py
aibrain/core/local_rag.py
aibrain/core/local_router.py
aibrain/core/memory_api.py
aibrain/core/memory_decay.py
aibrain/core/memory_recall.py
aibrain/core/multi_retrieval.py
aibrain/core/objective.py
aibrain/core/offensive_safety.py
aibrain/core/poisoning_detection.py
aibrain/core/pre_visibility.py
aibrain/core/pricing.py
aibrain/core/product_metrics.py
aibrain/core/profile_ops.py
aibrain/core/profile_registry.py
aibrain/core/rbac.py
aibrain/core/reactive_chains.py
aibrain/core/retention.py
aibrain/core/retrieval_router.py
aibrain/core/retrolearn_dedup.py
aibrain/core/retrolearn_scanner.py
aibrain/core/risk_classifier.py
aibrain/core/routing_config.py
aibrain/core/routing_settings.py
aibrain/core/rule_learner.py
aibrain/core/secrets.py
aibrain/core/secrets_filter.py
aibrain/core/state_predictor.py
aibrain/core/superworker.py
aibrain/core/task_router.py
aibrain/core/task_verification.py
aibrain/core/tempr_retrieval.py
aibrain/core/testing.py
aibrain/core/usage_report.py
aibrain/core/vector_store.py
aibrain/core/workflow_base.py
aibrain/core/workflow_quality.py
aibrain/core/workflow_runner.py
aibrain/core/tests/__init__.py
aibrain/core/tests/test_attention_telemetry.py
aibrain/core/tests/test_authorization_ledger.py
aibrain/core/tests/test_brain_self_model.py
aibrain/core/tests/test_concurrent_writes.py
aibrain/core/tests/test_correction_analysis.py
aibrain/core/tests/test_correction_baseline.py
aibrain/core/tests/test_cross_domain_bus.py
aibrain/core/tests/test_event_bus.py
aibrain/core/tests/test_event_triggers.py
aibrain/core/tests/test_event_validation.py
aibrain/core/tests/test_offensive_safety.py
aibrain/core/tests/test_poisoning_detection.py
aibrain/core/tests/test_profile_registry.py
aibrain/core/tests/test_reactive_chains.py
aibrain/core/tests/test_risk_classifier.py
aibrain/integrations/__init__.py
aibrain/integrations/crewai_adapter.py
aibrain/integrations/langchain_adapter.py
aibrain/integrations/langgraph_adapter.py
aibrain/integrations/mem0_compat.py
aibrain/mcp/__init__.py
aibrain/mcp/client.py
aibrain/mcp/config.py
aibrain/mcp/registry.py
aibrain/mcp/server.py
aibrain/mcp/tool_bridge.py
aibrain/mcp/transports.py
aibrain/tools/__init__.py
aibrain/tools/builtin.py
aibrain/tools/agents/__init__.py
aibrain/tools/agents/config.py
aibrain/tools/compress/__init__.py
aibrain/tools/compress/config.py
aibrain/tools/compress/hook.py
aibrain/tools/compress/filters/__init__.py
aibrain/tools/compress/filters/build.py
aibrain/tools/compress/filters/generic.py
aibrain/tools/compress/filters/git.py
aibrain/tools/compress/filters/test.py
aibrain/tools/compress/tests/__init__.py
aibrain/tools/compress/tests/test_compress.py
aibrain/tools/compress/tests/test_git.py
aibrain/tools/compress/tests/test_hook_edge_cases.py
aibrain/tools/evolution/__init__.py
aibrain/tools/evolution/config.py
aibrain/tools/learn/__init__.py
aibrain/tools/learn/config.py
aibrain/tools/marketing/__init__.py
aibrain/tools/marketing/analytics.py
aibrain/tools/marketing/config.py
aibrain/tools/marketing/tests/__init__.py
aibrain/tools/marketing/tests/test_analytics.py
aibrain/tools/model/__init__.py
aibrain/tools/model/config.py
aibrain/tools/schedule/__init__.py
aibrain/tools/schedule/config.py
aibrain/tools/setup/__init__.py
aibrain/tools/setup/reconfigure.py
aibrain/tools/sync/__init__.py
aibrain/tools/sync/config.py
aibrain/tools/workflows/__init__.py
aibrain/tools/workflows/config.py
aibrain/tools/workflows/tests/__init__.py
aibrain/tools/workflows/tests/test_workflows_config.py
aibrain/workflows/__init__.py
aibrain/workflows/subscriber_watch.py
backend/__init__.py
backend/action_executor.py
backend/agent_protocol.py
backend/aibrain_api.py
backend/approval_queue.py
backend/auth_routes.py
backend/brain_scanner.py
backend/chat_responder.py
backend/companies_api.py
backend/critic_generator.py
backend/durable_workflow.py
backend/entity_extractor.py
backend/event_schema.py
backend/evolution_engine.py
backend/gumroad_checkout_api.py
backend/license_activations_api.py
backend/llm_router.py
backend/main.py
backend/memory_api.py
backend/models.py
backend/pattern_bus_api.py
backend/permissions.py
backend/pyinstaller_runtime_hook.py
backend/reactive_workflows.py
backend/scheduler.py
backend/security.py
backend/setup_api.py
backend/tiers.py
backend/trace_logger.py
backend/webhooks.py
backend/workflow_generator.py
backend/auth/__init__.py
backend/auth/db.py
backend/auth/email_sender.py
backend/auth/oauth.py
backend/auth/password.py
backend/auth/sessions.py
backend/auth/totp.py
boss/SKILL.md
boss/__init__.py
boss/boss.py
boss/budget_guard.py
boss/comms.py
boss/evolution_bridge.py
boss/session_merge.py
boss/test_boss.py
boss/worker_runner.py
examples/basic_agent.py
examples/claude_agent.py
examples/ollama_agent.py
examples/openai_agent.py
skills/skills/competitive_analysis.md
skills/skills/highest_rated/api_documentation.md
skills/skills/highest_rated/code_architecture_review.md
skills/skills/highest_rated/migration_planning.md
skills/skills/highest_rated/onboarding_guide.md
skills/skills/highest_rated/release_notes.md
skills/skills/highest_rated/retrospective_analysis.md
skills/skills/highest_rated/risk_assessment.md
skills/skills/highest_rated/system_design.md
skills/skills/highest_rated/technical_debt_assessment.md
skills/skills/highest_rated/troubleshooting_guide.md
skills/skills/most_anticipated/architecture_decision_records.md
skills/skills/most_anticipated/autonomous_research.md
skills/skills/most_anticipated/cloud_cost_optimization.md
skills/skills/most_anticipated/compliance_mapping.md
skills/skills/most_anticipated/incident_response.md
skills/skills/most_anticipated/knowledge_graph_building.md
skills/skills/most_anticipated/performance_optimization.md
skills/skills/most_anticipated/prompt_engineering.md
skills/skills/most_anticipated/security_assessment.md
skills/skills/most_anticipated/threat_modeling.md
skills/skills/most_requested/competitive_analysis.md
skills/skills/most_requested/data_analysis.md
skills/skills/most_requested/email_drafting.md
skills/skills/most_requested/interview_preparation.md
skills/skills/most_requested/meeting_notes.md
skills/skills/most_requested/project_planning.md
skills/skills/most_requested/research_synthesis.md
skills/skills/most_requested/resume_optimization.md
skills/skills/most_requested/social_media_content.md
skills/skills/most_requested/technical_writing.md
skills/skills/most_used/api_design.md
skills/skills/most_used/bug_debugging.md
skills/skills/most_used/code_refactoring.md
skills/skills/most_used/code_review.md
skills/skills/most_used/database_schema.md
skills/skills/most_used/dependency_audit.md
skills/skills/most_used/documentation_writing.md
skills/skills/most_used/error_handling.md
skills/skills/most_used/git_commit_messages.md
skills/skills/most_used/test_writing.md
tests/test_adapters.py
tests/test_agent_router.py
tests/test_agent_routing.py
tests/test_agents.py
tests/test_api_responses.py
tests/test_approvals.py
tests/test_archive.py
tests/test_attention_telemetry.py
tests/test_auth_accounts.py
tests/test_auth_e2e.py
tests/test_brain_api.py
tests/test_brain_export_import.py
tests/test_brain_marketplace_export.py
tests/test_brain_sync.py
tests/test_category_summaries.py
tests/test_checkout.py
tests/test_chunk_memory.py
tests/test_classification_routing.py
tests/test_cli.py
tests/test_companies.py
tests/test_companies_harness_linkage.py
tests/test_confidence_backfill.py
tests/test_config_env_override.py
tests/test_constraint_compiler.py
tests/test_content_gates.py
tests/test_content_pipeline_adapter.py
tests/test_content_scheduler.py
tests/test_correction_schema.py
tests/test_db.py
tests/test_decay_memories.py
tests/test_deletion_guard.py
tests/test_dynamic_router.py
tests/test_email_sender.py
tests/test_encryption.py
tests/test_enforcement.py
tests/test_event_bus.py
tests/test_events.py
tests/test_evolution_cycle.py
tests/test_fact_extractor.py
tests/test_flow.py
tests/test_graph_memory.py
tests/test_harness.py
tests/test_harness_domain_trend.py
tests/test_harness_keep_best_attempt.py
tests/test_harness_self_score.py
tests/test_heartbeat.py
tests/test_hive_permissions.py
tests/test_hmac_signing.py
tests/test_honest_rubric_contract.py
tests/test_hooks.py
tests/test_import_mem0.py
tests/test_ingest.py
tests/test_ingest_skills.py
tests/test_integration_adapters.py
tests/test_learn_config.py
tests/test_lens_router.py
tests/test_lens_router_completeness.py
tests/test_license_activations.py
tests/test_license_expiry.py
tests/test_llm_router.py
tests/test_local_llm.py
tests/test_mcp_client.py
tests/test_mcp_server.py
tests/test_mem0_compat.py
tests/test_memory_api.py
tests/test_memory_confidence.py
tests/test_memory_consolidation.py
tests/test_memory_decay.py
tests/test_memory_science.py
tests/test_model_config.py
tests/test_multi_retrieval.py
tests/test_objective.py
tests/test_onboarding_phases.py
tests/test_pre_visibility.py
tests/test_product_metrics.py
tests/test_quality_evaluation.py
tests/test_rbac.py
tests/test_realtime_learner_writepath.py
tests/test_reconfigure.py
tests/test_retention.py
tests/test_retrolearn_scanner.py
tests/test_routing_config.py
tests/test_routing_settings.py
tests/test_rule_learner.py
tests/test_satellite_relative_paths.py
tests/test_satellite_schema_migration.py
tests/test_satellite_vec.py
tests/test_scan_finding_bridge.py
tests/test_sdk.py
tests/test_search_unification.py
tests/test_secrets.py
tests/test_security_round2.py
tests/test_security_round3.py
tests/test_security_round4.py
tests/test_security_sweep.py
tests/test_selfscan_fixes.py
tests/test_sensor_layer.py
tests/test_settings_menu.py
tests/test_settings_menus.py
tests/test_setup_wizard.py
tests/test_social_platforms.py
tests/test_ssrf_hardening.py
tests/test_state_predictor.py
tests/test_stripe_webhook.py
tests/test_subagent_harness.py
tests/test_superworker.py
tests/test_superworker_cli_backend.py
tests/test_superworker_lenses.py
tests/test_sync_config.py
tests/test_task_router.py
tests/test_task_verification.py
tests/test_temporal_validity.py
tests/test_tempr_retrieval.py
tests/test_testing.py
tests/test_tier1_security.py
tests/test_token_escalation.py
tests/test_token_to_cents_conversion.py
tests/test_tools.py
tests/test_vacuum.py
tests/test_vault_grounded.py
tests/test_vector_store.py
tests/test_wheel_has_no_persona_leaks.py
tests/test_workflow_quality.py
tests/test_workflow_runner.py
tests/test_workflow_runner_routing.py
tests/test_x_api.py
workflows/__init__.py
workflows/arxiv_tracker.py
workflows/auto_experiment.py
workflows/bookmark_organizer.py
workflows/calendar_manager.py
workflows/cli_anything_bridge.py
workflows/code_review_runner.py
workflows/contact_enricher.py
workflows/content_calendar.py
workflows/contradiction_detector.py
workflows/cross_domain_questions.py
workflows/daily_planner.py
workflows/daily_research.py
workflows/db_backup.py
workflows/dependency_auditor.py
workflows/document_parser.py
workflows/email_auto_reply.py
workflows/email_to_task.py
workflows/email_triage.py
workflows/evolution_auto_loop.py
workflows/evolution_experiment.py
workflows/expense_tracker.py
workflows/file_declutter.py
workflows/friday_check_github_new.py
workflows/git_monitor.py
workflows/github_digest.py
workflows/grc_snapshot.py
workflows/habit_tracker.py
workflows/heartbeat.py
workflows/instagram_poster.py
workflows/intel_agent_run.py
workflows/intel_agent_v2_audit_persona.py
workflows/intel_agent_v2_rewrite_persona.py
workflows/interview_prep.py
workflows/job_response_checker.py
workflows/job_search_apply.py
workflows/job_tracker_db.py
workflows/knowledge_graph_builder.py
workflows/last_status.json
workflows/learning_extractor.py
workflows/meeting_notes.py
workflows/memory_consolidation.py
workflows/memory_md_sync.py
workflows/morning_check_email_summarize.py
workflows/n8n_service_monitor.json
workflows/newsletter_digest.py
workflows/pain_points_monitor.py
workflows/price_watcher.py
workflows/registry.json
workflows/report_generator.py
workflows/risk_analyst.py
workflows/rss_digest.py
workflows/security_advisories.py
workflows/seo_monitor.py
workflows/service_monitor.py
workflows/smart_file_organizer.py
workflows/social_analytics.py
workflows/social_listener.py
workflows/social_poster.py
workflows/social_scheduler.py
workflows/subscriber_watch.py
workflows/telegram_check.py
workflows/telegram_utils.py
workflows/tools_manifest.json
workflows/update_aibrain_live_truth.py
workflows/uptime_monitor.py
workflows/weather_briefing.py
workflows/weekly_report.py
workflows/_review_for_consolidation/friday_check_github_new.py
workflows/data/heartbeat_state.json
workflows/data/security_advisories/seen_advisories.json