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
Autono is a highly robust autonomous agent framework based on the ReAct paradigm, designed to solve complex tasks through adaptive decision-making and multi-agent collaboration. Unlike traditional frameworks that rely on fixed workflows generated by LLM-based planners, Autono dynamically generates next actions during agent execution based on prior trajectories, enhancing robustness and flexibility. It introduces a timely abandonment strategy with a probabilistic penalty mechanism to address potential termination issues caused by adaptive execution paths. This strategy allows developers to balance conservative and exploratory tendencies in agent execution by tuning hyperparameters, significantly improving adaptability and task execution efficiency in complex environments. The framework supports multi-agent collaboration through a memory transfer mechanism that enables shared and dynamically updated memory among agents. This explicit division of labor allows agents to focus on specific task components, improving execution efficiency and quality. Autono is modular and compatible with the Model Context Protocol (MCP), enabling flexible action space expansion through external tool integration. Experimental results demonstrate that Autono significantly outperforms other frameworks like Autogen and Langchain in handling tasks of varying complexity, especially multi-step tasks with possible failures. It achieves high success rates in one-step tasks, multi-step tasks, and multi-step tasks with possible failures using models such as gpt-4o-mini, qwen-plus, and deepseek-v3. The framework is easy to install via PyPI or GitHub and provides a quick start guide for building custom agents. Users can define abilities as functions, instantiate agents with customizable personalities (e.g., prudent or inquisitive), and assign tasks for autonomous execution. Autono's design emphasizes robustness, adaptability, and collaboration, making it suitable for complex autonomous agent applications requiring dynamic decision-making and multi-agent coordination.
https://github.com/vortezwohl/Autono
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.