Comparison
AgentGPT vs robocorp
Verdict
Pick AgentGPT if agentGPT is a TypeScript-based tool that supports users in assembling and deploying autonomous AI agents with a streamlined setup via a CLI, suitable for those who prefer browser-based interactions with their AI projects; pick robocorp if a Python framework for creating and deploying AI-powered automations.
Markdown twin · AgentGPT alternatives · robocorp alternatives
GraphCanon updated 2w
Trust & integrity
| Signal | AgentGPT | robocorp |
|---|---|---|
| Maintenance | Archived (466d since push) As of 2w · github_public_v1 | Active (14d since push) As of 2w · github_public_v1 |
| Provenance | Not a fork · Organization account As of 2w · github_public_v1 | Not a fork · Organization account As of 2w · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 1mo · osv@v1 | No lockfile (source not queried) As of 1mo · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- AgentGPT
- Assembler for autonomous AI Agents
- robocorp
- Create Python AI Actions and Automations, deploy & operate them anywhere
Stars
- AgentGPT
- 36k
- robocorp
- 643
Forks
- AgentGPT
- 9.3k
- robocorp
- 106
Open issues
- AgentGPT
- 219
- robocorp
- 9
Language
- AgentGPT
- TypeScript
- robocorp
- Python
Adopt for
- AgentGPT
- AgentGPT is a TypeScript-based tool that supports users in assembling and deploying autonomous AI agents with a streamlined setup via a CLI, suitable for those who prefer browser-based interactions with their AI projects
- robocorp
- A Python framework for creating and deploying AI-powered automations.
Persona
- AgentGPT
- -
- robocorp
- -
Runtime
- AgentGPT
- -
- robocorp
- -
License
- AgentGPT
- GPL-3.0
- robocorp
- Open source under Apache-2.0 license.
Last pushed
- AgentGPT
- Apr 29, 2025
- robocorp
- Jul 24, 2026
Categories
- AgentGPT
- AI Agents, Developer Tools
- robocorp
- Developer Tools
Trust and health
Maintenance
- AgentGPT
- Archived (8%)
- robocorp
- Active (82%)
Days since push
- AgentGPT
- 466d
- robocorp
- 14d
Archived on GitHub
- AgentGPT
- Yes
- robocorp
- No
Open issues (now)
- AgentGPT
- 219
- robocorp
- 9
Full report
- AgentGPT
- Trust report
- robocorp
- Trust report
Choose AgentGPT if…
- AgentGPT is primarily TypeScript; robocorp is Python.
- License: AgentGPT is GPL-3.0, robocorp is Apache-2.0.
- Tags unique to AgentGPT: agent, autonomous, backend-development, cli-setup.
- Also covers AI Agents.
- AgentGPT ships Docker support for self-hosted deployment.
- When you want to leverage pre-configured setups for database integration (specifically MySQL) handled by AgentGPT's CLI
When NOT to use AgentGPT
- Avoid using if your project requires a NoSQL database solution, given that AgentGPT is configured specifically with MySQL out-of-the-box
- Consider alternatives if your stack does not include FastAPI or Next.js, as the tool's default configurations might require significant adjustment
Choose robocorp if…
- robocorp is primarily Python; AgentGPT is TypeScript.
- License: robocorp is Apache-2.0, AgentGPT is GPL-3.0.
- Pricing: Free to use for open-source projects and small teams, with additional enterprise features available..
- Tags unique to robocorp: ai actions, automation, python.
- You are developing actions and automations that specifically need integration with the Robocorp Control Room, including features like Work Items, Vault, and Assets.
When NOT to use robocorp
- You prefer to have full autonomy over your code's structure beyond what is provided by pre-defined meta-packages such as `robocorp.tasks`, and favor more customizable solutions.
- Your automation needs do not benefit from the Control Room integration or specific Robocorp services offered through its extensive suite of libraries.
- Your project does not require browser automation with Playwright, but rather another framework for this aspect of your work.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (reworkd/AgentGPT) · observed Aug 8, 2026
- GitHub forks (reworkd/AgentGPT) · observed Aug 8, 2026
- Last push (reworkd/AgentGPT) · observed Apr 29, 2025
- License file (GPL-3.0) · observed Aug 8, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (robocorp/robocorp) · observed Aug 7, 2026
- GitHub forks (robocorp/robocorp) · observed Aug 7, 2026
- Last push (robocorp/robocorp) · observed Jul 24, 2026
- License file (Apache-2.0) · observed Aug 7, 2026
- Decision facts (enrichment) · observed Jul 12, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: AgentGPT 36k · robocorp 643 (synced Aug 8, 2026).
Common questions
- What is the difference between AgentGPT and robocorp?
- AgentGPT: Assembler for autonomous AI Agents. robocorp: Create Python AI Actions and Automations, deploy & operate them anywhere. See the comparison table for live GitHub stats and shared categories.
- When should I choose AgentGPT over robocorp?
- Choose AgentGPT over robocorp when AgentGPT is primarily TypeScript; robocorp is Python; License: AgentGPT is GPL-3.0, robocorp is Apache-2.0; Tags unique to AgentGPT: agent, autonomous, backend-development, cli-setup; Also covers AI Agents; AgentGPT ships Docker support for self-hosted deployment; When you want to leverage pre-configured setups for database integration (specifically MySQL) handled by AgentGPT's CLI.
- When should I choose robocorp over AgentGPT?
- Choose robocorp over AgentGPT when robocorp is primarily Python; AgentGPT is TypeScript; License: robocorp is Apache-2.0, AgentGPT is GPL-3.0; Pricing: Free to use for open-source projects and small teams, with additional enterprise features available.; Tags unique to robocorp: ai actions, automation, python; You are developing actions and automations that specifically need integration with the Robocorp Control Room, including features like Work Items, Vault, and Assets.
- When should I avoid AgentGPT?
- Avoid using if your project requires a NoSQL database solution, given that AgentGPT is configured specifically with MySQL out-of-the-box Consider alternatives if your stack does not include FastAPI or Next.js, as the tool's default configurations might require significant adjustment
- When should I avoid robocorp?
- You prefer to have full autonomy over your code's structure beyond what is provided by pre-defined meta-packages such as
robocorp.tasks, and favor more customizable solutions. Your automation needs do not benefit from the Control Room integration or specific Robocorp services offered through its extensive suite of libraries. Your project does not require browser automation with Playwright, but rather another framework for this aspect of your work. - Is AgentGPT or robocorp more popular on GitHub?
- AgentGPT has more GitHub stars (36,304 vs 643). Stars measure visibility, not whether either tool fits your constraints.
- Are AgentGPT and robocorp open source?
- Yes - both are open-source projects on GitHub (AgentGPT: GPL-3.0, robocorp: Apache-2.0).
- Where can I find alternatives to AgentGPT or robocorp?
- GraphCanon lists graph-backed alternatives at AgentGPT alternatives and robocorp alternatives (AgentGPT markdown twin, robocorp markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, AgentGPT or robocorp?
- AgentGPT: Archived. robocorp: Active. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for AgentGPT and robocorp?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: AgentGPT trust report; robocorp trust report.