README.md
pyproject.toml
setup.cfg
cli/__init__.py
cli/headless.py
cli/main.py
cli/skills_commands.py
cli/ui.py
core/__init__.py
core/_version.py
core/assets/default_agent_prompt.md
core/assets/memory_instructions.md
core/assets/pim_instructions.md
core/assets/system_prompt.md
core/built_in_skills/__init__.py
core/built_in_skills/doc-coauthoring/SKILL.md
core/built_in_skills/docx/SKILL.md
core/built_in_skills/docx/docx-js.md
core/built_in_skills/docx/ooxml.md
core/built_in_skills/frontend-design/SKILL.md
core/built_in_skills/pdf/SKILL.md
core/built_in_skills/pdf/forms.md
core/built_in_skills/pdf/reference.md
core/built_in_skills/pptx/SKILL.md
core/built_in_skills/pptx/html2pptx.md
core/built_in_skills/pptx/ooxml.md
core/built_in_skills/skill-creator/SKILL.md
core/built_in_skills/skill-creator/scripts/init_skill.py
core/built_in_skills/skill-creator/scripts/quick_validate.py
core/built_in_skills/theme-factory/SKILL.md
core/built_in_skills/xlsx/SKILL.md
core/built_in_skills/xlsx/recalc.py
core/config/__init__.py
core/config/app_config.py
core/config/display.py
core/config/model_config.py
core/config/ollama.py
core/config/permissions.py
core/engine/__init__.py
core/engine/engine.py
core/integrations/__init__.py
core/integrations/daytona.py
core/integrations/langsmith.py
core/integrations/modal.py
core/integrations/runloop.py
core/integrations/sandbox_factory.py
core/integrations/sandbox_provider.py
core/mcp/__init__.py
core/mcp/client.py
core/mcp/config.py
core/pim/__init__.py
core/pim/calendar.py
core/pim/common.py
core/pim/contacts.py
core/pim/todos.py
core/runtime/__init__.py
core/runtime/agent.py
core/runtime/backend.py
core/runtime/builder.py
core/runtime/context.py
core/runtime/local_context.py
core/runtime/memory_context.py
core/runtime/pim_context.py
core/runtime/subagents.py
core/runtime/time_context.py
core/session/__init__.py
core/session/events.py
core/session/model.py
core/session/search.py
core/session/serialize.py
core/session/stream.py
core/session/thread_state.py
core/session/threads.py
core/session/titles.py
core/skills/__init__.py
core/skills/installer.py
core/skills/load.py
core/skills/registry.py
core/skills/registry_config.py
core/skills/validation.py
core/tools/__init__.py
core/tools/browser.py
core/tools/pim.py
core/utils/__init__.py
core/utils/clipboard.py
core/utils/file_ops.py
core/utils/image_utils.py
core/utils/input.py
core/utils/toml.py
core/utils/tool_display.py
desktop/sidecar/__init__.py
desktop/sidecar/__main__.py
desktop/sidecar/main.py
desktop/sidecar/protocol.py
icarus_agent.egg-info/PKG-INFO
icarus_agent.egg-info/SOURCES.txt
icarus_agent.egg-info/dependency_links.txt
icarus_agent.egg-info/entry_points.txt
icarus_agent.egg-info/requires.txt
icarus_agent.egg-info/top_level.txt
server/__init__.py
server/__main__.py
server/app.py
server/config.py
server/engine_pool.py
server/handler.py
server/setup_wizard.py
server/users.py
server/ws.py
server/auth/__init__.py
server/auth/audit.py
server/auth/base.py
server/auth/db.py
server/auth/local.py
server/auth/middleware.py
server/auth/rate_limit.py
server/auth/routes.py
server/auth/tokens.py
tests/test_agent_e2e.py
tests/test_builder.py
tests/test_contacts_migration.py
tests/test_context.py
tests/test_mcp_config.py
tests/test_mcp_resilience.py
tests/test_mcp_server_death.py
tests/test_memory_context.py
tests/test_model_switch.py
tests/test_models.py
tests/test_ollama_discovery.py
tests/test_package_extras.py
tests/test_permissioned_backend.py
tests/test_permissions.py
tests/test_permissions_wiring.py
tests/test_pim_calendar.py
tests/test_pim_contacts.py
tests/test_pim_context.py
tests/test_pim_todos.py
tests/test_pim_tools.py
tests/test_provider_wiring.py
tests/test_search.py
tests/test_session_model.py
tests/test_session_stream.py
tests/test_sidecar.py
tests/test_sidecar_concurrent.py
tests/test_skill_store.py
tests/test_thread_state.py
tests/test_threads.py
tests/test_time_context.py
tui/__init__.py
tui/adapter.py
tui/app.py
tui/app.tcss
tui/widgets/__init__.py
tui/widgets/_links.py
tui/widgets/approval.py
tui/widgets/autocomplete.py
tui/widgets/chat_input.py
tui/widgets/diff.py
tui/widgets/history.py
tui/widgets/loading.py
tui/widgets/message_store.py
tui/widgets/messages.py
tui/widgets/model_selector.py
tui/widgets/navigable_list.py
tui/widgets/skill_store.py
tui/widgets/status.py
tui/widgets/thread_selector.py
tui/widgets/tool_renderers.py
tui/widgets/tool_widgets.py
tui/widgets/welcome.py