Skip to main content

Crate llmos

Crate llmos 

Source
Expand description

Agent primitives and a small default implementation you can replace or extend.

Structs§

EchoAgent
Minimal echo agent for wiring tests and the CLI before you plug in real logic.

Enums§

AgentError
Errors produced while running an agent.

Traits§

Agent
Something that can process text input and return a response.