LICENSE
MANIFEST.in
README.md
pyproject.toml
./docs/expSOC01/images/generate_chart_images.py
./docs/exp_local_SOC-02/CSV/extract_comprehensive_enhanced.py
./docs/exp_local_SOC-02/CSV/extract_comprehensive_generic.py
./docs/exp_local_SOC-02/CSV/extract_csv.py
./docs/sphinx/build_docs.py
./docs/sphinx/conf.py
./examples/base/test.py
./examples/exp01/organize_experiment_logs.py
./examples/exp01/run_cognitive_iteration.py
./examples/exp01/run_cognitive_iteration_100.py
./logs/exp01/run_cognitive_iteration.py
./logs/expSOC01/CSV/extract_orka_data.py
./logs/expSOC01/CSV/extract_orka_data_comprehensive.py
./logs/expSOC01/CSV/extract_workflow_summary.py
./logs/expSOC01/images/generate_chart_images.py
./logs/exp_local_SOC-02/CSV/extract_comprehensive_enhanced.py
./logs/exp_local_SOC-02/CSV/extract_comprehensive_generic.py
./logs/exp_local_SOC-02/CSV/extract_csv.py
./orka/__init__.py
./orka/contracts.py
./orka/fork_group_manager.py
./orka/loader.py
./orka/memory_logger.py
./orka/orchestrator.py
./orka/orchestrator_error_wrapper.py
./orka/orka_cli.py
./orka/orka_start.py
./orka/registry.py
./orka/server.py
./orka/start_kafka.py
./orka/start_redis_only.py
./orka/tui_interface.py
./orka/agents/__init__.py
./orka/agents/agents.py
./orka/agents/base_agent.py
./orka/agents/llm_agents.py
./orka/agents/local_cost_calculator.py
./orka/agents/local_llm_agents.py
./orka/agents/validation_and_structuring_agent.py
./orka/agents/utils/redis_client.py
./orka/cli/__init__.py
./orka/cli/core.py
./orka/cli/parser.py
./orka/cli/types.py
./orka/cli/utils.py
./orka/cli/memory/__init__.py
./orka/cli/memory/commands.py
./orka/cli/memory/watch.py
./orka/cli/orchestrator/__init__.py
./orka/cli/orchestrator/commands.py
./orka/memory/__init__.py
./orka/memory/base_logger.py
./orka/memory/compressor.py
./orka/memory/file_operations.py
./orka/memory/kafka_logger.py
./orka/memory/redis_logger.py
./orka/memory/redisstack_logger.py
./orka/memory/schema_manager.py
./orka/memory/serialization.py
./orka/nodes/__init__.py
./orka/nodes/base_node.py
./orka/nodes/failing_node.py
./orka/nodes/failover_node.py
./orka/nodes/fork_node.py
./orka/nodes/join_node.py
./orka/nodes/loop_node.py
./orka/nodes/memory_reader_node.py
./orka/nodes/memory_writer_node.py
./orka/nodes/rag_node.py
./orka/nodes/router_node.py
./orka/orchestrator/__init__.py
./orka/orchestrator/agent_factory.py
./orka/orchestrator/base.py
./orka/orchestrator/error_handling.py
./orka/orchestrator/execution_engine.py
./orka/orchestrator/metrics.py
./orka/orchestrator/prompt_rendering.py
./orka/startup/__init__.py
./orka/startup/backend.py
./orka/startup/cleanup.py
./orka/startup/config.py
./orka/startup/orchestrator.py
./orka/startup/infrastructure/__init__.py
./orka/startup/infrastructure/health.py
./orka/startup/infrastructure/kafka.py
./orka/startup/infrastructure/redis.py
./orka/tools/__init__.py
./orka/tools/base_tool.py
./orka/tools/search_tools.py
./orka/tui/__init__.py
./orka/tui/components.py
./orka/tui/data_manager.py
./orka/tui/fallback.py
./orka/tui/interface.py
./orka/tui/layouts.py
./orka/tui/textual_app.py
./orka/tui/textual_screens.py
./orka/tui/textual_widgets.py
./orka/utils/bootstrap_memory_index.py
./orka/utils/concurrency.py
./orka/utils/embedder.py
./scripts/data_consistency.py
./scripts/delete_memory.py
./scripts/migrate_to_redisstack.py
./scripts/migrate_to_schemas.py
./scripts/parse_trace_example.py
./scripts/run_all_examples.py
./scripts/test_kafka.py
./scripts/test_schema.py
./scripts/test_schema_registry.py
./scripts/with_cleanup.py
docs/expSOC01/images/generate_chart_images.py
docs/exp_local_SOC-02/CSV/extract_comprehensive_enhanced.py
docs/exp_local_SOC-02/CSV/extract_comprehensive_generic.py
docs/exp_local_SOC-02/CSV/extract_csv.py
docs/sphinx/build_docs.py
docs/sphinx/conf.py
examples/basic_memory.yml
examples/cognitive_society_simple.yml
examples/complex_flow.yml
examples/enhanced_memory_validation_example.yml
examples/example.yml
examples/failover.yml
examples/fork_join.yaml
examples/local_llm.yml
examples/memory_category_test.yml
examples/memory_decay_example.yml
examples/orka_qa.yml
examples/routing_memory_writers.yml
examples/simple_loop_example.yml
examples/test_memory_types.yml
examples/validation_and_structuring_orchestrator.yml
examples/base/example.yml
examples/base/test.py
examples/exp01/cognitive_iteration_experiment_answer.yml
examples/exp01/cognitive_iteration_experiment_opinion.yml
examples/exp01/cognitive_iteration_experiment_opinion_local.yml
examples/exp01/organize_experiment_logs.py
examples/exp01/run_cognitive_iteration.py
examples/exp01/run_cognitive_iteration_100.py
logs/exp01/run_cognitive_iteration.py
logs/expSOC01/CSV/extract_orka_data.py
logs/expSOC01/CSV/extract_orka_data_comprehensive.py
logs/expSOC01/CSV/extract_workflow_summary.py
logs/expSOC01/images/generate_chart_images.py
logs/exp_local_SOC-02/CSV/extract_comprehensive_enhanced.py
logs/exp_local_SOC-02/CSV/extract_comprehensive_generic.py
logs/exp_local_SOC-02/CSV/extract_csv.py
orka/__init__.py
orka/contracts.py
orka/fork_group_manager.py
orka/loader.py
orka/memory_logger.py
orka/orchestrator.py
orka/orchestrator_error_wrapper.py
orka/orka_cli.py
orka/orka_start.py
orka/registry.py
orka/requirements-minimal.txt
orka/requirements-ml.txt
orka/requirements.txt
orka/server.py
orka/start_kafka.py
orka/start_redis_only.py
orka/tui_interface.py
orka/agents/__init__.py
orka/agents/agents.py
orka/agents/base_agent.py
orka/agents/llm_agents.py
orka/agents/local_cost_calculator.py
orka/agents/local_llm_agents.py
orka/agents/validation_and_structuring_agent.py
orka/agents/utils/redis_client.py
orka/cli/__init__.py
orka/cli/core.py
orka/cli/parser.py
orka/cli/types.py
orka/cli/utils.py
orka/cli/memory/__init__.py
orka/cli/memory/commands.py
orka/cli/memory/watch.py
orka/cli/orchestrator/__init__.py
orka/cli/orchestrator/commands.py
orka/docker/.coverage
orka/docker/.dockerignore
orka/docker/Dockerfile
orka/docker/Dockerfile.prod
orka/docker/README.md
orka/docker/V0.7.0_DOCKER_IMPROVEMENTS.md
orka/docker/cleanup-and-start.sh
orka/docker/cleanup.sh
orka/docker/docker-compose.yml
orka/docker/start-dual.sh
orka/docker/start-kafka.bat
orka/docker/start-kafka.sh
orka/docker/start-redis.bat
orka/docker/start-redis.sh
orka/memory/__init__.py
orka/memory/base_logger.py
orka/memory/compressor.py
orka/memory/file_operations.py
orka/memory/kafka_logger.py
orka/memory/redis_logger.py
orka/memory/redisstack_logger.py
orka/memory/schema_manager.py
orka/memory/serialization.py
orka/nodes/__init__.py
orka/nodes/base_node.py
orka/nodes/failing_node.py
orka/nodes/failover_node.py
orka/nodes/fork_node.py
orka/nodes/join_node.py
orka/nodes/loop_node.py
orka/nodes/memory_reader_node.py
orka/nodes/memory_writer_node.py
orka/nodes/rag_node.py
orka/nodes/router_node.py
orka/orchestrator/__init__.py
orka/orchestrator/agent_factory.py
orka/orchestrator/base.py
orka/orchestrator/error_handling.py
orka/orchestrator/execution_engine.py
orka/orchestrator/metrics.py
orka/orchestrator/prompt_rendering.py
orka/orka_reasoning.egg-info/SOURCES.txt
orka/orka_reasoning.egg-info/dependency_links.txt
orka/orka_reasoning.egg-info/entry_points.txt
orka/orka_reasoning.egg-info/requires.txt
orka/orka_reasoning.egg-info/top_level.txt
orka/startup/__init__.py
orka/startup/backend.py
orka/startup/cleanup.py
orka/startup/config.py
orka/startup/orchestrator.py
orka/startup/infrastructure/__init__.py
orka/startup/infrastructure/health.py
orka/startup/infrastructure/kafka.py
orka/startup/infrastructure/redis.py
orka/tools/__init__.py
orka/tools/base_tool.py
orka/tools/search_tools.py
orka/tui/__init__.py
orka/tui/components.py
orka/tui/data_manager.py
orka/tui/fallback.py
orka/tui/interface.py
orka/tui/layouts.py
orka/tui/textual_app.py
orka/tui/textual_screens.py
orka/tui/textual_styles.tcss
orka/tui/textual_widgets.py
orka/utils/bootstrap_memory_index.py
orka/utils/concurrency.py
orka/utils/embedder.py
orka_reasoning.egg-info/PKG-INFO
orka_reasoning.egg-info/SOURCES.txt
orka_reasoning.egg-info/dependency_links.txt
orka_reasoning.egg-info/entry_points.txt
orka_reasoning.egg-info/requires.txt
orka_reasoning.egg-info/top_level.txt
scripts/data_consistency.py
scripts/delete_memory.py
scripts/migrate_to_redisstack.py
scripts/migrate_to_schemas.py
scripts/parse_trace_example.py
scripts/run_all_examples.py
scripts/test_kafka.py
scripts/test_schema.py
scripts/test_schema_registry.py
scripts/with_cleanup.py
test/conftest.py
test/fake_redis.py
test/integration/test_advanced_workflows.py
test/integration/test_basic_integration.py
test/integration/test_example_workflows.py
test/integration/test_orchestrator_basic.py
test/integration/test_tui_memory_display_integration.py
test/performance/test_basic_performance.py
test/unit/test_agents.py
test/unit/test_bootstrap_memory_index_comprehensive.py
test/unit/test_cli_core_comprehensive.py
test/unit/test_cli_memory_commands.py
test/unit/test_cli_memory_watch_comprehensive.py
test/unit/test_cli_orchestrator_commands_comprehensive.py
test/unit/test_cli_parser_comprehensive.py
test/unit/test_contracts.py
test/unit/test_embedder_comprehensive.py
test/unit/test_execution_engine_comprehensive.py
test/unit/test_execution_engine_real.py
test/unit/test_failover_node_comprehensive.py
test/unit/test_fork_group_manager.py
test/unit/test_join_node_comprehensive.py
test/unit/test_kafka_logger_comprehensive.py
test/unit/test_loader.py
test/unit/test_local_cost_calculator.py
test/unit/test_local_llm_agents_comprehensive.py
test/unit/test_loop_node_comprehensive.py
test/unit/test_memory.py
test/unit/test_memory_compressor.py
test/unit/test_memory_compressor_comprehensive.py
test/unit/test_memory_file_operations_comprehensive.py
test/unit/test_memory_logger_comprehensive.py
test/unit/test_memory_reader_node.py
test/unit/test_memory_writer_node.py
test/unit/test_memory_writer_node_comprehensive.py
test/unit/test_nodes.py
test/unit/test_orchestrator.py
test/unit/test_orchestrator_composition.py
test/unit/test_orchestrator_error_handling_comprehensive.py
test/unit/test_orchestrator_error_wrapper.py
test/unit/test_orchestrator_main.py
test/unit/test_orchestrator_metrics_comprehensive.py
test/unit/test_orchestrator_quick.py
test/unit/test_orka_cli_comprehensive.py
test/unit/test_rag_node_comprehensive.py
test/unit/test_redis_logger_comprehensive.py
test/unit/test_redisstack_logger.py
test/unit/test_redisstack_logger_comprehensive.py
test/unit/test_registry.py
test/unit/test_schema_manager_comprehensive.py
test/unit/test_search_tools_comprehensive.py
test/unit/test_server.py
test/unit/test_tui_data_manager_metadata.py
test/unit/test_tui_interface.py
test/unit/test_tui_interface_comprehensive.py
test/unit/test_tui_screens_memory_selection.py
test/unit/test_validation_and_structuring_agent_comprehensive.py
test/unit/test_zzz_error_handling.py