README.md
pyproject.toml
dr_agent/__init__.py
dr_agent/agent_interface.py
dr_agent/client.py
dr_agent/workflow.py
dr_agent.egg-info/PKG-INFO
dr_agent.egg-info/SOURCES.txt
dr_agent.egg-info/dependency_links.txt
dr_agent.egg-info/requires.txt
dr_agent.egg-info/top_level.txt
dr_agent/dataset_utils/data_types.py
dr_agent/dataset_utils/load_dataset.py
dr_agent/mcp_backend/__init__.py
dr_agent/mcp_backend/cache.py
dr_agent/mcp_backend/main.py
dr_agent/mcp_backend/apis/__init__.py
dr_agent/mcp_backend/apis/crawl4ai_docker_api.py
dr_agent/mcp_backend/apis/data_model.py
dr_agent/mcp_backend/apis/jina_apis.py
dr_agent/mcp_backend/apis/massive_serve_apis.py
dr_agent/mcp_backend/apis/pubmed_apis.py
dr_agent/mcp_backend/apis/reranker_apis.py
dr_agent/mcp_backend/apis/semantic_scholar_apis.py
dr_agent/mcp_backend/apis/serper_apis.py
dr_agent/mcp_backend/apis/utils.py
dr_agent/mcp_backend/local/__init__.py
dr_agent/mcp_backend/local/crawl4ai_fetcher.py
dr_agent/mcp_backend/local/webparsers/webthinker.py
dr_agent/server/__init__.py
dr_agent/server/api.py
dr_agent/shared_prompts/__init__.py
dr_agent/shared_prompts/native_tool_calling.py
dr_agent/shared_prompts/native_tool_calling.yaml
dr_agent/shared_prompts/unified_tool_calling.py
dr_agent/shared_prompts/unified_tool_calling_cli.yaml
dr_agent/shared_prompts/unified_tool_calling_v20250906.txt
dr_agent/shared_prompts/unified_tool_calling_v20250907.yaml
dr_agent/tool_interface/__init__.py
dr_agent/tool_interface/agent_as_tool.py
dr_agent/tool_interface/base.py
dr_agent/tool_interface/chained_tool.py
dr_agent/tool_interface/data_types.py
dr_agent/tool_interface/mcp_tools.py
dr_agent/tool_interface/tool_parsers.py
dr_agent/tool_interface/utils.py
dr_agent/web_api/__init__.py
dr_agent/web_api/api.py
tests/test_chained_tools.py
tests/test_client.py
tests/test_tools.py
tests/test_workflow.py