LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
Docs/Core/01-AgentLoop.md
Docs/Core/02-ToolUse.md
Docs/Core/03-TodoWrite.md
Docs/Core/04-探索能力.md
Docs/Core/05-上下文回滚.md
Docs/Core/06-上下文治理与压缩.md
Docs/Core/07-Subagent.md
Docs/Core/08-Skills.md
Docs/Core/09-MCP.md
Docs/Core/10-权限系统与执行模式.md
Docs/Core/11-任务系统.md
Docs/Core/12-后台任务.md
Docs/Core/13-AgentTeam.md
Docs/Core/14-Hooks.md
Docs/Core/15-桌面端基础设施与UI实施计划.md
Docs/Core/README.md
Docs/Core/Tool/ReadFile.md
Docs/运维/01-项目概述.md
Docs/运维/02-版本管理.md
Docs/运维/03-发版流程.md
Docs/运维/04-CI-CD配置.md
Docs/运维/05-PyPI发布.md
Docs/运维/06-npm发布.md
Docs/运维/07-Docker部署.md
Docs/运维/08-用户安装方式.md
Docs/运维/09-常见问题排查.md
Docs/运维/10-桌面端发布.md
Docs/运维/README.md
desktop/__init__.py
desktop/backend/__init__.py
desktop/backend/bootstrap.py
desktop/backend/ipc.py
desktop/backend/server.py
desktop/backend/sidecar_entry.py
desktop/ui/scripts/esbuild_ui.py
open_somnia/__init__.py
open_somnia/__main__.py
open_somnia/reasoning.py
open_somnia/app_service/__init__.py
open_somnia/app_service/events.py
open_somnia/app_service/interaction_service.py
open_somnia/app_service/models.py
open_somnia/app_service/provider_service.py
open_somnia/app_service/runtime_host.py
open_somnia/app_service/session_service.py
open_somnia/app_service/turn_service.py
open_somnia/cli/__init__.py
open_somnia/cli/commands.py
open_somnia/cli/main.py
open_somnia/cli/prompting.py
open_somnia/cli/provider_management.py
open_somnia/cli/repl.py
open_somnia/collaboration/__init__.py
open_somnia/collaboration/bus.py
open_somnia/collaboration/protocols.py
open_somnia/config/__init__.py
open_somnia/config/models.py
open_somnia/config/settings.py
open_somnia/hooks/__init__.py
open_somnia/hooks/manager.py
open_somnia/hooks/models.py
open_somnia/hooks/notify_user.py
open_somnia/hooks/runner.py
open_somnia/hooks/sdk.py
open_somnia/mcp/__init__.py
open_somnia/mcp/client.py
open_somnia/mcp/minimal_stdio_server.py
open_somnia/mcp/registry.py
open_somnia/mcp/transport_http.py
open_somnia/mcp/transport_stdio.py
open_somnia/providers/__init__.py
open_somnia/providers/anthropic_provider.py
open_somnia/providers/base.py
open_somnia/providers/openai_provider.py
open_somnia/runtime/__init__.py
open_somnia/runtime/agent.py
open_somnia/runtime/compact.py
open_somnia/runtime/events.py
open_somnia/runtime/execution_mode.py
open_somnia/runtime/interrupts.py
open_somnia/runtime/messages.py
open_somnia/runtime/permissions.py
open_somnia/runtime/session.py
open_somnia/runtime/subagent_runner.py
open_somnia/runtime/system_prompt.py
open_somnia/runtime/teammate.py
open_somnia/runtime/tool_events.py
open_somnia/skills/__init__.py
open_somnia/skills/loader.py
open_somnia/storage/__init__.py
open_somnia/storage/common.py
open_somnia/storage/inbox.py
open_somnia/storage/jobs.py
open_somnia/storage/sessions.py
open_somnia/storage/tasks.py
open_somnia/storage/team.py
open_somnia/storage/tool_logs.py
open_somnia/storage/transcripts.py
open_somnia/tools/__init__.py
open_somnia/tools/background.py
open_somnia/tools/filesystem.py
open_somnia/tools/mcp.py
open_somnia/tools/process.py
open_somnia/tools/registry.py
open_somnia/tools/shell.py
open_somnia/tools/subagent.py
open_somnia/tools/tasks.py
open_somnia/tools/team.py
open_somnia/tools/todo.py
open_somnia/tools/tool_errors.py
scripts/install.ps1
scripts/install.sh
scripts/package-lock.json
scripts/package.json
scripts/publish-npm.sh
scripts/publish-pypi.sh
scripts/release-desktop.ps1
scripts/release-desktop.sh
scripts/release.ps1
scripts/release.sh
scripts/start-desktop-acceptance.ps1
scripts/sync-version.ps1
scripts/sync-version.sh
somnia.egg-info/PKG-INFO
somnia.egg-info/SOURCES.txt
somnia.egg-info/dependency_links.txt
somnia.egg-info/entry_points.txt
somnia.egg-info/requires.txt
somnia.egg-info/top_level.txt
tests/test_app_service.py
tests/test_checkpoint_rollback.py
tests/test_cli_resume.py
tests/test_compact.py
tests/test_desktop_release.py
tests/test_filesystem_tool.py
tests/test_hook_system.py
tests/test_markdown_rendering.py
tests/test_mcp_registry.py
tests/test_mcp_stdio_transport.py
tests/test_process_output.py
tests/test_prompting.py
tests/test_repl_todo.py
tests/test_runtime_tool_output.py
tests/test_settings_overrides.py
tests/test_sidecar_server.py
tests/test_skill_loader.py
tests/test_subagent_tool.py
tests/test_teammate_runtime.py
tests/test_utils.py