Skip to content
@agenticdataprotocol

agenticdataprotocol

Agentic Data Protocol

The protocol layer for AI Agents accessing data — it tells the Agent what it can read and write before execution, rather than letting the Agent guess.

Specification | Discussions

The Agentic Data Protocol (ADP) is an open protocol that sits between AI agents and your data systems. Before an agent ever touches data, ADP exposes a precise, policy-governed contract — describing exactly which resources exist, what fields they contain, and what operations are permitted. Agents discover, describe, and validate their intent before execution, eliminating guesswork and unsafe free-form queries.

Why ADP?

  • Safe by design — Policy manifests govern which agents can access which resources, with validation before execution
  • Deterministic — Structured Intent IR replaces free-form queries, making agent data access auditable and reproducible
  • Heterogeneous — One protocol, one SDK, many backends; no per-database glue code in your agent

Getting Started

  • 📐 Read the Specification for protocol details and schema
  • 🖥️ Deploy the ADP Hypervisor to serve your data backends
  • 🐍 Use the Python SDK to connect agents to any ADP-compliant server
  • 🔌 Use the ADP Connectors to bridge ADP with LLM orchestration frameworks

Project Structure

Repository Description
agenticdataprotocol Protocol specification, JSON Schema, and TypeScript types
adp-hypervisor Reference server — translates ADP intents to backend queries, enforces policies
python-sdk Python client SDK for connecting agents to any ADP-compliant server
adp-connectors Connectors for LLM frameworks — MCP bridge, Copilot skills, and more

Contributing

We welcome contributions of all kinds — bug fixes, new backends, SDK improvements, and documentation. Please open an issue or pull request in the relevant repository to get started.

Have questions? Join the conversation in our community discussions.

License

ADP is open source, licensed under the Apache 2.0 License.

Popular repositories Loading

  1. agenticdataprotocol agenticdataprotocol Public

    Protocol specification of Agentic Data Protocol

    TypeScript 27 1

  2. adp-connectors adp-connectors Public

    ADP Connectors for LLM frameworks — MCP bridge, skills, and more

    Python 9 2

  3. python-sdk python-sdk Public

    Python client SDK for connecting agents to any ADP-compliant server

    Python 8

  4. adp-hypervisor adp-hypervisor Public

    ADP server — translates ADP intents to backend queries and enforces policies

    Python 7

  5. .github .github Public

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…