> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Remote

> Connect AgentOS to remote agents, teams, workflows, A2A endpoints, and gateway instances.

| Example                                                                              | Description                                                                                                                        |
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| [Remote Agent](/examples/agent-os/remote/remote-agent)                               | Call an agent hosted on another AgentOS with RemoteAgent in single-shot or streaming mode.                                         |
| [Remote Team](/examples/agent-os/remote/remote-team)                                 | Run a team hosted on another AgentOS with RemoteTeam in single-shot or streaming mode.                                             |
| [Remote Agno A2A Agent](/examples/agent-os/remote/remote-agno-a2a-agent)             | Connect to a remote Agno agent over the A2A protocol with RemoteAgent.                                                             |
| [Remote Adk Agent](/examples/agent-os/remote/remote-adk-agent)                       | Connect to a remote Google ADK agent over the A2A protocol with RemoteAgent.                                                       |
| [Agent OS Gateway](/examples/agent-os/remote/agent-os-gateway)                       | Example showing how to use an AgentOS instance as a gateway to remote agents, teams and workflows.                                 |
| [Adk Server](/examples/agent-os/remote/adk-server)                                   | Uses Google's ADK to create an A2A-compatible agent.                                                                               |
| [Agno A2A Server for Cookbook Examples](/examples/agent-os/remote/agno-a2a-server)   | This server exposes Agno agents via the A2A (Agent-to-Agent) interface, allowing them to be accessed by any A2A-compatible client. |
| [Server](/examples/agent-os/remote/server)                                           | Start an AgentOS server with two agents, a team, a QA workflow, and ChromaDb knowledge for client examples.                        |
| [Remote Agent as Team Member](/examples/agent-os/remote/remote-agent-as-team-member) | Mix a local Agent with two RemoteAgents from an AgentOS on port 7778 in one hybrid Team.                                           |
| [A2A Agent as Team Member](/examples/agent-os/remote/a2a-agent-as-team-member)       | Add an A2A-protocol RemoteAgent (REST transport) alongside a local Agent in one cross-framework Team.                              |
