LICENSE
MANIFEST.in
README.md
pyproject.toml
cortex/__init__.py
cortex/batch_ingest.py
cortex/batch_worker.py
cortex/debug.py
cortex/logging_utils.py
cortex/sdk.py
cortex/validation.py
cortex/aegis/__init__.py
cortex/aegis/categorizer.py
cortex/api/__init__.py
cortex/api/admin.py
cortex/api/auth.py
cortex/api/debug_log.py
cortex/api/deprecation.py
cortex/api/deps.py
cortex/api/health.py
cortex/api/http_server.py
cortex/api/mcp_server.py
cortex/api/middleware.py
cortex/api/middleware_compat.py
cortex/api/models.py
cortex/api/rate_limiter.py
cortex/api/stats_db.py
cortex/api/middleware/__init__.py
cortex/api/middleware/debug_logger.py
cortex/api/middleware/namespace_guard.py
cortex/api/middleware/request_tracer.py
cortex/api/middleware/usage_tracker.py
cortex/api/plugin/__init__.py
cortex/api/plugin/core.py
cortex/api/plugin/entity_ops.py
cortex/api/plugin/health.py
cortex/api/plugin/initialization.py
cortex/api/plugin/lifecycle.py
cortex/api/plugin/models.py
cortex/api/plugin/read_ops.py
cortex/api/plugin/write_ops.py
cortex/api/routes/__init__.py
cortex/api/routes/batch.py
cortex/api/routes/brain_graph.py
cortex/api/routes/commitments.py
cortex/api/routes/config.py
cortex/api/routes/config_routes.py
cortex/api/routes/context.py
cortex/api/routes/contradictions.py
cortex/api/routes/cornerstones.py
cortex/api/routes/curiosity_seeds.py
cortex/api/routes/debug.py
cortex/api/routes/dialectic.py
cortex/api/routes/entities.py
cortex/api/routes/events.py
cortex/api/routes/export_import.py
cortex/api/routes/extraction_test.py
cortex/api/routes/fleet.py
cortex/api/routes/fleet_categorizer.py
cortex/api/routes/graph.py
cortex/api/routes/llm.py
cortex/api/routes/peers.py
cortex/api/routes/sessions.py
cortex/api/routes/stats.py
cortex/api/routes/webhooks.py
cortex/api/routes/admin/__init__.py
cortex/api/routes/admin/admin_stats.py
cortex/api/routes/admin/backup.py
cortex/api/routes/admin/config_drift.py
cortex/api/routes/admin/config_status.py
cortex/api/routes/admin/dreams.py
cortex/api/routes/admin/embedding_worker.py
cortex/api/routes/admin/health.py
cortex/api/routes/admin/memory_management.py
cortex/api/routes/admin/observatory.py
cortex/api/routes/admin/owners.py
cortex/api/routes/admin/request_logs.py
cortex/api/routes/memory/__init__.py
cortex/api/routes/memory/belief_history.py
cortex/api/routes/memory/browse.py
cortex/api/routes/memory/feedback.py
cortex/api/routes/memory/helpers.py
cortex/api/routes/memory/legacy.py
cortex/api/routes/memory/manage.py
cortex/api/routes/memory/remember.py
cortex/api/routes/memory/retrieve.py
cortex/api/routes/memory/review.py
cortex/api/routes/memory/search.py
cortex/brain_graph/__init__.py
cortex/brain_graph/builder.py
cortex/brain_graph/crud.py
cortex/brain_graph/query.py
cortex/brain_graph/watcher.py
cortex/capture/__init__.py
cortex/capture/activation_router.py
cortex/capture/episode_adapter.py
cortex/capture/extraction_queue.py
cortex/capture/wake_pipeline.py
cortex/circadian/__init__.py
cortex/circadian/curiosity.py
cortex/circadian/deep_dream.py
cortex/circadian/dream.py
cortex/circadian/sleep.py
cortex/circadian/sleep_consolidator.py
cortex/circadian/consolidation/__init__.py
cortex/circadian/consolidation/_helpers.py
cortex/circadian/consolidation/dream_pipeline.py
cortex/circadian/consolidation/dream_reconsolidation.py
cortex/circadian/consolidation/dream_steps.py
cortex/circadian/consolidation/sleep_pipeline.py
cortex/circadian/engine/__init__.py
cortex/circadian/engine/consolidation.py
cortex/circadian/engine/fatigue.py
cortex/circadian/engine/lifecycle.py
cortex/circadian/engine/models.py
cortex/circadian/engine/persistence.py
cortex/circadian/engine/scheduler.py
cortex/cli/__init__.py
cortex/cli/__main__.py
cortex/cli/admin_cmds.py
cortex/cli/app.py
cortex/cli/backup_cmds.py
cortex/cli/io_cmds.py
cortex/cli/lifecycle_cmds.py
cortex/cli/memory_cmds.py
cortex/cli/server_cmds.py
cortex/commitments/__init__.py
cortex/commitments/carry_forward.py
cortex/commitments/models.py
cortex/commitments/store.py
cortex/config/__init__.py
cortex/config/defaults.toml
cortex/config/model.py
cortex/config/utils.py
cortex/config/validation.py
cortex/core/__init__.py
cortex/core/agentic_retrieval.py
cortex/core/archival.py
cortex/core/belief_history.py
cortex/core/boot_loader.py
cortex/core/context_calculator.py
cortex/core/context_compiler.py
cortex/core/contradiction_store.py
cortex/core/contradictions.py
cortex/core/embedding_cache.py
cortex/core/entity_resolution.py
cortex/core/feature_flags.py
cortex/core/feedback.py
cortex/core/hotness.py
cortex/core/injection_slots.py
cortex/core/metrics.py
cortex/core/promotion.py
cortex/core/quality_gates.py
cortex/core/re_retrieval.py
cortex/core/retrieval.py
cortex/core/retrieval_helpers.py
cortex/core/retrieval_lightweight.py
cortex/core/retrieval_pipeline.py
cortex/core/retrieval_policy.py
cortex/core/retrieval_policy_routing.py
cortex/core/retrieval_scoring.py
cortex/core/retrieval_search.py
cortex/core/retrieval_types.py
cortex/core/task_mode.py
cortex/core/temporal_scoring.py
cortex/core/token_budget.py
cortex/core/working_memory.py
cortex/core/reconciliation/__init__.py
cortex/core/reconciliation/actions.py
cortex/core/reconciliation/conflict_detection.py
cortex/core/reconciliation/engine.py
cortex/core/reconciliation/models.py
cortex/core/reconciliation/storage_helpers.py
cortex/deprecation/__init__.py
cortex/deprecation/decay.py
cortex/deprecation/pipeline.py
cortex/dialectic/__init__.py
cortex/dialectic/engine.py
cortex/dialectic/planner.py
cortex/dialectic/prompts.py
cortex/eval/__init__.py
cortex/eval/generation.py
cortex/eval/harness.py
cortex/eval/locomo.py
cortex/eval/locomo_converter.py
cortex/eval/long_mt_bench.py
cortex/eval/longmemeval.py
cortex/eval/metrics.py
cortex/eval/providers.py
cortex/eval/run_eval.py
cortex/eval/run_logger.py
cortex/eval/datasets/__init__.py
cortex/events/__init__.py
cortex/events/emitter.py
cortex/events/webhook.py
cortex/extraction/__init__.py
cortex/extraction/coding_noise.py
cortex/extraction/dedup.py
cortex/extraction/extractor.py
cortex/extraction/json_utils.py
cortex/extraction/models.py
cortex/extraction/pipeline.py
cortex/extraction/predicate_filter.py
cortex/extraction/prompts.py
cortex/extraction/prompts_v2.py
cortex/extraction/stale_plan_filter.py
cortex/extraction/tautology_filter.py
cortex/extraction/utils.py
cortex/hippo/__init__.py
cortex/hippo/assembler.py
cortex/hippo/bootstrap.py
cortex/hippo/budget.py
cortex/hippo/cache.py
cortex/hippo/config.py
cortex/hippo/engine.py
cortex/hippo/expansion.py
cortex/hippo/large_files.py
cortex/hippo/models.py
cortex/hippo/quality.py
cortex/hippo/reranker.py
cortex/hippo/retrieval.py
cortex/hippo/router.py
cortex/hippo/scheduler.py
cortex/hippo/server.py
cortex/hippo/summarize.py
cortex/hippo/token_estimation.py
cortex/hippo/transcript_repair.py
cortex/hippo/compaction/__init__.py
cortex/hippo/compaction/condensed.py
cortex/hippo/compaction/engine.py
cortex/hippo/compaction/events.py
cortex/hippo/compaction/hardening.py
cortex/hippo/compaction/helpers.py
cortex/hippo/compaction/leaf.py
cortex/hippo/compaction/types.py
cortex/hippo/compaction/utils.py
cortex/hippo/db/__init__.py
cortex/hippo/db/connection.py
cortex/hippo/db/migration.py
cortex/hippo/db/schema.py
cortex/hippo/db/migrations/__init__.py
cortex/hippo/db/migrations/add_compaction_guard.py
cortex/hippo/db/migrations/add_performance_indexes.py
cortex/hippo/db/migrations/add_session_key.py
cortex/hippo/db/migrations/add_vec_index.py
cortex/hippo/store/__init__.py
cortex/hippo/store/conversation_store.py
cortex/hippo/store/fts_utils.py
cortex/hippo/store/summary_store.py
cortex/hippo/store/utils.py
cortex/hippo/tests/__init__.py
cortex/hippo/tests/conftest.py
cortex/hippo/tests/test_assembler.py
cortex/hippo/tests/test_batch_queries.py
cortex/hippo/tests/test_bootstrap.py
cortex/hippo/tests/test_bootstrap_dedup.py
cortex/hippo/tests/test_budget.py
cortex/hippo/tests/test_cache.py
cortex/hippo/tests/test_compaction.py
cortex/hippo/tests/test_concurrent_stress.py
cortex/hippo/tests/test_config.py
cortex/hippo/tests/test_conversation_store.py
cortex/hippo/tests/test_engine.py
cortex/hippo/tests/test_expansion.py
cortex/hippo/tests/test_file_ids_persist.py
cortex/hippo/tests/test_heartbeat_pruning.py
cortex/hippo/tests/test_hippo_hardening.py
cortex/hippo/tests/test_hybrid_search.py
cortex/hippo/tests/test_ingest_parts.py
cortex/hippo/tests/test_injection_hardening.py
cortex/hippo/tests/test_integration.py
cortex/hippo/tests/test_kill_switch.py
cortex/hippo/tests/test_large_files.py
cortex/hippo/tests/test_like_escaping.py
cortex/hippo/tests/test_owner_scoping.py
cortex/hippo/tests/test_parity.py
cortex/hippo/tests/test_performance_indexes.py
cortex/hippo/tests/test_recursion_guard_async.py
cortex/hippo/tests/test_reranker.py
cortex/hippo/tests/test_retrieval.py
cortex/hippo/tests/test_router.py
cortex/hippo/tests/test_scheduler.py
cortex/hippo/tests/test_schema.py
cortex/hippo/tests/test_session_key.py
cortex/hippo/tests/test_structured_ingest.py
cortex/hippo/tests/test_summarize.py
cortex/hippo/tests/test_summary_store.py
cortex/hippo/tests/test_token_estimation.py
cortex/hippo/tests/test_tools_common.py
cortex/hippo/tests/test_tools_conversation_scope.py
cortex/hippo/tests/test_tools_describe.py
cortex/hippo/tests/test_tools_expand.py
cortex/hippo/tests/test_tools_expand_query.py
cortex/hippo/tests/test_tools_grep.py
cortex/hippo/tests/test_tools_recursion_guard.py
cortex/hippo/tests/test_transcript_repair.py
cortex/hippo/tests/test_vec_search.py
cortex/hippo/tests/test_wave3b_hardening.py
cortex/hippo/tools/__init__.py
cortex/hippo/tools/common.py
cortex/hippo/tools/conversation_scope.py
cortex/hippo/tools/describe.py
cortex/hippo/tools/expand.py
cortex/hippo/tools/expand_query.py
cortex/hippo/tools/grep.py
cortex/hippo/tools/recursion_guard.py
cortex/identity/__init__.py
cortex/identity/cornerstone.py
cortex/identity/cornerstone_injector.py
cortex/identity/cornerstone_store.py
cortex/identity/drift_calculator.py
cortex/integrations/__init__.py
cortex/integrations/openclaw_config.py
cortex/integrations/openclaw_loader.py
cortex/integrations/openclaw_plugin.py
cortex/llm/__init__.py
cortex/llm/anthropic_provider.py
cortex/llm/circuit_breaker.py
cortex/llm/fallback.py
cortex/llm/google_embeddings.py
cortex/llm/google_provider.py
cortex/llm/host_provider.py
cortex/llm/ollama_provider.py
cortex/llm/openai_provider.py
cortex/llm/provider.py
cortex/llm/provider_router.py
cortex/llm/router.py
cortex/llm/usage_tracker.py
cortex/llm/venice_provider.py
cortex/observatory/__init__.py
cortex/observatory/aggregator.py
cortex/peers/__init__.py
cortex/peers/manager.py
cortex/providers/__init__.py
cortex/providers/fallback.py
cortex/providers/rate_limiter.py
cortex/sleep/__init__.py
cortex/sleep/pipeline.py
cortex/sleep/s1_consolidator.py
cortex/sleep/s2_promotion.py
cortex/sleep/s3_handoff.py
cortex/sleep/s5_contradiction_resolver.py
cortex/storage/__init__.py
cortex/storage/_helpers.py
cortex/storage/adapter.py
cortex/storage/backup.py
cortex/storage/db_manager.py
cortex/storage/sqlite_adapter.py
cortex/storage/migrations/__init__.py
cortex/storage/migrations/runner.py
cortex/storage/migrations/v10_locomo_fields.py
cortex/storage/migrations/v11_contradictions.py
cortex/storage/migrations/v12_temporal_marker.py
cortex/storage/migrations/v13_explicitness_stability.py
cortex/storage/migrations/v14_review_queue.py
cortex/storage/migrations/v15_provenance.py
cortex/storage/migrations/v16_soft_delete.py
cortex/storage/migrations/v17_extraction_queue.py
cortex/storage/migrations/v18_deep_dream.py
cortex/storage/migrations/v19_fix_misc_categories.py
cortex/storage/migrations/v20_temporal_scoping.py
cortex/storage/migrations/v21_entity_lifecycle.py
cortex/storage/migrations/v22_peer_promotion.py
cortex/storage/migrations/v23_batch_jobs.py
cortex/storage/migrations/v24_source_agent.py
cortex/storage/migrations/v25_embedding_backfill.py
cortex/storage/migrations/v26_orphan_sessions.py
cortex/storage/migrations/v27_hotness_score.py
cortex/storage/migrations/v28_cornerstone_category.py
cortex/storage/migrations/v29_embedding_model_lock.py
cortex/storage/migrations/v30_source_session_index.py
cortex/storage/migrations/v3_initial.py
cortex/storage/migrations/v4_cornerstone_evolution.py
cortex/storage/migrations/v5_claim_category.py
cortex/storage/migrations/v6_operational.py
cortex/storage/migrations/v7_peers.py
cortex/storage/migrations/v8_schema_foundations.py
cortex/storage/migrations/v9_commitments_loops.py
cortex/storage/queries/__init__.py
cortex/storage/queries/activation_queries.py
cortex/storage/queries/brain_graph_queries.py
cortex/storage/queries/claim_queries.py
cortex/storage/queries/cornerstone_queries.py
cortex/storage/queries/entity_queries.py
cortex/storage/queries/episode_queries.py
cortex/storage/queries/event_queries.py
cortex/storage/queries/graph_queries.py
cortex/storage/queries/peer_queries.py
cortex/storage/queries/session_queries.py
cortex/storage/queries/stats_queries.py
cortex/storage/queries/webhook_queries.py
cortex/storage/queries/claims/__init__.py
cortex/storage/queries/claims/browse.py
cortex/storage/queries/claims/crud.py
cortex/storage/queries/claims/feedback.py
cortex/storage/queries/claims/graph.py
cortex/storage/queries/claims/lifecycle.py
cortex/storage/queries/claims/logging.py
cortex/storage/queries/claims/search.py
cortex/storage/queries/claims/vectors.py
cortex/tools/__init__.py
cortex/tools/export_import.py
cortex/tools/gdpr.py
cortex/tools/migrate_eva.py
cortex/tools/migrate_mem0.py
cortex/types/__init__.py
cortex/types/adapters.py
cortex/types/brain_graph.py
cortex/types/budget.py
cortex/types/claims.py
cortex/types/constants.py
cortex/types/entities.py
cortex/types/enums.py
cortex/types/records.py
cortex/workers/__init__.py
cortex/workers/embedding_backfill.py
evaos/__init__.py
evaos.egg-info/PKG-INFO
evaos.egg-info/SOURCES.txt
evaos.egg-info/dependency_links.txt
evaos.egg-info/entry_points.txt
evaos.egg-info/requires.txt
evaos.egg-info/top_level.txt
tests/test_8_category_taxonomy.py
tests/test_access_tracking.py
tests/test_activation_router.py
tests/test_admin.py
tests/test_admin_backup_hardened.py
tests/test_admin_tooling_824_752.py
tests/test_aegis_sentry.py
tests/test_agentic_retrieval.py
tests/test_archival_sweep.py
tests/test_audit_v5_fixes.py
tests/test_auth.py
tests/test_batch_extraction_yield.py
tests/test_batch_ingest.py
tests/test_batch_ingest_skip.py
tests/test_batch_owner_required.py
tests/test_batch_worker.py
tests/test_belief_history.py
tests/test_block_internal_injection.py
tests/test_boot_loader.py
tests/test_brain_graph.py
tests/test_brain_graph_api.py
tests/test_brain_graph_query.py
tests/test_brain_graph_watcher.py
tests/test_browse_full_fields.py
tests/test_causal_state_fields.py
tests/test_chained_retrieval.py
tests/test_changelog_integration.py
tests/test_circadian.py
tests/test_circadian_concurrency.py
tests/test_circadian_shutdown.py
tests/test_circuit_breaker.py
tests/test_claim_extraction_enum_validation.py
tests/test_cli.py
tests/test_cli_providers.py
tests/test_coherence_check.py
tests/test_commitments.py
tests/test_confidence_refusal.py
tests/test_config_completeness.py
tests/test_config_status.py
tests/test_config_wiring.py
tests/test_context_calculator.py
tests/test_context_compiler.py
tests/test_context_compiler_locomo.py
tests/test_contradiction_store.py
tests/test_contradictions.py
tests/test_cornerstone.py
tests/test_cornerstone_audit_fixes.py
tests/test_cornerstone_evolution.py
tests/test_cornerstone_injector.py
tests/test_cornerstone_store.py
tests/test_curiosity_engine.py
tests/test_db_manager.py
tests/test_db_permissions.py
tests/test_debug.py
tests/test_debug_log.py
tests/test_debug_sse.py
tests/test_deprecation.py
tests/test_dialectic.py
tests/test_dialectic_agentic.py
tests/test_dream_crash_recovery.py
tests/test_dream_manual.py
tests/test_drift_calculator.py
tests/test_e2e_harness.py
tests/test_embed_cascade.py
tests/test_embedding_backfill.py
tests/test_embedding_cache.py
tests/test_entity_lifecycle.py
tests/test_entity_resolution.py
tests/test_entity_resolution_audit.py
tests/test_entity_resolution_wiring.py
tests/test_entity_session_exclusion.py
tests/test_entity_suggest_merges_v2.py
tests/test_env_overrides.py
tests/test_episode_adapter.py
tests/test_eval_generation.py
tests/test_eval_harness.py
tests/test_eval_loaders.py
tests/test_eval_metrics.py
tests/test_event_system.py
tests/test_event_wiring.py
tests/test_export_import.py
tests/test_extraction_dedup.py
tests/test_extraction_filter_fixes.py
tests/test_extraction_locomo_fields.py
tests/test_extraction_prompt_v3.py
tests/test_extraction_quality_fixes.py
tests/test_extraction_queue.py
tests/test_feature_flags.py
tests/test_feedback.py
tests/test_format_conversation_v2.py
tests/test_gdpr_forget.py
tests/test_ghost_entries.py
tests/test_google_embeddings.py
tests/test_graph_visualization.py
tests/test_health_checker.py
tests/test_hippo_hardening_audit.py
tests/test_hippo_heartbeat_wired.py
tests/test_hotness_scoring.py
tests/test_http_admin_explain.py
tests/test_http_endpoints.py
tests/test_http_server.py
tests/test_injection_slots.py
tests/test_integration.py
tests/test_integration_v12.py
tests/test_issue_269_271.py
tests/test_json_repair.py
tests/test_lcm_source.py
tests/test_lifecycle_triggers.py
tests/test_llm.py
tests/test_llm_budgets.py
tests/test_llm_cascade.py
tests/test_llm_robustness.py
tests/test_llm_usage_tracker.py
tests/test_locomo_eval_audit.py
tests/test_locomo_isolation.py
tests/test_locomo_metrics.py
tests/test_locomo_native.py
tests/test_long_mt_bench.py
tests/test_longmemeval_types.py
tests/test_mcp_server.py
tests/test_merge_entity_peer_fk.py
tests/test_metrics.py
tests/test_migrate_eva.py
tests/test_migrate_mem0.py
tests/test_migration_runner.py
tests/test_model_router.py
tests/test_monitoring_767.py
tests/test_namespace_guard.py
tests/test_nap_api.py
tests/test_observatory.py
tests/test_observatory_aggregator.py
tests/test_openclaw_integration.py
tests/test_openclaw_loader.py
tests/test_openclaw_plugin_hook_capture.py
tests/test_openclaw_plugin_session_filter.py
tests/test_orphan_sessions_audit.py
tests/test_owner_id_bypass.py
tests/test_owner_id_bypass_events_graph.py
tests/test_peer_circadian.py
tests/test_peer_modeling.py
tests/test_peer_promotion.py
tests/test_per_operation_provider.py
tests/test_plugin.py
tests/test_plugin_wiring.py
tests/test_predicate_filter.py
tests/test_preference_supersession.py
tests/test_promotion.py
tests/test_provenance.py
tests/test_provider_rate_limiter.py
tests/test_provider_router_wiring.py
tests/test_providers_fallback.py
tests/test_quality_gates.py
tests/test_rate_limiter.py
tests/test_re_retrieval.py
tests/test_reconciliation.py
tests/test_reconciliation_similarity.py
tests/test_remember_sentinel_guard.py
tests/test_retrieval.py
tests/test_retrieval_claim_fields_audit.py
tests/test_retrieval_locomo_fields.py
tests/test_retrieval_owner_isolation.py
tests/test_retrieval_policy.py
tests/test_retrieval_recency_weight.py
tests/test_retrieval_rerank.py
tests/test_retrieval_routing.py
tests/test_retrieval_status_filter.py
tests/test_retrieval_temporal.py
tests/test_retrieval_trace.py
tests/test_retrieval_wm_session_and_filter.py
tests/test_retrieve_metadata_null.py
tests/test_review_queue.py
tests/test_sdk.py
tests/test_security_hardening.py
tests/test_server_integration.py
tests/test_session_api_661.py
tests/test_session_claim_join.py
tests/test_shadow_detail.py
tests/test_shadow_mode.py
tests/test_sleep_consolidator.py
tests/test_soft_delete.py
tests/test_source_agent_field.py
tests/test_split_extraction.py
tests/test_stats_db.py
tests/test_storage.py
tests/test_storage_robustness.py
tests/test_task_mode.py
tests/test_tautology_filter.py
tests/test_telegram_metadata_strip.py
tests/test_temporal_claims.py
tests/test_temporal_current_writethrough.py
tests/test_temporal_persist.py
tests/test_tier.py
tests/test_token_budget.py
tests/test_token_budget_slots.py
tests/test_unified_eval_cli.py
tests/test_v10_locomo_storage.py
tests/test_v140_scoping.py
tests/test_validation.py
tests/test_venice_provider.py
tests/test_w4_consolidation.py
tests/test_wake_pipeline_e2e.py
tests/test_wave1c_security.py
tests/test_webhooks.py
tests/test_working_memory.py
tests/test_zero_claim_logging.py