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

Function generateAgentsMd

packages/node-sdk/src/rpc.ts:282–285  ·  view source on GitHub ↗
(input: SessionIdRpcInput)

Source from the content-addressed store, hash-verified

280 }
281
282 async generateAgentsMd(input: SessionIdRpcInput): Promise<void> {
283 const rpc = await this.getRpc();
284 return rpc.generateAgentsMd({ sessionId: input.sessionId });
285 }
286
287 async getSessionWarnings(input: SessionIdRpcInput) {
288 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
generateAgentsMdMethod · 0.45

Tested by

no test coverage detected