LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
omnicrawl/__init__.py
omnicrawl/__main__.py
omnicrawl/cli.py
omnicrawl/documentation.py
omnicrawl/entry.py
omnicrawl/version_check.py
omnicrawl/agent/__init__.py
omnicrawl/agent/approval_policy.py
omnicrawl/agent/core.py
omnicrawl/agent/environment.py
omnicrawl/agent/execution.py
omnicrawl/agent/history.py
omnicrawl/agent/llm_protocol.py
omnicrawl/agent/memory_tools.py
omnicrawl/agent/prompt_context.py
omnicrawl/agent/session_facade.py
omnicrawl/agent/system_prompt.md
omnicrawl/agent/tools.py
omnicrawl/agent/types.py
omnicrawl/agent/windows_desktop.py
omnicrawl/agent/context_compaction/__init__.py
omnicrawl/agent/context_compaction/evidence.py
omnicrawl/agent/context_compaction/ledger.py
omnicrawl/agent/context_compaction/models.py
omnicrawl/agent/context_compaction/policy.py
omnicrawl/agent/context_compaction/projection.py
omnicrawl/agent/context_compaction/service.py
omnicrawl/agent/context_compaction/summary.py
omnicrawl/agent/context_compaction/summary_prompt.md
omnicrawl/agent/context_compaction/validation.py
omnicrawl/agent/subagents/__init__.py
omnicrawl/agent/subagents/approval.py
omnicrawl/agent/subagents/coordinator.py
omnicrawl/agent/subagents/definitions.py
omnicrawl/agent/subagents/execution.py
omnicrawl/agent/subagents/read_only_commands.py
omnicrawl/agent/subagents/recovery.py
omnicrawl/agent/subagents/tasks.py
omnicrawl/agent/subagents/verify.py
omnicrawl/agent/subagents/worktree.py
omnicrawl/agent/subagents/builtin/explore.md
omnicrawl/agent/subagents/builtin/general-purpose.md
omnicrawl/agent/subagents/builtin/plan.md
omnicrawl/agent/subagents/builtin/verify.md
omnicrawl/api/__init__.py
omnicrawl/api/__main__.py
omnicrawl/api/app.py
omnicrawl/api/deps.py
omnicrawl/api/models.py
omnicrawl/api/service.py
omnicrawl/api/routes/__init__.py
omnicrawl/api/routes/configuration.py
omnicrawl/api/routes/monitors.py
omnicrawl/api/routes/projects.py
omnicrawl/api/routes/runs.py
omnicrawl/api/routes/sessions.py
omnicrawl/api/routes/subagents.py
omnicrawl/api/routes/support.py
omnicrawl/api/routes/system.py
omnicrawl/commands/__init__.py
omnicrawl/commands/slash.py
omnicrawl/config/__init__.py
omnicrawl/config/approval.py
omnicrawl/config/bootstrap.py
omnicrawl/config/channels.py
omnicrawl/config/context_compaction.py
omnicrawl/config/llm.py
omnicrawl/config/llm_client.py
omnicrawl/config/llm_multi.py
omnicrawl/config/model_catalog.py
omnicrawl/config/model_store.py
omnicrawl/config/runtime.py
omnicrawl/config/settings.py
omnicrawl/config/subagents.py
omnicrawl/config/templates/config.example.yaml
omnicrawl/config/templates/models.example.yaml
omnicrawl/docs/API.md
omnicrawl/docs/MCP_USAGE.md
omnicrawl/docs/SKILL_INSTALLATION.md
omnicrawl/docs/TERMINAL_UI.md
omnicrawl/docs/memory_system_design.md
omnicrawl/docs/session_design.md
omnicrawl/extensions/__init__.py
omnicrawl/extensions/node_runner.mjs
omnicrawl/extensions/plugin_install.py
omnicrawl/extensions/plugin_manager.py
omnicrawl/extensions/plugin_models.py
omnicrawl/extensions/plugin_protocol.py
omnicrawl/extensions/plugin_registry.py
omnicrawl/extensions/skill.py
omnicrawl/llm/__init__.py
omnicrawl/llm/capabilities.py
omnicrawl/llm/errors.py
omnicrawl/llm/protocol.py
omnicrawl/llm/registry.py
omnicrawl/llm/runtime.py
omnicrawl/llm/usage.py
omnicrawl/llm/providers/__init__.py
omnicrawl/llm/providers/anthropic.py
omnicrawl/llm/providers/gemini.py
omnicrawl/llm/providers/openai_chat.py
omnicrawl/llm/providers/openai_common.py
omnicrawl/llm/providers/openai_responses.py
omnicrawl/mcp/__init__.py
omnicrawl/mcp/audit.py
omnicrawl/mcp/client.py
omnicrawl/mcp/config.py
omnicrawl/mcp/registry.py
omnicrawl/mcp/security.py
omnicrawl/mcp/server.py
omnicrawl/state/__init__.py
omnicrawl/state/memory.py
omnicrawl/state/memory_ranking.py
omnicrawl/state/project.py
omnicrawl/state/prompt_history.py
omnicrawl/state/session.py
omnicrawl/state/session_artifacts.py
omnicrawl/state/session_consistency.py
omnicrawl/state/session_locking.py
omnicrawl/state/session_models.py
omnicrawl/state/session_projection.py
omnicrawl/state/session_records.py
omnicrawl/ui/__init__.py
omnicrawl/ui/base.py
omnicrawl/ui/chat_session.py
omnicrawl/ui/inline_input.py
omnicrawl/ui/stream_turn.py
omnicrawl/ui/terminal.py
omnicrawl/ui/tool_labels.py
omnicrawl/ui/windows_launcher.py
omnicrawl/ui/fullscreen/__init__.py
omnicrawl/ui/fullscreen/channel_manager.py
omnicrawl/ui/fullscreen/commands.py
omnicrawl/ui/fullscreen/hud.py
omnicrawl/ui/fullscreen/mcp_settings.py
omnicrawl/ui/fullscreen/model_picker.py
omnicrawl/ui/fullscreen/monitor.py
omnicrawl/ui/fullscreen/settings.py
omnicrawl/ui/fullscreen/theme.py
omnicrawl/ui/fullscreen/tool_diff.py
omnicrawl/ui/fullscreen/turns.py
omnicrawl/ui/fullscreen/widgets.py
omnicrawl/ui/tui/__init__.py
omnicrawl/ui/tui/_capabilities.py
omnicrawl/ui/tui/_colors.py
omnicrawl/ui/tui/_core.py
omnicrawl/ui/tui/_display.py
omnicrawl/ui/tui/_markdown.py
omnicrawl/ui/tui/_markdown_renderer.py
omnicrawl/ui/tui/_panels.py
omnicrawl/ui/tui/_prompt.py
omnicrawl/ui/tui/_spinner.py
omnicrawl/ui/tui/_status.py
omnicrawl/ui/tui/_tools.py
omnicrawl/workspace/__init__.py
omnicrawl/workspace/context.py
omnicrawl/workspace/monitor.py
omnicrawl/workspace/process_control.py
omnicrawl/workspace/temp.py
omnicrawl/workspace/tools.py
omnicrawl_agent.egg-info/PKG-INFO
omnicrawl_agent.egg-info/SOURCES.txt
omnicrawl_agent.egg-info/dependency_links.txt
omnicrawl_agent.egg-info/entry_points.txt
omnicrawl_agent.egg-info/requires.txt
omnicrawl_agent.egg-info/top_level.txt
tests/test_agent_context.py
tests/test_agent_execution.py
tests/test_agent_hooks.py
tests/test_agent_memory_tools.py
tests/test_agent_module_boundaries.py
tests/test_api.py
tests/test_api_module_boundaries.py
tests/test_approval.py
tests/test_channel_configuration.py
tests/test_channel_manager.py
tests/test_context_compaction_evidence.py
tests/test_context_compaction_integration.py
tests/test_context_compaction_memory.py
tests/test_context_compaction_module_boundaries.py
tests/test_context_compaction_policy.py
tests/test_context_compaction_summary.py
tests/test_context_overflow_recovery.py
tests/test_fullscreen_commands.py
tests/test_fullscreen_module_boundaries.py
tests/test_fullscreen_monitor.py
tests/test_fullscreen_tool_diff.py
tests/test_fullscreen_tui.py
tests/test_fullscreen_turns.py
tests/test_inline_input.py
tests/test_llm_config.py
tests/test_llm_module_boundaries.py
tests/test_mcp.py
tests/test_mcp_lifecycle.py
tests/test_mcp_module_boundaries.py
tests/test_memory_module_boundaries.py
tests/test_model_catalog.py
tests/test_model_runtime.py
tests/test_openai_chat_error_mapping.py
tests/test_packaging_entrypoints.py
tests/test_plugin_cli.py
tests/test_plugin_custom_events.py
tests/test_plugin_install_rollback.py
tests/test_plugin_manager.py
tests/test_plugin_manifest.py
tests/test_plugin_npm_install_mock.py
tests/test_plugin_offline_install.py
tests/test_plugin_protocol.py
tests/test_plugin_registry.py
tests/test_plugin_security.py
tests/test_process_control_module_boundaries.py
tests/test_project_context.py
tests/test_project_store.py
tests/test_review_regressions.py
tests/test_runtime_config.py
tests/test_session_consistency.py
tests/test_session_locking.py
tests/test_session_module_boundaries.py
tests/test_session_records.py
tests/test_session_store.py
tests/test_settings_panel.py
tests/test_startup_setup.py
tests/test_subagent_approval.py
tests/test_subagent_config.py
tests/test_subagent_coordinator.py
tests/test_subagent_definitions.py
tests/test_subagent_fork.py
tests/test_subagent_integration.py
tests/test_subagent_plugin_dispatch.py
tests/test_subagent_recovery.py
tests/test_subagent_tasks.py
tests/test_subagent_verify.py
tests/test_subagent_worktree.py
tests/test_temp_workspace.py
tests/test_terminal_ui.py
tests/test_tool_labels.py
tests/test_version_check.py
tests/test_vision_tool_images.py
tests/test_windows_desktop_tools.py
tests/test_workspace_switch.py
tests/test_workspace_tools.py