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

Method Exec

internal/agent/agent.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, conversationID string, execID string, start *proto.AgentStart, o OutputHandler)

Source from the content-addressed store, hash-verified

28
29type Executor interface {
30 Exec(ctx context.Context, conversationID string, execID string, start *proto.AgentStart, o OutputHandler) (proto.State, error)
31}
32
33// Agent defines the common interface for both local and remote agents.

Callers 15

TestMultiFunction · 0.65
ConnectMethod · 0.65
loopMethod · 0.65
handleSubagentCallMethod · 0.65
executeMethod · 0.65
ExampleFunction · 0.65

Implementers 10

ControllerServiceServicerpython/proto/ax_pb2_grpc.py
ControllerServicepython/proto/ax_pb2_grpc.py
controllerServiceClientproto/ax_grpc.pb.go
mockExecutorinternal/gemini/gemini_planner_test.go
dummyExecutorinternal/gemini/gemini_planner_integra
Controllerinternal/controller/controller.go
defaultExecutorinternal/controller/executor/executor.
agentExecutorinternal/controller/executor/agent_exe
Serverinternal/server/server.go

Calls

no outgoing calls

Tested by 15

TestMultiFunction · 0.52
ConnectMethod · 0.52
ExampleFunction · 0.52
TestTaskManagerFunction · 0.52
TestFanoutFunction · 0.52
TestConfirmationFunction · 0.52