alebcay /
awesome-shell
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
Loading repository data…
yadavanujkumar / repository
curated list of agentic tools to explore
Your complete hub for learning, building, and mastering Agentic AI systems 🚀
Welcome to the most comprehensive resource for Agentic AI - the cutting-edge field where AI systems can act autonomously, make decisions, and collaborate with other agents to solve complex problems. Whether you're a beginner taking your first steps or an expert pushing the boundaries, this repository has everything you need.
Agentic AI refers to artificial intelligence systems that can:
Unlike traditional AI that simply responds to inputs, agentic AI proactively pursues objectives, making it perfect for complex, real-world applications like research assistance, code generation, customer service, and automated business processes.
Week 1-2: Foundations
├── AI/ML basics and LLM fundamentals
├── Introduction to agents and autonomy concepts
└── Setting up development environment
Week 3-4: First Agent
├── Build a simple chatbot with LangChain
├── Add memory and conversation history
└── Integrate basic tool usage (web search, calculator)
Week 5-6: Enhancement
├── Improve agent reasoning with prompting techniques
├── Add error handling and safety measures
└── Deploy your first agent application
Week 1-3: Multi-Agent Systems
├── Agent communication protocols
├── Role-based agent architectures
└── Collaborative problem-solving patterns
Week 4-5: Advanced Capabilities
├── Complex tool integration and function calling
├── Memory systems and knowledge management
└── Planning and reasoning frameworks
Week 6-8: Production Systems
├── Scalable agent architectures
├── Monitoring and debugging techniques
└── Performance optimization strategies
Week 1-4: Cutting-Edge Research
├── Latest papers and techniques
├── Custom framework development
└── Novel agent architectures
Week 5-8: Enterprise Solutions
├── Large-scale multi-agent systems
├── Security and compliance considerations
└── Integration with enterprise systems
Week 9-12: Innovation
├── Contributing to open-source frameworks
├── Research and experimentation
└── Community leadership and knowledge sharing
Refreshed on July 8, 2026. This list now prioritizes generally available, actively maintained, or clearly documented agent-building technologies over speculative version claims.
| Framework | Best For | Difficulty | Multi-Agent | Links | 2026 Note |
|---|---|---|---|---|---|
| 🕸️ LangGraph | Durable stateful workflows | Medium | Excellent | Site | GitHub | Prefer for explicit graph control, checkpointing, interrupts, streaming, and long-running agents. |
| 🦜 LangChain | RAG, tools, app glue | Easy | Via LangGraph | Site | GitHub | Use LangChain integrations with LangGraph for serious orchestration. |
| 🧩 Microsoft Agent Framework | Enterprise .NET/Python agents | Medium | Excellent | Docs | GitHub | Successor path for new Microsoft agent projects that previously used AutoGen or Semantic Kernel. |
| 🤖 AutoGen | Existing/research multi-agent apps | Medium | Excellent | GitHub | Docs | Use for existing systems; evaluate Microsoft Agent Framework for new production builds. |
| ⚡ CrewAI | Role-based crews and flows | Easy | Excellent | Site | GitHub | Strong for business workflow automation with crews, flows, guardrails, memory, and observability. |
| 🦙 LlamaIndex | Document/RAG agents | Medium | Good | Site | GitHub |
Selected from shared topics, language and repository description—not editorial ratings.
alebcay /
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
webpro /
A curated list of dotfiles resources.
zemmsoares /
A curated list of awesome unix user rices!
| Best fit for parsing, indexing, retrieval, and event-driven document workflows. |
| 🔎 Google ADK | Gemini/Google Cloud agents | Medium | Excellent | Docs | Cloud Docs | Code-first, multi-language framework for enterprise-scale agents. |
| 🎯 PydanticAI | Type-safe Python agents | Easy | Good | Site | GitHub | Good when structured outputs, validation, and testability matter. |
| 🪶 Smolagents | Lightweight/local prototypes | Easy | Basic | Docs | GitHub | Minimalist framework for quickly wiring tools and local/open models. |
| 📐 DSPy | Optimized LM pipelines | Hard | Limited | GitHub | Docs | Use for systematic prompt/program optimization rather than general orchestration. |
uhub /
A curated list of awesome Shell frameworks, libraries and software.
schlessera /
A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
joseluisq /
A curated list of awesome Bash useful commands. Inspired by awesome-shell and bash-handbook.