remote_agent

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

README

Remote Agent

Remote agents run as gRPC servers implementing the AXAgentService interface defined in proto/ax.proto. The controller executes remote agents by calling their Connect RPC with bidirectional streaming.

See examples/remote_agent/main.go for a complete implementation.

Workflow:

  1. Remote agent starts as gRPC server on a port (e.g., :50051)
  2. Declare the remote agent in ax.yaml under registry.remote_agents
  3. Start the server: ax serve
  4. When the server executes, it calls the agent's Connect RPC
  5. AX streams input content → Agent processes → Agent streams output back

See examples/remote_agent/main.go for a complete implementation.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL