MCPcopy Create free account
hub / github.com/docker/docker-agent / CurrentAgentSkillsToolset

Method CurrentAgentSkillsToolset

pkg/runtime/runtime.go:98–98  ·  view source on GitHub ↗

CurrentAgentSkillsToolset returns the skills toolset for the current agent, or nil if skills are not enabled.

()

Source from the content-addressed store, hash-verified

96
97 // CurrentAgentSkillsToolset returns the skills toolset for the current agent, or nil if skills are not enabled.
98 CurrentAgentSkillsToolset() *skills.ToolSet
99
100 // RunSkillFork executes a `context: fork` skill as an isolated
101 // sub-session of sess. Used by the run_skill tool and the App's

Callers 3

CurrentAgentSkillsMethod · 0.65
ResolveSkillCommandMethod · 0.65
SkillCommandForkMethod · 0.65

Implementers 7

queueTestRuntimepkg/tui/page/chat/queue_test.go
cycleThinkingRuntimepkg/leantui/update_test.go
mockRuntimepkg/cli/runner_test.go
mockRuntimepkg/app/app_test.go
LocalRuntimepkg/runtime/runtime.go
mockRuntimepkg/runtime/commands_test.go
RemoteRuntimepkg/runtime/remote_runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected