LICENSE
MANIFEST.in
README.md
pyproject.toml
cli_kognisant/__init__.py
cli_kognisant/agents.py
cli_kognisant/auth.py
cli_kognisant/batch.py
cli_kognisant/channel_daemon.py
cli_kognisant/channels.py
cli_kognisant/chat.py
cli_kognisant/colors.py
cli_kognisant/config.py
cli_kognisant/daemon.py
cli_kognisant/fast_path_classifier.py
cli_kognisant/goal_engine.py
cli_kognisant/jobs.py
cli_kognisant/json_stream.py
cli_kognisant/main.py
cli_kognisant/models.py
cli_kognisant/network.py
cli_kognisant/observer.py
cli_kognisant/reflect_engine.py
cli_kognisant/runtime.py
cli_kognisant/scripts.py
cli_kognisant/sdd.py
cli_kognisant/self_model_engine.py
cli_kognisant/sync.py
cli_kognisant/telemetry.py
cli_kognisant/tools.py
cli_kognisant/world_model.py
cli_kognisant/world_model_store.py
cli_kognisant/adapters/__init__.py
cli_kognisant/adapters/channel_telegram.py
cli_kognisant/adapters/channel_telegram_requirements.txt
kognisant.egg-info/PKG-INFO
kognisant.egg-info/SOURCES.txt
kognisant.egg-info/dependency_links.txt
kognisant.egg-info/entry_points.txt
kognisant.egg-info/top_level.txt
tests/test_agents.py
tests/test_atomic_write.py
tests/test_change_detector.py
tests/test_chat_slash_commands.py
tests/test_config.py
tests/test_config_world_model.py
tests/test_daemon.py
tests/test_daemon_integration.py
tests/test_daemon_process_manager.py
tests/test_daemon_wm_jobs.py
tests/test_execution_engine.py
tests/test_fast_path_classifier.py
tests/test_goal_engine.py
tests/test_graduated_autonomy.py
tests/test_jobs.py
tests/test_learning_loop.py
tests/test_locked_modify.py
tests/test_main_daemon_job.py
tests/test_network.py
tests/test_observer.py
tests/test_pid_reuse.py
tests/test_priority_ranker.py
tests/test_proposal_interface.py
tests/test_recovery.py
tests/test_reflect_engine.py
tests/test_runtime.py
tests/test_runtime_e2e.py
tests/test_schema_versioning.py
tests/test_scripts.py
tests/test_self_model_engine.py
tests/test_static_analyzer.py
tests/test_telemetry.py
tests/test_test_outcome_tracker.py
tests/test_tools.py
tests/test_tools_handlers.py
tests/test_world_model.py
tests/test_world_model_store.py