deerflow2/backend
DanielWalnut fb92a472e2
feat: add gateway module with FastAPI server (#5)
* chore: add .claude/ to .gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* feat: add gateway module with FastAPI server

- Add new gateway module with FastAPI app for API routing
- Add gateway and serve commands to Makefile
- Add fastapi, httpx, uvicorn, sse-starlette dependencies
- Fix model config retrieval in lead_agent (support both model_name and model)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 13:22:26 +08:00
..
.claude feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
.vscode chore: specify project title 2026-01-14 09:57:52 +08:00
docs feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
src feat: add gateway module with FastAPI server (#5) 2026-01-16 13:22:26 +08:00
tests feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
.gitignore chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
.python-version chore: add Python and LangGraph stuff 2026-01-14 07:15:02 +08:00
AGENTS.md feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
CLAUDE.md feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
Makefile feat: add gateway module with FastAPI server (#5) 2026-01-16 13:22:26 +08:00
debug.py feat: support function factory (#4) 2026-01-15 22:05:54 +08:00
langgraph.json feat: support function factory (#4) 2026-01-15 22:05:54 +08:00
pyproject.toml feat: add gateway module with FastAPI server (#5) 2026-01-16 13:22:26 +08:00
ruff.toml chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
uv.lock feat: add gateway module with FastAPI server (#5) 2026-01-16 13:22:26 +08:00