Ross ROSS = Recommend OSS · open-source software intelligence for agents

agi-inc/agent-protocol

Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents. observed · 2026-08-28

github.com/agi-inc/agent-protocol · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

26/100

  • Activity 15
  • Release rhythm 8
  • Longevity 82
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1154
  • days_rel: n/a
  • days_push: 512
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1455 stars · 186 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Agent Protocol is an OpenAPI-defined REST API specification providing a common interface (runs, tasks, steps, artifacts) for interacting with AI agents, regardless of the framework used to build them. It ships SDKs (Python, TypeScript) so agent developers can adopt the standard without writing boilerplate API code.

Use cases

  • standardize the API interface for my AI agent
  • make my agent compatible with benchmarks and devtools
  • avoid writing boilerplate REST endpoints for an agent
  • integrate with agents built in different frameworks
  • compare and evaluate multiple agents through one interface
  • expose my agent as a REST service with tasks and artifacts

When to choose

  • you want a framework-agnostic REST API standard for driving agents
  • you need agents to be benchmarkable or integrable via a common interface
  • you want Python or TypeScript SDKs to implement the spec quickly

When to avoid

  • you need agent-to-tool context sharing (use MCP instead)
  • you need agent-to-agent task delegation (use A2A instead)
  • you need a rapidly evolving standard with broad current industry adoption

Facets

library · maturity maintenance

api-framework agent-framework sdk middleware large-language-models apis developer-tools python cross-platform openapi rest-api agent-protocol interoperability benchmarking-agents typescript-sdk framework-agnostic ai-agents nodejs

4 sources

Member repositories

RepositoryRoleHealth v2
agi-inc/agent-protocolmain26

For agents

markdown · JSON · MCP: product_card(name="agi-inc/agent-protocol")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem