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

Function testProfile

packages/agent-core/test/session/init.test.ts:682–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

680}
681
682function testProfile(): ResolvedAgentProfile {
683 return {
684 name: 'test',
685 systemPrompt: () => '<system-prompt>',
686 tools: [],
687 };
688}
689
690function createReadToolKaos(cwd: string, content: string): Kaos {
691 return createFakeKaos({

Callers 1

init.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected