Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ skill-tool-dispatch.test.ts
File
skill-tool-dispatch.test.ts
packages/agent-core/test/tools/skill-tool-dispatch.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
'vitest'
;
2
3
import
type
{ Agent } from
'../../src/agent'
;
4
import
type
{ SkillActivationOrigin } from
'../../src/agent/context'
;
Callers
nothing calls this directly
Calls
5
skillToolMethods
Function · 0.70
skillTool
Function · 0.70
registry
Function · 0.70
skill
Function · 0.70
execute
Function · 0.70
Tested by
no test coverage detected