feat: implement mvp with email-first login flow and langgraph architecture

This commit is contained in:
Yunxiao Xu
2026-02-09 23:22:30 -08:00
parent af227d40e6
commit 5a943b902a
79 changed files with 8200 additions and 1 deletions

11
.gitignore vendored
View File

@@ -168,4 +168,13 @@ cython_debug/
#.idea/
# PyPI configuration file
.pypirc
.pypirc
conductor/
data/
# Logs
logs/
postgres-data/
langchain-docs/