Massive refactor of API

- Switch to function based API
- Anthropic SDK style async generator
- Fully typed with escape hatches for custom models
This commit is contained in:
Mario Zechner 2025-09-02 23:59:36 +02:00
parent 004de3c9d0
commit 66cefb236e
29 changed files with 5835 additions and 6225 deletions

View file

@ -28,6 +28,6 @@
"lineWidth": 120
},
"files": {
"includes": ["packages/*/src/**/*", "*.json", "*.md"]
"includes": ["packages/*/src/**/*", "packages/*/test/**/*", "*.json", "*.md"]
}
}