MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / out

Function out

e2e/src/clients/agent-chat-tui.ts:36–36  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

34 | { readonly type: "done" };
35
36const out = (text: string) => process.stdout.write(text);
37
38// The PTY would otherwise echo every incoming event line into the recording.
39if (process.stdin.isTTY) process.stdin.setRawMode(true);

Callers 5

agent-chat-tui.tsFile · 0.85
startToolFunction · 0.85
endToolFunction · 0.85
handleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected