Agentic AI Frameworks
An Agentic AI Framework is a software toolkit or architecture designed to help developers build AI agents systems where Large Language Models (LLMs) don’t just generate text, but also:
1. Lang Chain:-A framework for building applications powered by LLMs (Large Language Models).
2. Lang Graph :- A state machine / graph-based framework. Built on Lang Chain (stateful graph-based orchestration).
3. Llama Index (formerly GPT Index) :- An AI framework focused on data integration and retrieval, essential for agents that need to access and process extensive datasets.
4. Crew AI :- Framework for multi-agent collaboration. An open-source orchestration framework specializing in multi-agent collaboration to achieve complex goals.
5. Auto Gen (Microsoft):- Framework for conversational multi-agent systems for orchestrating autonomous systems capable of searching the web, summarizing content, and executing code.
6. Haystack Agents (deepset):- It is a Open-source NLP framework with agent support.
Recommended by LinkedIn
7. Semantic Kernel (Microsoft) :- A framework for integrating Large Language Models (LLMs) with conventional programming languages, particularly for enterprise environments. SDK for building AI agents with pluggable skills.
8. DSPy (Stanford) :- Declarative programming for LLM pipelines.
9. Hayloft / Hugging Face Transformers + Agents:- HF extension to build agents powered by open-source models.
10. Crew AI vs. Auto Gen vs. LangG raph (Comparative)
Insight full, thanks for sharing it 👍