The RunAgent Go SDK provides a simple and powerful interface for interacting with your deployed agents. It supports both synchronous and asynchronous operations, with built-in streaming capabilities.
// Local development setupagentClient, err := client.NewWithAddress( "you_agent_id", // Agent ID "minimal", // Entrypoint tag true, // Local flag "localhost", // Host 8450, // Port)