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

Function makeStore

packages/agent-core/test/tools/goal.test.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19const signal = new AbortController().signal;
20
21function makeStore() {
22 return fakeAgent().goal;
23}
24
25function fakeAgent(opts: { type?: 'main' | 'sub'; goal?: GoalMode } = {}): Agent {
26 const agent = {

Callers 1

goal.test.tsFile · 0.70

Calls 1

fakeAgentFunction · 0.70

Tested by

no test coverage detected