.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
__init__.py
deepcode.py
mcp_agent.config.yaml
mcp_agent.secrets.yaml
requirements.txt
setup.py
cli/__init__.py
cli/cli_app.py
cli/cli_interface.py
cli/cli_launcher.py
cli/main_cli.py
cli/workflows/__init__.py
cli/workflows/cli_workflow_adapter.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
prompts/code_prompts.py
schema/mcp-agent.config.schema.json
tools/__init__.py
tools/bocha_search_server.py
tools/code_implementation_server.py
tools/code_indexer.py
tools/code_reference_indexer.py
tools/command_executor.py
tools/document_segmentation_server.py
tools/git_command.py
tools/pdf_converter.py
tools/pdf_downloader.py
tools/pdf_utils.py
ui/__init__.py
ui/app.py
ui/components.py
ui/handlers.py
ui/layout.py
ui/sidebar_feed.py
ui/streamlit_app.py
ui/styles.py
utils/__init__.py
utils/cli_interface.py
utils/cross_platform_file_handler.py
utils/dialogue_logger.py
utils/file_processor.py
utils/llm_utils.py
utils/simple_llm_logger.py
workflows/__init__.py
workflows/agent_orchestration_engine.py
workflows/code_implementation_workflow.py
workflows/code_implementation_workflow_index.py
workflows/codebase_index_workflow.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/memory_agent_concise_index.py
workflows/agents/memory_agent_concise_multi.py
workflows/agents/requirement_analysis_agent.py
workflows/plugins/__init__.py
workflows/plugins/base.py
workflows/plugins/integration.py
workflows/plugins/plan_review.py
workflows/plugins/requirement_analysis.py