Awesome AI AgentsAI Agent Ecosystems

GetBindu/Bindu

⭐ 9827 Python added to this list on 2026-07-27 repository created 2025-03-16

Bindu is an open-source framework designed to simplify the integration and operation of AI agents within a decentralized, interoperable ecosystem. It acts as a comprehensive "plumbing" layer, providing essential functionalities for agents to communicate, establish identity, and handle payments. The core idea is to enable AI agents to function as living microservices, overcoming the complexities of agent-to-agent (A2A) communication, secure authentication, and transactional capabilities. Key features of Bindu include a robust identity system based on cryptographic DIDs (Decentralized Identifiers), an established communication protocol (A2A), and built-in support for payments, specifically USDC on EVM chains via x402. This allows agents to demand payment for their services autonomously. The framework abstracts away complex integration tasks such as DID library management, OAuth flows, and payment middleware, presenting a simplified API where developers can wrap their agent handlers with a single `bindufy()` function. Bindu emphasizes security with a three-layered approach: mTLS for encrypted and mutually authenticated sockets, OAuth2 via Hydra for authorization, and DID signatures to verify message authenticity. These security layers are shipped together and are on by default, ensuring secure interactions between agents. It supports multiple SDKs (Python, TypeScript, Kotlin) that share a common gRPC core, maintaining consistent protocol and identity across language implementations. The platform is designed to be framework-agnostic, allowing integration with popular agent frameworks like Agno, LangChain, or CrewAI, as well as custom solutions.

https://github.com/GetBindu/Bindu

a2aagent-communicationagent-orchestrationai-agentautonomous-agentsmachine-learningmicroservicedecentralised-identitypaymentssecuritypythontypescriptkotlingrpcdid

Also in AI Agent Ecosystems

Shubhamsaboo/awesome-llm-apps

A curated collection of impressive LLM-powered AI applications featuring RAG, AI Agents, Multi-agent Teams, and open-source models from leading AI providers like OpenAI, Anthropic, and Google Gemini.

lobehub/lobehub

LobeHub is a platform that enables users to find, build, and collaborate with AI agent teammates that evolve with them, facilitating multi-agent collaboration and transforming productivity through AI-driven workspaces.

FoundationAgents/MetaGPT

MetaGPT is a multi-agent AI framework that simulates a software company by assigning GPT-based roles to collaboratively automate software development from natural language requirements.

ComposioHQ/awesome-claude-skills

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows.

shanraisshan/claude-code-best-practice

This repository provides best practices and implementations for leveraging Claude AI's agentic engineering features, including subagents, commands, skills, workflows, and memory.

crewAIInc/crewAI

CrewAI is a fast, flexible Python framework for orchestrating autonomous, role-playing AI agents that collaborate to solve complex tasks, offering both high-level simplicity and low-level control for enterprise-grade AI automation.

HKUDS/nanobot

nanobot is an open-source, lightweight personal AI agent, providing a WebUI, chat channels, tools, memory, and model routing for long-running workflows and automation.

sickn33/agentic-awesome-skills

Agentic Awesome Skills is an installable GitHub library providing over 1,900 agentic skills for various AI coding assistants like Claude Code, Cursor, and Gemini CLI.