MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / telemetryMode

Method telemetryMode

packages/agent-core/src/agent/turn/index.ts:1008–1010  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1006 }
1007
1008 private telemetryMode(): 'agent' | 'plan' {
1009 return this.agent.planMode.isActive ? 'plan' : 'agent';
1010 }
1011
1012 /**
1013 * Resolve the current model's provider wire type and any model-level protocol

Callers 2

runOneTurnMethod · 0.95
trackTurnInterruptedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected