Autonomous development platform — from GitHub issue to production-ready Pull Request
Delegate a task to the agent — the system explores the repo, writes code, and opens a PR.
Planner writes the plan without shell access. Engineer implements code, tests, and gh pr create.
Agentic Hub is a production-grade NestJS API with an in-process LangGraph runtime. Agents run inside the same Node.js process as the REST API — no separate Python worker.
Issue in GitHub/GitLab → webhook creates a Task. Delegate marks the issue in VCS. BullMQ enqueues task-start.
Planner explores the repo and writes the plan. Validator checks structure. Engineer implements by phases. PR URL is extracted and stored in PostgreSQL with session logs.
Enter a task description to simulate the pipeline (for example, "fix the typo in README" or "add an export endpoint"):