Skip to content

Quickstart

ACP Kit has two primary adapter entry paths:

  • pydantic-acp for pydantic_ai.Agent
  • langchain-acp for LangChain, LangGraph, and DeepAgents graphs

The repo also ships helper packages around those adapters:

  • acpremote for existing ACP agents and stdio ACP commands
  • codex-auth-helper for Codex-backed Pydantic AI or LangChain model construction

Those helper packages do not replace the adapters. They sit around them:

  • acpremote moves ACP boundaries across WebSocket transport
  • codex-auth-helper builds a Codex-backed Responses model for pydantic-ai or a Codex-backed ChatOpenAI for LangChain

Choose the path that matches the runtime you already have.

Pydantic AI Path

Use this when your integration starts from a normal pydantic_ai.Agent.

LangChain And LangGraph Path

Use this when your integration starts from:

Shared Next Steps

After the adapter-specific quickstart, the next useful ACP Kit seams are usually: