Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
const
signal =
new
AbortController().signal;
20
21
function
makeStore() {
22
return
fakeAgent().goal;
23
}
24
25
function
fakeAgent(opts: {
type
?:
'main'
|
'sub'
; goal?: GoalMode } = {}): Agent {
26
const
agent = {
Callers
1
goal.test.ts
File · 0.70
Calls
1
fakeAgent
Function · 0.70
Tested by
no test coverage detected