LICENSE
README.md
pyproject.toml
cognis/__init__.py
cognis/__main__.py
cognis/audit.py
cognis/cli.py
cognis/config.py
cognis/logging.py
cognis/core/__init__.py
cognis/core/cancellation.py
cognis/core/command.py
cognis/core/completion.py
cognis/core/dependency_analyzer.py
cognis/core/environment.py
cognis/core/execution_loop.py
cognis/core/executor.py
cognis/core/iteration.py
cognis/core/mcp_client.py
cognis/core/model_provider.py
cognis/core/normalization.py
cognis/core/path.py
cognis/core/project_analyzer.py
cognis/core/prompt.py
cognis/core/remote_model.py
cognis/core/stdio_mcp_client.py
cognis/core/timeout.py
cognis/core/tool_call_adapter.py
cognis/core/tool_selector.py
cognis/core/working_directory.py
cognis/models/__init__.py
cognis/models/agent.py
cognis/models/agent_state.py
cognis/models/audit.py
cognis/models/dependency_analysis.py
cognis/models/enums.py
cognis/models/execution.py
cognis/models/model_provider.py
cognis/models/policy.py
cognis/models/project_analysis.py
cognis/models/run_context.py
cognis/models/task.py
cognis/models/tool.py
cognis/policy/__init__.py
cognis/policy/default.yaml
cognis/policy/evaluator.py
cognis/policy/matcher.py
cognis/policy/parser.py
cognis/policy/risk.py
cognis/policy/schema.py
cognis/providers/__init__.py
cognis/providers/ollama.py
cognis/providers/openai_compatible.py
cognis/tui/__init__.py
cognis/tui/app.py
cognis/tui/dialog.py
cognis/tui/diff.py
cognis/tui/error.py
cognis/tui/result.py
cognis_core.egg-info/PKG-INFO
cognis_core.egg-info/SOURCES.txt
cognis_core.egg-info/dependency_links.txt
cognis_core.egg-info/entry_points.txt
cognis_core.egg-info/requires.txt
cognis_core.egg-info/top_level.txt
tests/test_agent_integration.py
tests/test_agent_loop_bugfix.py
tests/test_agent_state.py
tests/test_architecture.py
tests/test_audit.py
tests/test_audit_permission.py
tests/test_audit_run_id.py
tests/test_audit_sensitive.py
tests/test_audit_tool_call.py
tests/test_cancellation.py
tests/test_cli.py
tests/test_command_validation.py
tests/test_completion_detection.py
tests/test_config.py
tests/test_controlled_write.py
tests/test_denial_handling.py
tests/test_dependency_analyzer.py
tests/test_environment_sanitization.py
tests/test_example_project.py
tests/test_execution_interception.py
tests/test_execution_loop.py
tests/test_executor.py
tests/test_filesystem_mcp.py
tests/test_logging.py
tests/test_max_iteration.py
tests/test_mcp_client.py
tests/test_mcp_config.py
tests/test_mcp_errors.py
tests/test_mcp_integration.py
tests/test_model_config.py
tests/test_model_errors.py
tests/test_model_provider.py
tests/test_models.py
tests/test_ollama_provider.py
tests/test_openai_compatible_provider.py
tests/test_path_restrictions.py
tests/test_permission_request.py
tests/test_policy_arguments.py
tests/test_policy_default_action.py
tests/test_policy_evaluator.py
tests/test_policy_hardening.py
tests/test_policy_matcher.py
tests/test_policy_parser.py
tests/test_policy_risk.py
tests/test_policy_schema.py
tests/test_project_analyzer.py
tests/test_prompt_construction.py
tests/test_remote_model_policy.py
tests/test_result_normalization.py
tests/test_security_boundary.py
tests/test_shell_mcp.py
tests/test_stdio_mcp_client.py
tests/test_timeouts_phase96.py
tests/test_tool_call_adapter.py
tests/test_tool_selection.py
tests/test_tui.py
tests/test_tui_diff_viewer.py
tests/test_tui_error_states.py
tests/test_tui_execution_bridge.py
tests/test_tui_policy_integration.py
tests/test_tui_polish.py
tests/test_tui_structured_results.py
tests/test_working_directory.py