Skip to content

timncox/openagentry

Repository files navigation

OpenAgentry

An open-source workspace built for AI agents from the ground up.

This monorepo holds all official @openagentry/* packages.

Status

Alpha. Shipped:

  • @openagentry/core@0.1.0-alpha.2 — public SDK (adapter interfaces, plugin protocol, runtime helpers)
  • @openagentry/cli@0.1.0-alpha.1agentry binary + library export of dispatcher/registry
  • @openagentry/mcp@0.1.0-alpha.0agentry-mcp meta-MCP server (every CLI command exposed as an MCP tool)
  • @openagentry/adapter-test-suite@0.1.0-alpha.4 — conformance runner; universal AI-friendliness checks plus host + storage + email + domain + repo functional suites
  • @openagentry/adapter-host-cloudflare@0.1.0-alpha.0 — first concrete HostAdapter (Cloudflare Pages)
  • @openagentry/adapter-db-neon@0.1.0-alpha.0 — first concrete DatabaseAdapter (Neon Postgres)
  • @openagentry/adapter-auth-nextauth@0.1.0-alpha.0 — first concrete AuthAdapter (next-auth v4)
  • @openagentry/adapter-llm-cli@0.1.0-alpha.0 — operator/CLI flavor LlmAdapter shelling out to claude / codex / gemini. No API keys at the adapter level.
  • @openagentry/adapter-wiki-fs@0.1.0-alpha.0 — first concrete WikiAdapter (local filesystem, markdown + YAML frontmatter; no Obsidian dep)
  • @openagentry/adapter-storage-r2@0.1.0-alpha.0 — first concrete StorageAdapter (Cloudflare R2 via S3-compatible API + aws4fetch)
  • @openagentry/adapter-storage-vercel-blob@0.1.0-alpha.0 — second concrete StorageAdapter (Vercel Blob); proves swappability of the storage abstraction; 1,960 tests total across 15 packages
  • @openagentry/adapter-email-resend@0.1.0-alpha.0 — first concrete EmailAdapter (Resend); 77 tests, five stable error codes
  • @openagentry/adapter-domain-namecheap@0.1.0-alpha.0 — first concrete DomainAdapter (Namecheap XML API); 1,427 tests total across 12 packages; seven stable error codes
  • @openagentry/adapter-repo-github@0.1.0-alpha.0 — first concrete RepoAdapter (GitHub REST API); 1,628 tests total across 13 packages; seven stable error codes
  • @openagentry/adapter-host-vercel@0.1.0-alpha.0 — second concrete HostAdapter (Vercel REST API); proves swappability of the host abstraction; 1,860 tests total across 14 packages
  • @openagentry/adapter-llm-aigateway@0.1.0-alpha.0 — second concrete LlmAdapter (Vercel AI Gateway via ai SDK); runtime/programmatic flavor; proves swappability of the LLM abstraction; 2,044 tests total across 16 packages
  • @openagentry/adapter-llm-openrouter@0.1.0-alpha.0 — third concrete LlmAdapter (OpenRouter plain fetch/raw HTTP); closes the LLM category in v0 (3 of 3 concrete); 12 of 12 v0 default adapters concrete; 2,148 tests total across 17 packages

17 packages, 2,148 tests total.

Packages

Development

pnpm install
pnpm test
pnpm build

License

Apache-2.0 unless otherwise noted in package directories.

About

Open-source workspace built for AI agents from the ground up — adapter interfaces, plugin protocol, runtime helpers.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors