serdes-ai-output
Output schema validation and structured output support for serdes-ai
This crate provides structured output support for SerdesAI agents:
Outputtrait for types that can be extracted from LLM responses- JSON schema generation for output types
- Validation and parsing utilities
- Integration with serde
Installation
[]
= "0.1"
Usage
use Output;
use Output;
use ;
let agent = new
.
.build;
Part of SerdesAI
This crate is part of the SerdesAI workspace.
For most use cases, you should use the main serdes-ai crate which re-exports these types.
License
MIT License - see LICENSE for details.