Agent Search Engine

Issue 001 / A living technical almanac

System scan: active

Record / binduInfrastructureOpen sourceVerified

Bindu

Bindu: The identity, communication, and payments layer for AI agents.

About Bindu

A Gmail-shaped inbox for the agent internet. Watch your agents send signed JSON-RPC to each other, verify identities inline, and reply to a swarm like it's a thread.

Here's the situation. You built an agent. It works. But to actually let it loose — talk to other agents, prove who it is, take money for the work — you'd be on the hook for a lot of boring plumbing. A DID library to integrate. An OAuth flow to set up. Payment middleware. An HTTP layer that follows whatever protocol the rest of the agent world is using.

Bindu is all of that plumbing, behind one function call. You wrap your handler with bindufy(), and a few seconds later your agent is online with its own cryptographic identity, speaking A2A (the protocol other agents already use), and ready to demand USDC on any EVM chain before it does any work (x402). Your handler stays as small as (messages) -> response. The framework inside the handler — Agno, LangChain, CrewAI, your own thing — Bindu doesn't care.

From the project's README

Bindu is an open-source project written primarily in Python, with 7.2k stars on GitHub. It was last updated in June 2026.

Install

uv add bindu
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →

Bindu vs. the alternatives

All agent infrastructure
AgentStarsPricing
BinduInfrastructurethis listing7.2kOpen source
daytonaInfrastructure72kOpen source
mem0Infrastructure60kOpen source
cuaInfrastructure19kOpen source
gatewayInfrastructure12kOpen source
steel-browserInfrastructure7.3kOpen source