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.
Awesome AI Agents › AI Agent Ecosystems
Agent Protocol is a standardized API specification designed to provide a common interface for interacting with AI agents, regardless of the technology stack or framework used to build them. The project addresses the challenge of inconsistent communication interfaces among AI agents, which complicates integration, comparison, and development of tools that work across different agents. By adopting this protocol, developers can ensure their agents expose a predefined set of REST API endpoints, facilitating seamless communication and interoperability. The protocol is defined using the OpenAPI specification and includes essential routes such as creating new tasks for agents and executing steps within those tasks. Additional routes support listing tasks, steps, and managing artifacts. This minimal core protocol is designed to be simple to implement, promoting ease of use and great developer experience. The project also provides an SDK that implements the protocol, allowing agent developers to quickly wrap their agents in a web server that supports the protocol's communication standards. This SDK simplifies the implementation process without restricting the flexibility of agent development. Additionally, a client library is available for users to interact with deployed agents, enabling them to switch between different agents with minimal code changes due to the standardized interface. The Agent Protocol aims to accelerate the growth of the AI agent ecosystem by making it easier to benchmark, integrate, and develop tools for agents. It encourages community involvement through RFCs for proposing improvements and has seen adoption by notable open-source projects like Auto-GPT and others. Future plans include enabling agent-to-agent communication, integration with third-party services, authentication features, and protocol plugins. Overall, the Agent Protocol project is a forward-thinking initiative to unify AI agent communication, fostering interoperability, developer productivity, and ecosystem expansion.
https://github.com/agi-inc/agent-protocol
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 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.
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.
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows.
This repository provides best practices and implementations for leveraging Claude AI's agentic engineering features, including subagents, commands, skills, workflows, and memory.
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.
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.
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.