AgentClient
Client for agent-specific operations and distributed execution.
Overview
The AgentClient
provides access to agent operations, including plugin execution, job management, and Ray cluster integration.
Constructor
AgentClient(
base_url: str,
agent_token: str = None,
timeout: dict = None
)
Usage
from synapse_sdk.clients.agent import AgentClient
client = AgentClient(
base_url="https://api.synapse.sh",
agent_token="your-agent-token"
)
Methods
Coming soon - detailed API documentation for AgentClient methods.
See Also
- BackendClient - For backend operations
- BaseClient - Base client implementation