serdes-ai-core
Core types, messages, and error handling for serdes-ai
This crate provides the foundational types used throughout the SerdesAI ecosystem:
- Message types (user, assistant, system, tool)
- Error types and result aliases
- Common traits and abstractions
- Configuration types
Installation
[]
= "0.1"
Usage
use ;
let message = user;
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.