MCPcopy Index your code
hub / github.com/docker/docker-agent / CurrentAgentCommands

Method CurrentAgentCommands

pkg/runtime/runtime.go:733–735  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

731}
732
733func (r *LocalRuntime) CurrentAgentCommands(context.Context) types.Commands {
734 return r.CurrentAgent().Commands()
735}
736
737// CurrentAgentTools returns the tools available to the current agent.
738// This starts the toolsets if needed and returns all available tools.

Callers

nothing calls this directly

Calls 2

CurrentAgentMethod · 0.95
CommandsMethod · 0.80

Tested by

no test coverage detected