Skip to content

quecto v0.1.0 (core)

Choose a tag to compare

@adityak74 adityak74 released this 23 Jul 02:41
· 245 commits to main since this release
d98c034

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 --init CLI 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.