quecto v0.1.1 (core)
quecto (core) v0.1.1
Performance: connection reuse.
What changed
- Replaced the per-request
agent()call (a freshureq::AgentBuilderbuild on everyquecto_raw/quecto_streamcall) with a singlestatic SHARED_AGENT: LazyLock<ureq::Agent>, built once and reused across all requests. Enables persistent HTTP connections across every LLM call and streaming chunk instead of a new connection pool per call. - Internal only — no public API changes (
agent()was private).
Quality
- Full workspace suite green (462 tests across all crates), clippy clean.
- Landed via #28.
quecto-agent releases alongside this as v0.2.2 with its own dispatch and tracing perf work.