MCPcopy Create free account
hub / github.com/agent-tower/core / summarizeTextForLog

Function summarizeTextForLog

packages/server/src/services/session-manager.ts:37–42  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

35import { getProviderRuntimeType } from '../executors/providers.js';
36import { appendAgentOutputIntentInstructions } from '../prompts/agent-output-intents.js';
37import { AgentArtifactService } from './agent-artifact.service.js';
38import {
39 CliRuntimeDriver,
40 AcpRuntimeDriver,
41 RuntimeCoordinator,
42 StaticRuntimeRegistry,
43 type RuntimeRegistry,
44 setRuntimeStateSnapshot,
45 type RuntimeResumeMode,

Callers 3

startMethod · 0.85
startFollowUpMethod · 0.85
sendMessageMethod · 0.85

Calls 1

hashForLogFunction · 0.70

Tested by

no test coverage detected