@@ -53,5 +53,51 @@ This repo is organized into multiple **sub-projects** for better navigation and
5353```
5454
5555
56+ ---
57+ # 🧭 Agentic / RAG Frameworks — Liens utiles
58+
59+ Une sélection de frameworks agents & RAG avec liens vers les dépôts GitHub.
60+ Astuce : clique sur les badges ⭐ pour voir l’activité des repos.
61+
62+ ## 📚 Tableau récapitulatif
63+
64+ | Framework | Repo | Stars |
65+ | ---| ---| ---|
66+ | LangGraph | [ langchain-ai/langgraph] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/langchain-ai/langgraph?style=social ) |
67+ | Google ADK | [ google/adk-docs] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/google/adk-docs?style=social ) |
68+ | CrewAI | [ crewAIInc/crewAI] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/crewAIInc/crewAI?style=social ) |
69+ | OpenAI Agents SDK | [ openai/openai-agents-python] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/openai/openai-agents-python?style=social ) |
70+ | AutoGen | [ microsoft/autogen] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/microsoft/autogen?style=social ) |
71+ | Semantic Kernel | [ microsoft/semantic-kernel] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/microsoft/semantic-kernel?style=social ) |
72+ | AWS Strands | [ strands-agents/sdk-python] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/strands-agents/sdk-python?style=social ) |
73+ | Pydantic AI | [ pydantic/pydantic-ai] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/pydantic/pydantic-ai?style=social ) |
74+ | LlamaIndex | [ run-llama/llama_index] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/run-llama/llama_index?style=social ) |
75+ | Haystack | [ deepset-ai/haystack] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/deepset-ai/haystack?style=social ) |
76+ | IBM Bee Agent Framework | [ i-am-bee/beeai-framework] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/i-am-bee/beeai-framework?style=social ) |
77+ | Hugging Face Smol Agents | [ huggingface/smolagents] | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/huggingface/smolagents?style=social ) |
78+
79+ ## 🔗 Accès rapide
80+
81+ - [ LangGraph] ( # ) • [ Google ADK] ( # ) • [ CrewAI] ( # ) • [ OpenAI Agents SDK] ( # ) • [ AutoGen] ( # ) • [ Semantic Kernel] ( # )
82+ - [ AWS Strands] ( # ) • [ Pydantic AI] ( # ) • [ LlamaIndex] ( # ) • [ Haystack] ( # ) • [ IBM Bee Agent Framework] ( # ) • [ Smol Agents] ( # )
83+
84+ ## 🧰 Clone tous les repos (optionnel)
85+
86+ ``` bash
87+ # Exemples de clone (à adapter selon tes besoins)
88+ git clone https://github.com/langchain-ai/langgraph.git
89+ git clone https://github.com/google/adk-docs.git
90+ git clone https://github.com/crewAIInc/crewAI.git
91+ git clone https://github.com/openai/openai-agents-python.git
92+ git clone https://github.com/microsoft/autogen.git
93+ git clone https://github.com/microsoft/semantic-kernel.git
94+ git clone https://github.com/strands-agents/sdk-python.git
95+ git clone https://github.com/pydantic/pydantic-ai.git
96+ git clone https://github.com/run-llama/llama_index.git
97+ git clone https://github.com/deepset-ai/haystack.git
98+ git clone https://github.com/i-am-bee/beeai-framework.git
99+ git clone https://github.com/huggingface/smolagents.git
100+
101+
56102---
57103> @smdlabtech
0 commit comments