add agent schemas

This commit is contained in:
Nathan Flurry 2026-01-24 22:37:22 -08:00
commit c4153c5335
20 changed files with 2735 additions and 0 deletions

40
.gitignore vendored Normal file
View file

@ -0,0 +1,40 @@
# Dependencies
node_modules/
# Build outputs
dist/
build/
target/
# Package manager
pnpm-lock.yaml
package-lock.json
yarn.lock
# Cache
.cache/
*.tsbuildinfo
# Environment
.env
.env.local
.env.*
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Rust
Cargo.lock
**/*.rs.bk