MCPcopy
hub / github.com/rowboatlabs/rowboat / log

Method log

apps/x/packages/core/src/agents/runtime.ts:563–567  ·  view source on GitHub ↗
(event: z.infer<typeof RunEvent>)

Source from the content-addressed store, hash-verified

561 }
562
563 log(event: z.infer<typeof RunEvent>) {
564 if (event.type !== "llm-stream-event") {
565 this.fileHandle.write(JSON.stringify(event) + "\n");
566 }
567 }
568
569 close() {
570 this.fileHandle.close();

Callers 15

stopFunction · 0.45
discoverConfigurationFunction · 0.45
registerClientFunction · 0.45
exchangeCodeForTokensFunction · 0.45
refreshTokensFunction · 0.45
clearConfigCacheFunction · 0.45
performRefreshFunction · 0.45
triggerRunFunction · 0.45
runAgentFunction · 0.45
checkForTimeoutsFunction · 0.45
pollAndRunFunction · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected