SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Python autonomous-agent Projects
-
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
Project mention: Your AI Agent Has No Eyes: Why Perception-First Design Changes Everything | dev.to | 2026-02-26This is the central flaw of goal-driven agent design: the agent plans and executes based on a static prompt, blind to its actual environment. AutoGPT peaked at 180K+ GitHub stars doing exactly this — and fell into infinite loops because it could act on the world but couldn't see it.
-
InfluxDB
InfluxDB – Database Purpose-Built for High-Resolution Data. Turn time series data into real-time intelligence. Manage high-volume, high-velocity data without sacrificing performance.
-
agenticSeek
Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. 🔔 Official updates only via twitter @Martin993886460 (Beware of fake account)
Project mention: A Step-By-Step Guide to Running AgenticSeek Locally: No API Needed | dev.to | 2025-05-08git clone --depth 1 https://github.com/Fosowl/agenticSeek.git
-
SuperAGI
<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.
-
Project mention: Tell HN: YC companies scrape GitHub activity, send spam emails to users | news.ycombinator.com | 2026-02-26
Even worse, I got contacted through YC Jobs (workatastartup.com) with a message that was basically: "Star, fork, and submit PRs to our open-source repo and we'll maybe review you for a contract."
I said "No thanks."
Got this reply: "(...) I'm looking forward to reviewing your PRs. Feel free to share me any of your questions. (...)"
Apparently, they are automating this shit.
---
Company: Aden (W20)
Contact: Vincent Jiang, Founder
Github: https://github.com/aden-hive/hive
-
-
agents
An Open-source Framework for Data-centric, Self-evolving Autonomous Language Agents (by aiwaves-cn)
-
This is the hallucination pattern that symbolic guardrails solve. Using Strands Agents hooks, you can enforce business rules at the framework level — before the tool executes. The result: 3/3 invalid operations blocked, with zero changes to the tools or prompts, by adding a single hook.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
DemoGPT
🤖 Everything you need to create an LLM Agent—tools, prompts, frameworks, and models—all in one place.
-
-
Project mention: Show HN: An open-source communication layer for AI agents | news.ycombinator.com | 2026-01-13
-
Hephaestus
Semi-Structured Agentic Framework. Workflows build themselves as agents discover what needs to be done, not what you predicted upfront. (by Ido-Levi)
Project mention: Show HN: Hephaestus – Autonomous Multi-Agent Orchestration Framework | news.ycombinator.com | 2025-11-03 -
ToRA
ToRA is a series of Tool-integrated Reasoning LLM Agents designed to solve challenging mathematical reasoning problems by interacting with tools [ICLR'24].
-
Notice the tools=[websearch_tool] parameter. AI Functions can use any Strands tool. The framework provides built-in tools for Python code execution, and you can pass additional tools (web search, API clients, file I/O) per function. The LLM decides when and how to use them during execution.
-
-
-
Interactive-LLM-Powered-NPCs
Interactive LLM Powered NPCs, is an open-source project that completely transforms your interaction with non-player characters (NPCs) in any game! 🎮🤖🚀
-
The Strands Agents documentation is the best starting point, with guides for both SDKs. The source code is available on GitHub for both the Python SDK and the TypeScript SDK. For Python, the community tools package provides ready-to-use tools, and the samples repository has complete example agents.
-
freephdlabor
freephdlabor: customizing personalized multiagent systems that researchs 24/7 on your own scientific problem
Project mention: Freephdlabor: Customizable multiagent research automation system | news.ycombinator.com | 2025-10-29Apparently there’s an open-source framework, freephdlabor, that aims to make research automation adaptive rather than scripted. A manager process coordinates task-specific workers via files; workers decide whether to dig deeper, pivot, or call others based on results. In a case study on neural-network training phases, it reportedly found phase transitions and designed follow-up tests, producing a paper draft. The pitch is that you can swap in domain-specific workers and keep the same coordination layer.
GitHub: https://github.com/ltjed/freephdlabor
Paper: https://arxiv.org/abs/2510.15624
Demo: https://freephdlabor.github.io/
-
-
-
agent-builder
An example agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder can help you to build your own agents and tools.
Project mention: Procesamiento de Contenido Multimodal con Strands Agent y solo unas pocas líneas de código | dev.to | 2025-07-16Como no existía ninguna herramienta para procesamiento de video, y ya tenía código de una de mis aplicaciones anteriores: Processing WhatsApp Multimedia with Amazon Bedrock Agents: Images, Video, and Documents, creé una herramienta personalizada usando mi código existente. Seguí los pasos en Adding Tools to Agents](https://strandsagents.com/latest/user-guide/concepts/tools/tools_overview/#adding-tools-to-agents) y utilicé el Strands Agent Builder para asistencia.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python autonomous-agents discussion
Python autonomous-agents related posts
-
Reduce Agent Errors and Token Costs with Semantic Tool Selection
-
Stop AI Agent Hallucinations: 4 Essential Techniques
-
Building AI Agents in TypeScript with the Strands Agents SDK
-
Raising Agentic Children
-
Async Agentic Tools: Breaking Free from the Request-Response Loop
-
Open-source AI agent pentester chains vulnerabilities into multi-stage exploits
-
Show HN: Measuring runtime strain in autonomous AI systems
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Mar 2026
Index
What are some of the best open-source autonomous-agent projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | AutoGPT | 182,263 |
| 2 | agenticSeek | 25,448 |
| 3 | SuperAGI | 17,090 |
| 4 | hive | 8,764 |
| 5 | ShortGPT | 7,076 |
| 6 | agents | 5,823 |
| 7 | sdk-python | 5,287 |
| 8 | DemoGPT | 1,886 |
| 9 | Adala | 1,371 |
| 10 | Bindu | 1,391 |
| 11 | Hephaestus | 1,117 |
| 12 | ToRA | 1,113 |
| 13 | tools | 961 |
| 14 | babyagi-asi | 799 |
| 15 | data-to-paper | 761 |
| 16 | Interactive-LLM-Powered-NPCs | 684 |
| 17 | samples | 653 |
| 18 | freephdlabor | 478 |
| 19 | agency | 464 |
| 20 | beebot | 452 |
| 21 | agent-builder | 390 |
| 22 | agents-aea | 235 |
| 23 | nagato-ai | 118 |