LICENSE
MANIFEST.in
README.md
README_ZH.md
THIRD_PARTY_NOTICES.md
__init__.py
deepcode.py
pyproject.toml
requirements.txt
setup.py
app_server/__init__.py
app_server/__main__.py
app_server/connection.py
app_server/dispatcher.py
app_server/errors.py
app_server/runtime_probe.py
app_server/server.py
app_server/protocol/__init__.py
app_server/protocol/codec.py
app_server/protocol/methods.py
app_server/protocol/models.py
app_server/protocol/notifications.py
cli/__init__.py
cli/automation_cli.py
cli/automation_foreground.py
cli/config_errors.py
cli/exec_cli.py
cli/execution_options.py
cli/goal_runner.py
cli/headless_turn.py
cli/init_config.py
cli/loop_cli.py
cli/mcp_server.py
cli/project_trust.py
cli/provider_cli.py
cli/schedule_cli.py
cli/session_cli.py
cli/skill_cli.py
cli/transcript.py
cli/tui/__init__.py
cli/tui/__main__.py
cli/tui/app.py
cli/tui/commands.py
cli/tui/domain_events.py
cli/tui/goal_controller.py
cli/tui/input.py
cli/tui/renderer.py
cli/tui/session_bridge.py
cli/tui/theme.py
cli/tui/thread_client.py
core/__init__.py
core/agent_setup.py
core/config.py
core/file_lock.py
core/llm_runtime.py
core/platform_compat.py
core/platform_file_lock.py
core/private_storage.py
core/reasoning.py
core/verification.py
core/version.py
core/agent_runtime/__init__.py
core/agent_runtime/goal_runtime.py
core/agent_runtime/helpers.py
core/agent_runtime/hook.py
core/agent_runtime/injections.py
core/agent_runtime/processes.py
core/agent_runtime/runner.py
core/agent_runtime/runtime.py
core/agent_runtime/tools/__init__.py
core/agent_runtime/tools/alias.py
core/agent_runtime/tools/base.py
core/agent_runtime/tools/mcp.py
core/agent_runtime/tools/registry.py
core/application/__init__.py
core/application/agent_adapter.py
core/application/application.py
core/application/application_lease.py
core/application/approval_service.py
core/application/automation_permission_policy.py
core/application/automation_schedule_policy.py
core/application/automation_scheduler.py
core/application/automation_service.py
core/application/config_store.py
core/application/diagnostics_service.py
core/application/errors.py
core/application/event_service.py
core/application/execution_admission.py
core/application/execution_coordinator.py
core/application/execution_handler_registry.py
core/application/execution_registry.py
core/application/execution_security_policy.py
core/application/extension_service.py
core/application/file_service.py
core/application/git_service.py
core/application/goal_extension.py
core/application/goal_turn_port.py
core/application/interactive_turn_router.py
core/application/legacy_session_importer.py
core/application/llm_configuration_service.py
core/application/mcp_service.py
core/application/project_service.py
core/application/session_deletion_service.py
core/application/session_runtime.py
core/application/settings_service.py
core/application/skill_service.py
core/application/terminal_service.py
core/application/test_service.py
core/application/thread_service.py
core/application/turn_input_service.py
core/application/turn_projection.py
core/application/turn_service.py
core/application/turn_usage.py
core/application/views.py
core/application/workflow_adapter.py
core/application/workflow_service.py
core/application/workspace_service.py
core/application/worktree_service.py
core/application/goal_prompts/__init__.py
core/application/goal_prompts/continuation.md
core/compat/__init__.py
core/compat/agent.py
core/compat/mcp_app.py
core/compat/parallel.py
core/compat/request_params.py
core/compat/runtime.py
core/domain/__init__.py
core/domain/approval.py
core/domain/artifact.py
core/domain/automation.py
core/domain/common.py
core/domain/event.py
core/domain/execution_permission.py
core/domain/execution_profile.py
core/domain/execution_security.py
core/domain/item.py
core/domain/message_provenance.py
core/domain/project.py
core/domain/runtime_coordination.py
core/domain/thread.py
core/domain/thread_goal.py
core/domain/turn.py
core/domain/workflow.py
core/events/__init__.py
core/events/llm_events.py
core/events/parts.py
core/events/protocol.py
core/events/session.py
core/harness/__init__.py
core/harness/approval.py
core/harness/collaboration.py
core/harness/memory.py
core/harness/permissions.py
core/harness/policy.py
core/harness/sandbox.py
core/harness/skills.py
core/harness/snapshot.py
core/harness/agents/__init__.py
core/harness/agents/control.py
core/harness/code_mode/__init__.py
core/harness/code_mode/_runner.py
core/harness/code_mode/tool.py
core/harness/hooks/__init__.py
core/harness/hooks/discovery.py
core/harness/hooks/engine.py
core/harness/hooks/events.py
core/harness/hooks/execution.py
core/harness/tools/__init__.py
core/harness/tools/diagnostics.py
core/harness/tools/files.py
core/harness/tools/goal.py
core/harness/tools/patch.py
core/harness/tools/plan.py
core/harness/tools/replace.py
core/harness/tools/search.py
core/harness/tools/shell.py
core/harness/tools/spawn_agent.py
core/harness/tools/user_input.py
core/harness/tools/web.py
core/loop/__init__.py
core/loop/autodream.py
core/network/__init__.py
core/network/hostnames.py
core/network/safe_http.py
core/observability/__init__.py
core/observability/bus.py
core/observability/context.py
core/observability/records.py
core/persistence/__init__.py
core/persistence/automation_repository.py
core/persistence/coordination_repository.py
core/persistence/database.py
core/persistence/errors.py
core/persistence/event_repository.py
core/persistence/execution_repository.py
core/persistence/legacy_import_repository.py
core/persistence/migrations.py
core/persistence/project_repository.py
core/persistence/serde.py
core/persistence/thread_repository.py
core/persistence/workflow_repository.py
core/providers/__init__.py
core/providers/anthropic.py
core/providers/base.py
core/providers/catalog.py
core/providers/catalog_service.py
core/providers/credentials.py
core/providers/model_compat.py
core/providers/openai_compat.py
core/providers/profiles.py
core/providers/reasoning.py
core/providers/registry.py
core/providers/timeouts.py
core/providers/openai_responses/__init__.py
core/providers/openai_responses/converters.py
core/providers/openai_responses/parsing.py
core/schedule/__init__.py
core/schedule/keepalive.py
core/schedule/scheduler.py
core/sessions/__init__.py
core/sessions/continuation.py
core/sessions/deletion.py
core/sessions/index.py
core/sessions/legacy_goal_decoder.py
core/sessions/models.py
core/sessions/store.py
core/sessions/thread_goal_store.py
core/skills/__init__.py
core/skills/catalog.py
core/skills/config.py
core/skills/management.py
core/skills/models.py
core/skills/runtime.py
core/team/__init__.py
core/team/worktree.py
deepcode_hku.egg-info/PKG-INFO
deepcode_hku.egg-info/SOURCES.txt
deepcode_hku.egg-info/dependency_links.txt
deepcode_hku.egg-info/entry_points.txt
deepcode_hku.egg-info/requires.txt
deepcode_hku.egg-info/top_level.txt
eval/__init__.py
eval/swebench/README.md
eval/swebench/__init__.py
eval/swebench/dataset.py
eval/swebench/evaluate.py
eval/swebench/instance.py
eval/swebench/predict.py
eval/swebench/report.py
eval/swebench/run.py
prompts/__init__.py
prompts/code_prompts.py
protocol/app-server.schema.json
schema/mcp-agent.config.schema.json
tests/test_agent_runner_kernel.py
tests/test_agent_session.py
tests/test_apply_patch.py
tests/test_autodream.py
tests/test_automation_cli.py
tests/test_automation_foreground.py
tests/test_catalog.py
tests/test_code_mode.py
tests/test_collaboration.py
tests/test_config_errors.py
tests/test_config_layering.py
tests/test_desktop_release_scripts.py
tests/test_diagnostics.py
tests/test_document_conversion.py
tests/test_exec_cli.py
tests/test_exec_sandbox_wiring.py
tests/test_fuzzy_replace.py
tests/test_goal_runtime.py
tests/test_harness_approval.py
tests/test_harness_permissions.py
tests/test_harness_policy.py
tests/test_harness_sandbox.py
tests/test_hooks.py
tests/test_init_config.py
tests/test_llm_events.py
tests/test_llm_runtime_connections.py
tests/test_loop_cli.py
tests/test_mcp_server.py
tests/test_memory.py
tests/test_model_catalog_service.py
tests/test_model_compat.py
tests/test_native_file_tools.py
tests/test_parts.py
tests/test_pdf_downloader_security.py
tests/test_plan_tool.py
tests/test_private_storage.py
tests/test_provider_cli.py
tests/test_provider_timeouts.py
tests/test_reasoning.py
tests/test_reasoning_capabilities.py
tests/test_reasoning_providers.py
tests/test_safe_http.py
tests/test_schedule.py
tests/test_session_cli.py
tests/test_session_compaction.py
tests/test_session_index.py
tests/test_session_runtime.py
tests/test_shell_search_tools.py
tests/test_skill_cli.py
tests/test_skills.py
tests/test_skills_product.py
tests/test_snapshot.py
tests/test_spawn_agent.py
tests/test_swebench_harness.py
tests/test_team_worktree.py
tests/test_tui.py
tests/test_tui_domain_events.py
tests/test_tui_thread_client.py
tests/test_turn_input_mailbox.py
tests/test_turn_projection.py
tests/test_turn_queue.py
tests/test_turn_steering.py
tests/test_unified_impl_workflow.py
tests/test_user_input_tool.py
tests/test_verification.py
tests/test_version_metadata.py
tests/test_web_tools.py
tests/test_workflow_compatibility.py
tools/__init__.py
tools/code_implementation_server.py
tools/code_indexer.py
tools/code_reference_indexer.py
tools/command_executor.py
tools/document_conversion.py
tools/document_segmentation_server.py
tools/git_command.py
tools/indexer_config.yaml
tools/pdf_converter.py
tools/pdf_downloader.py
tools/pdf_downloader_server.py
tools/pdf_utils.py
utils/__init__.py
utils/file_processor.py
utils/llm_utils.py
utils/loop_detector.py
workflows/__init__.py
workflows/agent_orchestration_engine.py
workflows/code_implementation_workflow.py
workflows/codebase_index_workflow.py
workflows/environment.py
workflows/plan_review_runtime.py
workflows/planning_runtime.py
workflows/workflow_context.py
workflows/agents/__init__.py
workflows/agents/code_implementation_agent.py
workflows/agents/document_segmentation_agent.py
workflows/agents/memory_agent_concise.py
workflows/agents/requirement_analysis_agent.py
workflows/plugins/USAGE.md
workflows/plugins/__init__.py
workflows/plugins/base.py
workflows/plugins/integration.py
workflows/plugins/plan_review.py
workflows/plugins/requirement_analysis.py