FIND-20260326-005 · 2026-03-26 · Innovation Veille

Bindu — Turn Any AI Agent into a Living Microservice (A2A Protocol, DID, OAuth2)

adhoc HIGH
Bindu (2,472 stars, active as of 2026-03-26) converts any AI agent into a production-ready microservice with decentralized identity (DID), agent-to-agent communication via the A2A protocol, OAuth2 authentication, and cryptocurrency payment integration. The framework is language-agnostic (Python primary, TypeScript/Kotlin SDKs) and uses open protocols (A2A, AP2, X402). It integrates with Postgres and Redis for production persistence, and exposes a JSONRPC 2.0 API. License: Apache-2.0. Surfaced today by @tom_doerr (MAGI//ARCHIVE) alongside other notable repos: git-surgeon (Rust, surgical git control for AI agents, MIT) and skillsgate (TypeScript, package manager for AI agent skills, MIT, 106 stars).

Source

https://x.com/tom_doerr/status/2036886350092185974

ODS Impact

Directly applicable to the ODS ADLC pipeline: each ODS agent (ba, architect, security, devops, dev, pr) could be wrapped with Bindu to become an observable, interoperable microservice with built-in identity, task tracking, and message history. The A2A protocol aligns with ODS CloudEvents / Redpanda event-bus architecture. The Postgres + Redis backend matches ODS infrastructure. The OAuth2 layer could integrate with OID (ODS identity service). Recommend evaluating for agent orchestration in the ADLC v3 design. Also evaluate git-surgeon for the dev agent — its Rust-based hunk-level git primitives solve the precise commit problem AI coding agents face in the ODS pipeline.

Security Review

License: Apache-2.0 | Maintenance: ACTIVE | Risk: MEDIUM | Recommendation: USE_WITH_CAUTION

Tags

ai-agents microservices a2a-protocol did oauth2 postgres python rust git devops