DemoGPT
Create LLM agents in a second with your prompts. Everything you need to create an LLM Agent - tools, prompts, frameworks, and models - all in one place.
About DemoGPT
Everything you need to create an LLM Agent is here. Access a comprehensive suite of tools, prompts, frameworks, and a knowledge hub of LLM models—all in one place to streamline your agent development.
DemoGPT AgentHub is a powerful library that allows you to create, customize, and use AI agents with various tools.
python from demogpt_agenthub.tools import BaseTool class MyCustomTool(BaseTool): def init(self): self.name = "MyCustomTool" self.description = "This tool does something amazing!" super().init() def run(self, query):
DemoGPT is an open-source project written primarily in Python, with 1.9k stars on GitHub. It was last updated in April 2026.
DemoGPT vs. the alternatives
All 30 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| DemoGPTthis listing | 1.9k | Python | MIT | Open source |
| langchain | 144k | Python | MIT | Open source |
| ruflo | 68k | TypeScript | MIT | Open source |
| autogen | 60k | Python | CC-BY-4.0 | Open source |
| crewAI | 57k | Python | MIT | Open source |
| pydantic-ai | 19k | Python | MIT | Open source |
