LICENSE
README.md
pyproject.toml
src/aelvoxim/__init__.py
src/aelvoxim/__main__.py
src/aelvoxim/admin.py
src/aelvoxim/planner.py
src/aelvoxim.egg-info/PKG-INFO
src/aelvoxim.egg-info/SOURCES.txt
src/aelvoxim.egg-info/dependency_links.txt
src/aelvoxim.egg-info/entry_points.txt
src/aelvoxim.egg-info/requires.txt
src/aelvoxim.egg-info/top_level.txt
src/aelvoxim/api/API.html
src/aelvoxim/api/__init__.py
src/aelvoxim/chimera/__init__.py
src/aelvoxim/chimera/emotion_engine.py
src/aelvoxim/chimera/intent_classifier.py
src/aelvoxim/chimera/models.py
src/aelvoxim/chimera/routes.py
src/aelvoxim/client/security_gate.py
src/aelvoxim/client/sentrikit.py
src/aelvoxim/control/__init__.py
src/aelvoxim/control/controller.py
src/aelvoxim/control/metacog_check.py
src/aelvoxim/control/retry_queue.py
src/aelvoxim/core/__init__.py
src/aelvoxim/core/belief.py
src/aelvoxim/core/calibration.py
src/aelvoxim/core/cognitive.py
src/aelvoxim/core/content_filter.py
src/aelvoxim/core/dgmh.py
src/aelvoxim/core/health.py
src/aelvoxim/core/judge.py
src/aelvoxim/core/metacog.py
src/aelvoxim/core/metacog_monitor.py
src/aelvoxim/core/reasoner.py
src/aelvoxim/core/selfmodel.py
src/aelvoxim/core/self_review/__init__.py
src/aelvoxim/core/self_review/self_review_system.py
src/aelvoxim/core/self_review/test_self_review.py
src/aelvoxim/cortex/__init__.py
src/aelvoxim/cortex/router.py
src/aelvoxim/cortex/scheduler.py
src/aelvoxim/experts/__init__.py
src/aelvoxim/experts/base.py
src/aelvoxim/experts/code_review.py
src/aelvoxim/experts/creative.py
src/aelvoxim/experts/emotion.py
src/aelvoxim/experts/ethics.py
src/aelvoxim/experts/introspection.py
src/aelvoxim/experts/logic.py
src/aelvoxim/experts/memory.py
src/aelvoxim/experts/orchestrator.py
src/aelvoxim/experts/router.py
src/aelvoxim/experts/safety.py
src/aelvoxim/experts/sub_agent.py
src/aelvoxim/hooks/__init__.py
src/aelvoxim/hooks/analyzer.py
src/aelvoxim/hooks/tracker.py
src/aelvoxim/learn/__init__.py
src/aelvoxim/learn/active_scan.py
src/aelvoxim/learn/autotune.py
src/aelvoxim/learn/cleanup.py
src/aelvoxim/learn/curiosity.py
src/aelvoxim/learn/decompose.py
src/aelvoxim/learn/direction.py
src/aelvoxim/learn/discover.py
src/aelvoxim/learn/discovery.py
src/aelvoxim/learn/execute.py
src/aelvoxim/learn/extract.py
src/aelvoxim/learn/gap_analysis.py
src/aelvoxim/learn/goals.py
src/aelvoxim/learn/hypothesis.py
src/aelvoxim/learn/intent.py
src/aelvoxim/learn/knowledge.py
src/aelvoxim/learn/learner.py
src/aelvoxim/learn/llm.py
src/aelvoxim/learn/loop.py
src/aelvoxim/learn/meta_cog.py
src/aelvoxim/learn/meta_learner.py
src/aelvoxim/learn/monitor.py
src/aelvoxim/learn/post_validation.py
src/aelvoxim/learn/presets.py
src/aelvoxim/learn/report.py
src/aelvoxim/learn/review.py
src/aelvoxim/learn/review_scheduler.py
src/aelvoxim/learn/scheduler.py
src/aelvoxim/learn/search.py
src/aelvoxim/learn/teach.py
src/aelvoxim/learn/unknown_discovery.py
src/aelvoxim/learn/validate.py
src/aelvoxim/learn/validator.py
src/aelvoxim/learn/patches/__init__.py
src/aelvoxim/learn/patches/knowledge_cache.py
src/aelvoxim/learn/patches/learner_cache.py
src/aelvoxim/learn/patches/validate_safe.py
src/aelvoxim/memory/__init__.py
src/aelvoxim/memory/conf_matrix.py
src/aelvoxim/memory/conflict.py
src/aelvoxim/memory/consolidator.py
src/aelvoxim/memory/decay.py
src/aelvoxim/memory/entry.py
src/aelvoxim/memory/forget.py
src/aelvoxim/memory/fusion.py
src/aelvoxim/memory/prevalidation.py
src/aelvoxim/memory/relation_decay.py
src/aelvoxim/memory/scorer.py
src/aelvoxim/memory/semantic.py
src/aelvoxim/memory/layers/__init__.py
src/aelvoxim/memory/layers/base.py
src/aelvoxim/memory/layers/episodic.py
src/aelvoxim/memory/layers/procedural.py
src/aelvoxim/memory/layers/semantic.py
src/aelvoxim/memory/layers/working.py
src/aelvoxim/orchestrator/__init__.py
src/aelvoxim/proactive/__init__.py
src/aelvoxim/proactive/detector.py
src/aelvoxim/proactive/dispatcher.py
src/aelvoxim/proactive/engine.py
src/aelvoxim/proactive/feedback.py
src/aelvoxim/proactive/gate.py
src/aelvoxim/proactive/predictor.py
src/aelvoxim/proactive/selector.py
src/aelvoxim/server/__init__.py
src/aelvoxim/server/admin_panel.html
src/aelvoxim/server/admin_panel.py
src/aelvoxim/server/audit.py
src/aelvoxim/server/auth.py
src/aelvoxim/server/chat_monitor.py
src/aelvoxim/server/console.html
src/aelvoxim/server/edition.py
src/aelvoxim/server/email_verify.py
src/aelvoxim/server/entity_extractor.py
src/aelvoxim/server/knowledge_graph.py
src/aelvoxim/server/license.py
src/aelvoxim/server/portal.html
src/aelvoxim/server/query_tracker.py
src/aelvoxim/server/ratelimit.py
src/aelvoxim/server/routes.py
src/aelvoxim/server/routes_brain.py
src/aelvoxim/server/routes_chat.py
src/aelvoxim/server/routes_config.py
src/aelvoxim/server/routes_memory.py
src/aelvoxim/server/routes_system.py
src/aelvoxim/server/routes_task.py
src/aelvoxim/server/service_chat.py
src/aelvoxim/server/session_manager.py
src/aelvoxim/server/tool_use.py
src/aelvoxim/server/webhook.py
src/aelvoxim/storage/db.py
src/aelvoxim/storage/embedding.py
src/aelvoxim/storage/migrate.py
src/aelvoxim/storage/patches/db_pool.py
src/aelvoxim/ui/dashboard.html
src/aelvoxim/utils/__init__.py
src/aelvoxim/utils/backup.py
src/aelvoxim/utils/i18n.py
src/aelvoxim/utils/path_registry.py
src/aelvoxim_orchestrator/__init__.py
src/aelvoxim_orchestrator/__main__.py
src/aelvoxim_orchestrator/app.py
src/aelvoxim_orchestrator/router.py
tests/test_auth.py
tests/test_belief.py
tests/test_calibration.py
tests/test_core.py
tests/test_core_extra.py
tests/test_decompose.py
tests/test_edition.py
tests/test_entity_extractor.py
tests/test_ethics.py
tests/test_execute.py
tests/test_fusion.py
tests/test_intent.py
tests/test_knowledge.py
tests/test_learner.py
tests/test_learner_extra.py
tests/test_memory.py
tests/test_memory_extra.py
tests/test_memory_extra2.py
tests/test_meta_learner.py
tests/test_monitor.py
tests/test_p2_modules.py
tests/test_post_validation.py
tests/test_router.py
tests/test_routes.py
tests/test_routes_chat.py
tests/test_scorer.py
tests/test_service_chat.py
tests/test_sub_agent.py