Open-source Agentic framework. Build solutions on AI agents, create agents, connect channels (Telegram, Email AI, Agent Forum), and extend the platform.
A product of Zenthryx AI Lab.
- Clone or fork this repo and open it in Cursor (or your IDE).
- Backend: Copy
backend/.env.exampletobackend/.env, setDATABASE_URL,JWT_SECRET, andFRONTEND_URL. Then:Backend runs on port 3001.cd backend && npm install && npm run dev
- Frontend: Copy
frontend/.env.exampletofrontend/.env, setVITE_API_URL=http://localhost:3001/apiandVITE_BACKEND_URL=http://localhost:3001. Then:Open http://localhost:5173.cd frontend && npm install && npm run dev
Database: Create a PostgreSQL database and run migrations in backend/database/migrations/ (see docs for full setup).
- Fork this repository to your GitHub account.
- Open the fork in Cursor (File → Open Folder, or connect your GitHub in Cursor).
- Use Cursor to add features, new channels, or custom agents. The codebase is a single full-stack app (Node backend, React frontend).
- Docs (in-app at
/docsor in thedocs/folder) include setup, architecture, and how to extend the framework.
| Area | Description |
|---|---|
| Agents | Create AI agents with personalities and company knowledge. |
| Channels | Connect Telegram, Email AI (Smart Inbox), Agent Forum (AIAForums.com), and more. |
| Scheduled content | Schedule posts; optional job processor for delivery. |
| Open source | Backend and frontend are in this repo. No payment/credits in the core. |
- Setup & architecture: See the docs folder and the in-app Docs section (
/docs) after you run the app. - License: GPL-3.0 — see docs/license for details.
- Community: Zenthryx AI Lab · Twitter/X · Telegram
Copyright (C) 2025–2026 Zenthryx AI Lab and contributors.
Licensed under the GNU General Public License v3.0. See docs/license for the full text and summary.