deerflow2/frontend
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
..
.vscode chore: specify project name 2026-01-14 09:58:53 +08:00
public chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
src feat: add gateway module with FastAPI server (#5) 2026-01-16 13:22:26 +08:00
.env.example chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
.gitignore chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
Makefile chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
components.json chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
eslint.config.js chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
next.config.js chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
package.json feat: implement basic web app 2026-01-15 23:40:21 +08:00
pnpm-lock.yaml feat: add gateway module with FastAPI server (#5) 2026-01-16 13:22:26 +08:00
pnpm-workspace.yaml chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
postcss.config.js chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
prettier.config.js chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
tsconfig.json feat: implement basic web app 2026-01-15 23:40:21 +08:00