mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-20 11:03:11 +00:00
Merge pull request #272 from getcompanion-ai/grind
Add durable grind mode and non-mutating Companion OS checks
This commit is contained in:
commit
f58ff785ce
19 changed files with 1252 additions and 9 deletions
|
|
@ -3,7 +3,7 @@ import type { AgentSessionEvent } from "../src/core/agent-session.js";
|
|||
import {
|
||||
createVercelStreamListener,
|
||||
extractUserText,
|
||||
} from "../src/core/vercel-ai-stream.js";
|
||||
} from "../src/core/gateway/vercel-ai-stream.js";
|
||||
|
||||
describe("extractUserText", () => {
|
||||
it("extracts text from useChat v5+ format with parts", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue