LICENSE
NOTICE
README.md
pyproject.toml
src/agent_observability.py
src/agent_os.py
src/agent_registry.py
src/anti_hallucination_engine.py
src/base.py
src/cost_intelligence.py
src/devil_advocate_agent.py
src/first_principle_agent.py
src/groq_knowledge.py
src/intent_classifier.py
src/kb_embeddings.py
src/knowledge_access_engine.py
src/mcp_client.py
src/mcp_registry.py
src/multi_agent_orchestrator.py
src/perf_cache.py
src/planner_agent.py
src/socratic_reasoning.py
src/task_engine.py
src/tool_executor.py
src/tool_registry.py
src/uncertainty_engine.py
src/vendor_bootstrap.py
src/workflow_engine.py
src/ai_providers/__init__.py
src/ai_providers/base.py
src/ai_providers/deepseek.py
src/ai_providers/gemini.py
src/ai_providers/groq_provider.py
src/ai_providers/openrouter.py
src/ai_providers/router.py
src/ai_providers/types.py
src/botnesia_core.egg-info/PKG-INFO
src/botnesia_core.egg-info/SOURCES.txt
src/botnesia_core.egg-info/dependency_links.txt
src/botnesia_core.egg-info/requires.txt
src/botnesia_core.egg-info/top_level.txt
src/cognitive_loop/__init__.py
src/cognitive_loop/loop.py
src/cognitive_loop/worker.py
src/evaluation/__init__.py
src/evaluation/evaluator.py
src/evaluation/schema.py
src/event_bus/__init__.py
src/event_bus/bus.py
src/event_bus/events.py
src/feature_flags/__init__.py
src/feature_flags/flags.py
src/long_term_memory/__init__.py
src/long_term_memory/schema.py
src/long_term_memory/store.py
src/platform_state/__init__.py
src/platform_state/base.py
src/platform_state/factory.py
src/platform_state/inprocess.py
src/platform_state/redis_store.py
src/policy_engine/__init__.py
src/policy_engine/engine.py
src/policy_engine/loader.py
src/prompt_registry/__init__.py
src/prompt_registry/factory.py
src/prompt_registry/registry.py
src/prompt_registry/schema.py
src/task_runtime/__init__.py
src/task_runtime/monitor.py
src/task_runtime/repository.py
src/task_runtime/runner.py
src/task_runtime/schema.py
src/task_runtime/worker.py
tests/test_agent_os.py
tests/test_base_llm_fallback.py
tests/test_base_tool_calling.py
tests/test_circuit_breaker_shared_state.py
tests/test_event_bus.py
tests/test_examples_smoke.py
tests/test_feature_flags.py
tests/test_mcp_client.py
tests/test_mcp_registry.py
tests/test_perf_cache.py
tests/test_platform_state.py
tests/test_platform_state_redis.py
tests/test_policy_engine.py
tests/test_task_engine.py