quecto v0.1.0 (core)
quecto (core) v0.1.0
First official release of the quecto core crate — a minimal, vendor-neutral execution layer for LLM agents.
Highlights
- Four-function library API for driving an LLM agent loop
- Streaming support via SSE with a non-SSE fallback
- One-shot, REPL, and
--initCLI modes - 24 tests, clippy-clean, only two dependencies (
ureq,serde_json) - Size-optimized release build: ~1.3 MB static binary, no runtime
- Declared-scope and multi-provider runtime config support wired through the paired eval runner
This is the foundation crate that quecto-agent, quecto-mcp, and quecto-eval all build on.