klieo-core 0.36.0

Core traits + runtime for the klieo agent framework.
Documentation

klieo-core

Core traits + runtime for the klieo agent framework.

Part of the klieo Rust agent framework.

Status

0.9.x — public API may evolve before 1.0. See docs/SEMVER.md.

BREAKING CHANGES (0.11 → 0.12)

Two public structs gained an additional field. Struct-literal construction of AgentContext or ToolCtx in downstream code must add progress: None,.

  • AgentContext::progress: Option<broadcast::Sender<AgentEvent>> — additive.
  • ToolCtx::progress: Option<broadcast::Sender<AgentEvent>> — additive.

Named-field update syntax (SomeStruct { ..rest }) is unaffected.

See adr-014-mcp-streaming-agent-responses.md for the design context.

License

MIT — see LICENSE.