From d3e6217201cb73c7cde09279517da719e7c196f7 Mon Sep 17 00:00:00 2001 From: anuj0456 Date: Sun, 3 Aug 2025 23:00:07 +0530 Subject: [PATCH 1/2] agentic ai frameworks added --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 796242045..a8749267b 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [wooey](https://github.com/wooey/wooey) - A Django app which creates automatic web UIs for Python scripts. * [streamlit](https://github.com/streamlit/streamlit) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes. +## Agentic Frameworks + +*Python Agentic Frameworks.* + +*[langgraph](https://github.com/langchain-ai/langgraph) - Build resilient language agents as graphs. +*[crewai](https://github.com/crewAIInc/crewAI) - Framework for orchestrating role-playing, autonomous AI agents. +*[pilottai](https://github.com/pilottai/pilottai) - Python framework for building scalable multi-agent systems. + ## Algorithms and Design Patterns *Python implementation of data structures, algorithms and design patterns. Also see [awesome-algorithms](https://github.com/tayllan/awesome-algorithms).* From 10f7b9485f0e7b40dbe22e70dbe4f367e4bd2eb9 Mon Sep 17 00:00:00 2001 From: appyjain21 Date: Sun, 3 Aug 2025 23:14:44 +0530 Subject: [PATCH 2/2] pilottai link updated --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a8749267b..d6757cc47 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Python Agentic Frameworks.* -*[langgraph](https://github.com/langchain-ai/langgraph) - Build resilient language agents as graphs. -*[crewai](https://github.com/crewAIInc/crewAI) - Framework for orchestrating role-playing, autonomous AI agents. *[pilottai](https://github.com/pilottai/pilottai) - Python framework for building scalable multi-agent systems. ## Algorithms and Design Patterns