Crate cydonia

Crate cydonia 

Source
Expand description

Unified LLM Interface

This is the umbrella crate that re-exports all ullm components.

Re-exports§

pub use ccore;

Structs§

Chat
A chat for the LLM
Client
An asynchronous Client to make Requests with.
DeepSeek
The DeepSeek LLM provider
General
Chat configuration
Message
A message in the chat
StreamChunk
A streaming chat completion chunk
Tool
A tool for the LLM
ToolCall
A tool call made by the model

Traits§

Agent
A trait for turbofish agents
Config
LLM configuration
LLM
A trait for LLM providers