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

Method WelcomeMessage

pkg/agent/agent.go:145–147  ·  view source on GitHub ↗

WelcomeMessage returns the agent's welcome message

()

Source from the content-addressed store, hash-verified

143
144// WelcomeMessage returns the agent's welcome message
145func (a *Agent) WelcomeMessage() string {
146 return a.welcomeMessage
147}
148
149// SubAgents returns the list of sub-agents
150func (a *Agent) SubAgents() []*Agent {

Callers 9

TestAgentFunction · 0.45
runHarnessAgentMethod · 0.45
runStreamLoopMethod · 0.45
runTurnMethod · 0.45
swapCurrentAgentMethod · 0.45
executeMethod · 0.45
emitAgentAndTeamInfoMethod · 0.45
setModelAndEmitInfoMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestAgentFunction · 0.36