LICENSE
README.md
pyproject.toml
src/deepmate/__init__.py
src/deepmate/__main__.py
src/deepmate.egg-info/PKG-INFO
src/deepmate.egg-info/SOURCES.txt
src/deepmate.egg-info/dependency_links.txt
src/deepmate.egg-info/entry_points.txt
src/deepmate.egg-info/requires.txt
src/deepmate.egg-info/top_level.txt
src/deepmate/activity/__init__.py
src/deepmate/activity/journal.py
src/deepmate/app/__init__.py
src/deepmate/app/settings.py
src/deepmate/behavior/__init__.py
src/deepmate/behavior/rules.py
src/deepmate/behavior/runtime.py
src/deepmate/builtin_skills/architecture-advisor/SKILL.md
src/deepmate/builtin_skills/data-advisor/SKILL.md
src/deepmate/builtin_skills/delivery-advisor/SKILL.md
src/deepmate/builtin_skills/html-report/SKILL.md
src/deepmate/builtin_skills/prd/SKILL.md
src/deepmate/builtin_skills/product-advisor/SKILL.md
src/deepmate/builtin_skills/research-advisor/SKILL.md
src/deepmate/builtin_skills/research-brief/SKILL.md
src/deepmate/builtin_skills/tech-diagram/SKILL.md
src/deepmate/builtin_skills/technical-architecture/SKILL.md
src/deepmate/builtin_skills/ux-advisor/SKILL.md
src/deepmate/capabilities/__init__.py
src/deepmate/capabilities/maintenance.py
src/deepmate/capabilities/state.py
src/deepmate/capabilities/surface.py
src/deepmate/channels/__init__.py
src/deepmate/channels/checkpointing.py
src/deepmate/channels/cli.py
src/deepmate/channels/interactive.py
src/deepmate/channels/session_lineage.py
src/deepmate/channels/session_maintenance.py
src/deepmate/channels/skill_view.py
src/deepmate/channels/remote/__init__.py
src/deepmate/channels/remote/binding.py
src/deepmate/channels/tui/__init__.py
src/deepmate/channels/tui/app.py
src/deepmate/channels/tui/bridge.py
src/deepmate/channels/tui/commands.py
src/deepmate/channels/tui/files.py
src/deepmate/channels/tui/formatters.py
src/deepmate/channels/tui/render.py
src/deepmate/channels/tui/state.py
src/deepmate/channels/tui/status.py
src/deepmate/channels/wecom/__init__.py
src/deepmate/channels/wecom/channel.py
src/deepmate/channels/wecom/client.py
src/deepmate/context/__init__.py
src/deepmate/context/builder.py
src/deepmate/context/snapshot.py
src/deepmate/cron/__init__.py
src/deepmate/cron/commands.py
src/deepmate/cron/model.py
src/deepmate/cron/planner.py
src/deepmate/cron/runner.py
src/deepmate/cron/schedule.py
src/deepmate/cron/store.py
src/deepmate/domain/__init__.py
src/deepmate/domain/approval.py
src/deepmate/domain/artifact.py
src/deepmate/domain/capability.py
src/deepmate/domain/errors.py
src/deepmate/domain/event.py
src/deepmate/domain/memory.py
src/deepmate/domain/message.py
src/deepmate/domain/profile.py
src/deepmate/evolution/__init__.py
src/deepmate/evolution/behavior.py
src/deepmate/evolution/changes.py
src/deepmate/evolution/evidence_mining.py
src/deepmate/evolution/failure_patterns.py
src/deepmate/evolution/generated_skills.py
src/deepmate/evolution/maintenance.py
src/deepmate/foundation/__init__.py
src/deepmate/foundation/path.py
src/deepmate/foundation/text.py
src/deepmate/foundation/time.py
src/deepmate/foundation/tool_schema.py
src/deepmate/local/__init__.py
src/deepmate/local/ollama.py
src/deepmate/local/presets.py
src/deepmate/local/state.py
src/deepmate/mcp/__init__.py
src/deepmate/mcp/catalog.py
src/deepmate/mcp/client.py
src/deepmate/mcp/discovery.py
src/deepmate/mcp/executor.py
src/deepmate/mcp/output_policy.py
src/deepmate/mcp/spec.py
src/deepmate/mcp/state.py
src/deepmate/memory/__init__.py
src/deepmate/memory/curator.py
src/deepmate/memory/extractor.py
src/deepmate/memory/maintenance.py
src/deepmate/memory/manager.py
src/deepmate/pet/__init__.py
src/deepmate/pet/copy.py
src/deepmate/pet/electron_host.py
src/deepmate/pet/events.py
src/deepmate/pet/learning.py
src/deepmate/pet/pets.py
src/deepmate/pet/policy.py
src/deepmate/pet/service.py
src/deepmate/pet/state.py
src/deepmate/preview_deploy/__init__.py
src/deepmate/preview_deploy/commands.py
src/deepmate/preview_deploy/health.py
src/deepmate/preview_deploy/state.py
src/deepmate/preview_deploy/supervisor.py
src/deepmate/preview_deploy/tunnel.py
src/deepmate/providers/__init__.py
src/deepmate/providers/base.py
src/deepmate/providers/chat_completions.py
src/deepmate/providers/messages.py
src/deepmate/providers/usage.py
src/deepmate/qa/__init__.py
src/deepmate/qa/commands.py
src/deepmate/qa/context.py
src/deepmate/qa/discovery.py
src/deepmate/qa/engine.py
src/deepmate/qa/model.py
src/deepmate/qa/planner.py
src/deepmate/qa/report.py
src/deepmate/qa/runner.py
src/deepmate/qa/store.py
src/deepmate/runtime/__init__.py
src/deepmate/runtime/activation.py
src/deepmate/runtime/agent_loop.py
src/deepmate/runtime/checkpoint_update.py
src/deepmate/runtime/conversation_budget.py
src/deepmate/runtime/cost_summary.py
src/deepmate/runtime/delivery_review.py
src/deepmate/runtime/diagnostics.py
src/deepmate/runtime/followup.py
src/deepmate/runtime/loop_guard.py
src/deepmate/runtime/model_request.py
src/deepmate/runtime/prefix_cache.py
src/deepmate/runtime/process_env.py
src/deepmate/runtime/safety.py
src/deepmate/runtime/sandbox.py
src/deepmate/runtime/session_runtime.py
src/deepmate/runtime/session_summary.py
src/deepmate/runtime/tool_executor.py
src/deepmate/runtime/tool_output_compaction.py
src/deepmate/runtime/tool_policy.py
src/deepmate/runtime/tool_repair.py
src/deepmate/runtime/wakelock.py
src/deepmate/runtime/hooks/__init__.py
src/deepmate/runtime/hooks/diagnostics.py
src/deepmate/runtime/hooks/loader.py
src/deepmate/runtime/hooks/manager.py
src/deepmate/runtime/hooks/matcher.py
src/deepmate/runtime/hooks/registry.py
src/deepmate/runtime/hooks/signals.py
src/deepmate/runtime/hooks/trust.py
src/deepmate/runtime/hooks/types.py
src/deepmate/skills/__init__.py
src/deepmate/skills/catalog.py
src/deepmate/skills/install.py
src/deepmate/skills/loader.py
src/deepmate/skills/manifest.py
src/deepmate/skills/metadata.py
src/deepmate/skills/skill_file.py
src/deepmate/storage/__init__.py
src/deepmate/storage/atomic.py
src/deepmate/storage/checkpoint_store.py
src/deepmate/storage/jsonl.py
src/deepmate/storage/session_store.py
src/deepmate/storage/tool_output_store.py
src/deepmate/subagents/__init__.py
src/deepmate/subagents/orchestration.py
src/deepmate/subagents/runtime.py
src/deepmate/subagents/store.py
src/deepmate/subagents/tool_executor.py
src/deepmate/subagents/types.py
src/deepmate/subagents/verification.py
src/deepmate/tasks/__init__.py
src/deepmate/tasks/command.py
src/deepmate/tasks/execute.py
src/deepmate/tasks/json_helpers.py
src/deepmate/tasks/render.py
src/deepmate/tasks/session.py
src/deepmate/tasks/store.py
src/deepmate/tasks/update.py
src/deepmate/tools/__init__.py
src/deepmate/tools/artifacts.py
src/deepmate/tools/browser.py
src/deepmate/tools/computer.py
src/deepmate/tools/diagrams.py
src/deepmate/tools/documents.py
src/deepmate/tools/filesystem.py
src/deepmate/tools/lsp.py
src/deepmate/tools/mcp_loader.py
src/deepmate/tools/registry.py
src/deepmate/tools/reports.py
src/deepmate/tools/search.py
src/deepmate/tools/shell.py
src/deepmate/tools/skill_installer.py
src/deepmate/tools/skill_loader.py
src/deepmate/tools/svg_security.py
src/deepmate/tools/tool_output.py
src/deepmate/tools/url_safety.py
src/deepmate/tools/web.py
src/deepmate/trace/__init__.py
src/deepmate/trace/exporter.py
src/deepmate/trace/otel.py
src/deepmate/trace/recorder.py
src/deepmate/trace/schema.py
src/deepmate/trace/semantic.py
src/deepmate/trace/sinks.py
tests/test_activity.py
tests/test_behavior_computer.py
tests/test_browser_tools.py
tests/test_builtin_tools.py
tests/test_capability_maintenance.py
tests/test_capability_state.py
tests/test_chat_completions_provider.py
tests/test_checkpoint_store.py
tests/test_checkpoint_update.py
tests/test_context_builder.py
tests/test_conversation_budget.py
tests/test_cron_jobs.py
tests/test_delivery_review.py
tests/test_evolution_behavior.py
tests/test_evolution_failure_patterns.py
tests/test_evolution_generated_skills.py
tests/test_evolution_maintenance.py
tests/test_hooks_interactive.py
tests/test_hooks_kernel.py
tests/test_local_runtime.py
tests/test_mcp_executor.py
tests/test_mcp_http_client.py
tests/test_mcp_progressive_disclosure.py
tests/test_memory_curator.py
tests/test_memory_extractor.py
tests/test_memory_maintenance.py
tests/test_memory_manager.py
tests/test_model_purpose.py
tests/test_pet_companion.py
tests/test_prefix_cache.py
tests/test_preview_deploy.py
tests/test_process_env.py
tests/test_provider_messages.py
tests/test_qa_audit.py
tests/test_remote_wecom.py
tests/test_runtime_validation.py
tests/test_session_lineage.py
tests/test_session_maintenance.py
tests/test_session_runtime.py
tests/test_session_summary.py
tests/test_shell_safety.py
tests/test_skill_file.py
tests/test_skill_install.py
tests/test_skill_loader_tool.py
tests/test_skill_view.py
tests/test_storage_jsonl.py
tests/test_subagents_runtime.py
tests/test_task_mode.py
tests/test_tool_execution.py
tests/test_tool_output_compaction.py
tests/test_tool_output_retrieval.py
tests/test_tool_output_store.py
tests/test_tool_surface.py
tests/test_trace_export_cli.py
tests/test_trace_semantic.py
tests/test_tui_channel.py
tests/test_wakelock.py