mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 10:01:21 +00:00
- Switch from Zod to TypeBox for tool parameter schemas - TypeBox schemas can be serialized/deserialized as JSON - Use AJV for runtime validation instead of Zod's parse - Add StringEnum helper for Google API compatibility (avoids anyOf/const patterns) - Export Type and Static from main package for convenience - Update all tests and documentation to reflect TypeBox usage |
||
|---|---|---|
| .. | ||
| agent | ||
| providers | ||
| event-stream.ts | ||
| index.ts | ||
| models.generated.ts | ||
| models.ts | ||
| stream.ts | ||
| typebox-helpers.ts | ||
| types.ts | ||
| validation.ts | ||