feat: start resume sessions in new flow

This commit is contained in:
Codex
2026-08-06 10:49:25 +08:00
parent 671a9b9419
commit 1c762fd092
18 changed files with 189 additions and 556 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Resume Agent backend
FastAPI service for the conversational resume builder: sessions, turns, resumes, imports,
FastAPI service for the conversational resume builder: sessions, turns, resumes,
and light-optimization state, persisted in SQLite (pilot) or PostgreSQL (production).
## Run locally