gitextract_9htj25wl/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── claude-code-review.yml │ ├── claude.yml │ └── docker-image.yml ├── Dockerfile ├── LICENSE ├── README.md ├── langgraph.json ├── pyproject.toml └── src/ └── ollama_deep_researcher/ ├── __init__.py ├── configuration.py ├── graph.py ├── lmstudio.py ├── prompts.py ├── state.py └── utils.py