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/fetcher.py
omnicrawl/image_gen.py
omnicrawl/knowledge.py
omnicrawl/updater.py
omnicrawl/version_check.py
omnicrawl/web_search.py
omnicrawl/agent/__init__.py
omnicrawl/agent/core.py
omnicrawl/agent/system_prompt.md
omnicrawl/agent/tool_process.py
omnicrawl/agent/types.py
omnicrawl/agent/context/__init__.py
omnicrawl/agent/context/environment.py
omnicrawl/agent/context/prompt_context.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/controllers/__init__.py
omnicrawl/agent/controllers/plugins.py
omnicrawl/agent/controllers/shared.py
omnicrawl/agent/controllers/undo.py
omnicrawl/agent/controllers/memory/__init__.py
omnicrawl/agent/controllers/memory/stores.py
omnicrawl/agent/controllers/session/__init__.py
omnicrawl/agent/controllers/session/control.py
omnicrawl/agent/controllers/session/settings.py
omnicrawl/agent/controllers/session/store.py
omnicrawl/agent/controllers/subagents/__init__.py
omnicrawl/agent/controllers/subagents/orchestration.py
omnicrawl/agent/controllers/subagents/worktrees.py
omnicrawl/agent/controllers/tools/__init__.py
omnicrawl/agent/controllers/tools/approval.py
omnicrawl/agent/controllers/tools/building.py
omnicrawl/agent/controllers/tools/implementations.py
omnicrawl/agent/controllers/tools/output.py
omnicrawl/agent/controllers/turn/__init__.py
omnicrawl/agent/controllers/turn/compaction.py
omnicrawl/agent/controllers/turn/loop.py
omnicrawl/agent/controllers/workspace/__init__.py
omnicrawl/agent/controllers/workspace/switching.py
omnicrawl/agent/controllers/workspace/toolbox.py
omnicrawl/agent/runtime/__init__.py
omnicrawl/agent/runtime/execution.py
omnicrawl/agent/runtime/llm_protocol.py
omnicrawl/agent/runtime/run_guard.py
omnicrawl/agent/runtime/vision_proxy.py
omnicrawl/agent/session/__init__.py
omnicrawl/agent/session/history.py
omnicrawl/agent/session/session_facade.py
omnicrawl/agent/subagents/__init__.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/review.md
omnicrawl/agent/subagents/builtin/verify.md
omnicrawl/agent/toolkit/__init__.py
omnicrawl/agent/toolkit/approval_policy.py
omnicrawl/agent/toolkit/git_tools.py
omnicrawl/agent/toolkit/host_tools.py
omnicrawl/agent/toolkit/image_tools.py
omnicrawl/agent/toolkit/knowledge_tools.py
omnicrawl/agent/toolkit/memory_tools.py
omnicrawl/agent/toolkit/tools.py
omnicrawl/agent/toolkit/windows_desktop.py
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/bin/rg-linux-arm64
omnicrawl/bin/rg-linux-x86_64
omnicrawl/bin/rg-macos-arm64
omnicrawl/bin/rg-macos-x86_64
omnicrawl/bin/rg.exe
omnicrawl/commands/__init__.py
omnicrawl/commands/slash.py
omnicrawl/config/__init__.py
omnicrawl/config/core/__init__.py
omnicrawl/config/core/bootstrap.py
omnicrawl/config/core/runtime.py
omnicrawl/config/core/settings.py
omnicrawl/config/core/workspace.py
omnicrawl/config/features/__init__.py
omnicrawl/config/features/agent_workspace.py
omnicrawl/config/features/approval.py
omnicrawl/config/features/context_compaction.py
omnicrawl/config/features/image_gen.py
omnicrawl/config/features/run_guard.py
omnicrawl/config/features/subagents.py
omnicrawl/config/features/tools.py
omnicrawl/config/features/tts.py
omnicrawl/config/models/__init__.py
omnicrawl/config/models/channels.py
omnicrawl/config/models/llm.py
omnicrawl/config/models/llm_client.py
omnicrawl/config/models/llm_multi.py
omnicrawl/config/models/model_catalog.py
omnicrawl/config/models/model_store.py
omnicrawl/config/models/vision.py
omnicrawl/config/templates/config.example.toml
omnicrawl/config/templates/models.example.toml
omnicrawl/config/templates/subagents.example.toml
omnicrawl/connectors/README.md
omnicrawl/connectors/__init__.py
omnicrawl/connectors/autostart.py
omnicrawl/connectors/fsapp.py
omnicrawl/connectors/telegram.py
omnicrawl/docs/API.md
omnicrawl/docs/FSAPP.md
omnicrawl/docs/MCP_USAGE.md
omnicrawl/docs/SKILL_INSTALLATION.md
omnicrawl/docs/TELEGRAM.md
omnicrawl/docs/TERMINAL_UI.md
omnicrawl/docs/TOOL_CALLING.md
omnicrawl/docs/TTS.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/stream_registry.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/state/turn_snapshot.py
omnicrawl/templates/plan.md
omnicrawl/tts/__init__.py
omnicrawl/tts/__main__.py
omnicrawl/tts/audio.py
omnicrawl/tts/cli.py
omnicrawl/tts/config.py
omnicrawl/tts/custom_voices.py
omnicrawl/tts/download.py
omnicrawl/tts/engine.py
omnicrawl/tts/gpu.py
omnicrawl/tts/normalize.py
omnicrawl/tts/onnx_runtime.py
omnicrawl/tts/player.py
omnicrawl/ui/__init__.py
omnicrawl/ui/base.py
omnicrawl/ui/splash.py
omnicrawl/ui/tool_labels.py
omnicrawl/ui/windows_launcher.py
omnicrawl/ui/fullscreen/__init__.py
omnicrawl/ui/fullscreen/_compat.py
omnicrawl/ui/fullscreen/app/__init__.py
omnicrawl/ui/fullscreen/app/core.py
omnicrawl/ui/fullscreen/app/runner.py
omnicrawl/ui/fullscreen/app/startup.py
omnicrawl/ui/fullscreen/conversation/__init__.py
omnicrawl/ui/fullscreen/conversation/view.py
omnicrawl/ui/fullscreen/input/__init__.py
omnicrawl/ui/fullscreen/input/composer.py
omnicrawl/ui/fullscreen/input/editing.py
omnicrawl/ui/fullscreen/input/menu.py
omnicrawl/ui/fullscreen/input/sessions_menu.py
omnicrawl/ui/fullscreen/rendering/__init__.py
omnicrawl/ui/fullscreen/rendering/latex.py
omnicrawl/ui/fullscreen/rendering/logo_anim.py
omnicrawl/ui/fullscreen/rendering/pipeline.py
omnicrawl/ui/fullscreen/rendering/tool_diff.py
omnicrawl/ui/fullscreen/rendering/welcome_logo.py
omnicrawl/ui/fullscreen/rendering/widgets.py
omnicrawl/ui/fullscreen/screens/__init__.py
omnicrawl/ui/fullscreen/screens/agent_workspace_settings.py
omnicrawl/ui/fullscreen/screens/channel_manager.py
omnicrawl/ui/fullscreen/screens/channel_setup.py
omnicrawl/ui/fullscreen/screens/file_picker.py
omnicrawl/ui/fullscreen/screens/image_gen_settings.py
omnicrawl/ui/fullscreen/screens/mcp_server_editor_screen.py
omnicrawl/ui/fullscreen/screens/mcp_server_list_screen.py
omnicrawl/ui/fullscreen/screens/mcp_settings.py
omnicrawl/ui/fullscreen/screens/mcp_settings_screen.py
omnicrawl/ui/fullscreen/screens/model_picker.py
omnicrawl/ui/fullscreen/screens/navigation.py
omnicrawl/ui/fullscreen/screens/panes.py
omnicrawl/ui/fullscreen/screens/run_guard_settings.py
omnicrawl/ui/fullscreen/screens/settings.py
omnicrawl/ui/fullscreen/screens/tool_settings.py
omnicrawl/ui/fullscreen/screens/tts_settings.py
omnicrawl/ui/fullscreen/screens/vision_settings.py
omnicrawl/ui/fullscreen/status/__init__.py
omnicrawl/ui/fullscreen/status/carousel_messages.txt
omnicrawl/ui/fullscreen/status/hud.py
omnicrawl/ui/fullscreen/status/indicators.py
omnicrawl/ui/fullscreen/support/__init__.py
omnicrawl/ui/fullscreen/support/commands.py
omnicrawl/ui/fullscreen/support/monitor.py
omnicrawl/ui/fullscreen/support/turns.py
omnicrawl/ui/fullscreen/terminal/__init__.py
omnicrawl/ui/fullscreen/terminal/handling.py
omnicrawl/ui/fullscreen/terminal/select_compat.py
omnicrawl/ui/fullscreen/terminal/theme.py
omnicrawl/ui/fullscreen/turn/__init__.py
omnicrawl/ui/fullscreen/turn/announcer.py
omnicrawl/ui/fullscreen/turn/execution.py
omnicrawl/workspace/__init__.py
omnicrawl/workspace/agent_isolation.py
omnicrawl/workspace/connector_singleton.py
omnicrawl/workspace/context.py
omnicrawl/workspace/monitor.py
omnicrawl/workspace/process_control.py
omnicrawl/workspace/ripgrep.py
omnicrawl/workspace/slug.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_isolation.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_ask_user_timeout.py
tests/test_channel_configuration.py
tests/test_channel_manager.py
tests/test_config_tools.py
tests/test_connector_autostart.py
tests/test_connector_singleton.py
tests/test_context_compaction_archive.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_custom_voices.py
tests/test_dynamic_tools.py
tests/test_esc_cancel_context.py
tests/test_fetcher.py
tests/test_file_picker.py
tests/test_fsapp_ask_user.py
tests/test_fsapp_tool_cards.py
tests/test_fsapp_ws_card_support.py
tests/test_fullscreen_carousel.py
tests/test_fullscreen_monitor.py
tests/test_fullscreen_runtime_status.py
tests/test_fullscreen_scroll_anchor.py
tests/test_fullscreen_tool_diff.py
tests/test_fullscreen_turns.py
tests/test_git_tool.py
tests/test_image_gen.py
tests/test_image_gen_settings.py
tests/test_image_tools.py
tests/test_knowledge_base.py
tests/test_latex_render.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_memory_scopes.py
tests/test_model_picker_pane.py
tests/test_model_runtime.py
tests/test_openai_chat_error_mapping.py
tests/test_packaging_entrypoints.py
tests/test_pane_save_hint.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_store.py
tests/test_review_command.py
tests/test_review_regressions.py
tests/test_ripgrep.py
tests/test_run_guard.py
tests/test_run_guard_settings.py
tests/test_runtime_config.py
tests/test_select_compat.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_grouped_merge.py
tests/test_settings_pane_cancel_exit.py
tests/test_settings_simple_select_pane.py
tests/test_slug.py
tests/test_splash.py
tests/test_startup_setup.py
tests/test_stream_registry.py
tests/test_stream_truncation.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_telegram_connector.py
tests/test_temp_workspace.py
tests/test_tool_labels.py
tests/test_tts.py
tests/test_tts_clone_ui.py
tests/test_tts_config.py
tests/test_tts_gpu.py
tests/test_tui_runner_logging.py
tests/test_turn_announcer.py
tests/test_turn_snapshot.py
tests/test_updater.py
tests/test_version_check.py
tests/test_vision_configuration.py
tests/test_vision_proxy.py
tests/test_vision_settings.py
tests/test_vision_tool_images.py
tests/test_web_search.py
tests/test_windows_desktop_tools.py
tests/test_workspace_switch.py