Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ beginTurn
Method
beginTurn
packages/agent-core/src/agent/usage/index.ts:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
constructor(protected readonly agent?: Agent) {}
17
18
beginTurn(): void {
19
this.currentTurn = undefined;
20
}
21
22
endTurn(): void {
23
this.currentTurn = undefined;
Callers
3
usage.test.ts
File · 0.80
endGoalTurnWithoutModel
Method · 0.80
runOneTurn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected