cydonia-core

Crates.iocydonia-core
lib.rscydonia-core
version0.0.9
created_at2025-12-18 17:11:27.866177+00
updated_at2025-12-18 17:11:27.866177+00
descriptionCydonia core abstractions
homepage
repositoryhttps://github.com/clearloop/cydonia
max_upload_size
id1992896
size75,327
(clearloop)

documentation

https://cydonia.docs.rs

README

cydonia-core

Core abstractions for the Unified LLM Interface.

Overview

This crate provides the foundational types and traits for building LLM applications:

  • LLM - Provider trait for LLM backends
  • Agent - Trait for building tool-using agents
  • Chat - Chat session management with streaming support
  • Message - Chat message types (user, assistant, system, tool)
  • Tool / ToolCall - Function calling abstractions
  • StreamChunk - Streaming response handling

License

MIT

Commit count: 13

cargo fmt