MCPcopy
hub / github.com/google/ax / agentExecutor

Struct agentExecutor

internal/controller/executor/agent_executor.go:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type agentExecutor struct {
48 execID string
49 eventLog EventLog
50 registry map[string]agent.Agent
51}
52
53func (ae *agentExecutor) Exec(ctx context.Context, conversationID string, execID string, start *proto.AgentStart, o agent.OutputHandler) (proto.State, error) {
54 execID = newExecID(ae.execID, execID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected