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
Go Micro is a powerful Go-based framework designed for developing distributed agents and services, with a strong emphasis on integrating Artificial Intelligence. It allows developers to build agents that incorporate models, memory, and tools, making them reachable via protocols like MCP and A2A. For services, Go Micro facilitates their registration and discovery, automatically exposing every endpoint as an AI-callable tool. The framework streamlines the orchestration of deterministic components using flows, treating agents, services, and flows as unified Go code primitives. A key feature of Go Micro is its ability to generate services from natural language prompts using LLMs; users can set an API key for providers like Anthropic or OpenAI, describe desired functionality, and the AI designs and implements services with business logic. The framework also supports dynamic service creation during runtime based on conversational needs. It provides out-of-the-box support for REST, gRPC, MCP, and an agent playground. Agents built with Go Micro include capabilities like `plan` for multi-step tasks and `delegate` for handing off subtasks to other agents or creating temporary sub-agents. Go Micro offers pluggable abstractions for its core components, allowing customization of models, memory (defaulting to durable, store-backed memory), and tools. It supports various AI providers and integrates with a CLI for quick scaffolding, running, and interaction with services and agents. The framework simplifies microservices development by automatically generating API endpoints and tools, making it a comprehensive solution for building AI-powered distributed applications in Go.
https://github.com/micro/go-micro
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.