Overview
A2ARemoteTeam wraps a remote team endpoint behind the standard Team interface, enabling seamless integration with local orchestration.
Quick Start
Streaming
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
url | string | required | Base URL of the remote server |
name | string | "remote-team" | Team name (used in URL path) |
headers | Record<string, string> | — | Custom headers (e.g. auth) |
timeoutMs | number | 120000 | Request timeout |
URL Mapping
run()→POST {url}/teams/{name}/runstream()→POST {url}/teams/{name}/stream(SSE)