Updates
Rolling release / release (push) Failing after 2m11s

This commit is contained in:
2026-09-14 10:19:13 -04:00
parent a097adf4eb
commit ac5f18f79d
38 changed files with 1265 additions and 157 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ Important modules:
- `agent/web-search.js`: public search and fetch through the Playwright sidecar in `browser-use/`. The Bare daemon never loads Playwright.
- `agent/sessions.js`: persisted session summaries, history, updates, and plan files.
- `agent/memory.js`: local short/long-term memory notes.
- `lib/qvac.js`: lazy `@qvac/sdk` import, model loading, completion streaming, vision attachments, cancellation, and lifecycle close.
- `lib/qvac.js`: lazy `@qvac/sdk` import, model loading, completion streaming, vision attachments, optional Groq dispatch, cancellation, and lifecycle close.
- `lib/groq.js`: host-pinned Groq Chat Completions for the agent loop (`api.groq.com`). Tools still run locally.
- `lib/catalog.js`: friendly model ids mapped to QVAC SDK constants.
## Start and embed