use pydantic

This commit is contained in:
2025-12-13 04:35:40 +01:00
parent 79fc89a7f4
commit 955f992f8e
23 changed files with 1340 additions and 5363 deletions

15
web/.gitignore vendored
View File

@@ -31,6 +31,7 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env
.env*
# vercel
@@ -40,5 +41,15 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts
# LangGraph API
.langgraph_api
.mastra/
# lock files
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lockb
# python
venv
.venv
__pycache__