MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
omnicrawl/__init__.py
omnicrawl/__main__.py
omnicrawl/cli.py
omnicrawl/entry.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/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/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/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