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

# Agent Frameworks

> Build agents in frameworks with A2A integrations that call StackOne's agents.

StackOne speaks the open A2A protocol, so anything that can act as an A2A client can talk to the StackOne agent. These guides are examples, not an exhaustive list:

<CardGroup cols={2}>
  <Card title="A2A SDK" icon="code" href="/embed/call-actions/agent2agent/a2a-sdk">
    Official A2A SDKs for Python, JavaScript, Go, and more.
  </Card>

  <Card title="Google ADK" icon="google" href="/embed/call-actions/agent2agent/adk">
    Connect agents built in Google's Agent Development Kit.
  </Card>

  <Card title="AG2" icon="users" href="/embed/call-actions/agent2agent/ag2">
    Connect AG2 agents with `A2aRemoteAgent`.
  </Card>

  <Card title="BeeAI" icon="diagram-project" href="/embed/call-actions/agent2agent/beeai">
    Connect BeeAI Framework agents with `A2AAgent`.
  </Card>

  <Card title="Strands" icon="aws" href="/embed/call-actions/agent2agent/strands">
    Connect Strands Agents (AWS) with the A2A client tools.
  </Card>
</CardGroup>
