[PR #791] feat: add Agent Zero autonomous AI agent blueprint #1316

Open
opened 2026-04-16 11:34:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/791
Author: @luis030821
Created: 4/15/2026
Status: 🔄 Open

Base: canaryHead: add_agent_zero


📝 Commits (3)

  • 09c4242 feat: add Agent Zero autonomous AI agent blueprint
  • 060487a feat(meta): add documentation link to agent-zero metadata
  • cb2daf2 fix: add length parameter to password helper

📊 Changes

4 files changed (+48 additions, -18 deletions)

View changed files

blueprints/agent-zero/agent-zero.svg (+1 -0)
blueprints/agent-zero/docker-compose.yml (+14 -0)
blueprints/agent-zero/template.toml (+16 -0)
📝 meta.json (+17 -18)

📄 Description

Summary

Added Agent Zero blueprint - an open-source autonomous AI agent framework with memory and tool use capabilities.

What's included

  • docker-compose.yml - Configuration for agent0ai/agent-zero:v1.9
  • template.toml - Dokploy template with domain and variable configuration
  • agent-zero.svg - Logo for template catalog

Testing

Template was tested locally in a Dokploy instance and verified to deploy successfully.

Checklist

  • Read the README.md suggestions
  • Tested the template in my instance
  • Follows Dokploy template conventions

Screenshots

N/A - tested via base64 import in Dokploy

Greptile Summary

This PR adds the Agent Zero autonomous AI agent blueprint. The docker-compose.yml correctly follows all AGENTS.md conventions (version 3.8, expose only, named volume, service name matches folder, restart: unless-stopped). The meta.json change correctly adds the agent-zero entry and deduplicates a pre-existing duplicate strapi entry. The only finding is a minor style issue in template.toml where the password helper is missing a length specifier, unlike every other template in the repo.

Confidence Score: 5/5

Safe to merge — the only finding is a P2 style issue with the password helper length.

All AGENTS.md structural conventions are followed correctly. The strapi removal in meta.json is valid deduplication. The sole issue (missing length on the password helper) is a P2 style suggestion that does not block deployment.

blueprints/agent-zero/template.toml — password helper missing explicit length.

Reviews (1): Last reviewed commit: "feat: add Agent Zero autonomous AI agent..." | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

(2/5) Greptile learns from your feedback when you react with thumbs up/down!

Context used:

  • Context used - AGENTS.md (source)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/791 **Author:** [@luis030821](https://github.com/luis030821) **Created:** 4/15/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `add_agent_zero` --- ### 📝 Commits (3) - [`09c4242`](https://github.com/Dokploy/templates/commit/09c42423e8f410a777ee6ec0c632e7a5123d8ea9) feat: add Agent Zero autonomous AI agent blueprint - [`060487a`](https://github.com/Dokploy/templates/commit/060487a9afc4b9fbebe4ac474d8a9eefe1221d0b) feat(meta): add documentation link to agent-zero metadata - [`cb2daf2`](https://github.com/Dokploy/templates/commit/cb2daf25e2f512ac37a5b96d75c030a9fdc41439) fix: add length parameter to password helper ### 📊 Changes **4 files changed** (+48 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/agent-zero/agent-zero.svg` (+1 -0) ➕ `blueprints/agent-zero/docker-compose.yml` (+14 -0) ➕ `blueprints/agent-zero/template.toml` (+16 -0) 📝 `meta.json` (+17 -18) </details> ### 📄 Description ## Summary Added Agent Zero blueprint - an open-source autonomous AI agent framework with memory and tool use capabilities. ## What's included - `docker-compose.yml` - Configuration for agent0ai/agent-zero:v1.9 - `template.toml` - Dokploy template with domain and variable configuration - `agent-zero.svg` - Logo for template catalog ## Testing Template was tested locally in a Dokploy instance and verified to deploy successfully. ## Checklist - [x] Read the README.md suggestions - [x] Tested the template in my instance - [x] Follows Dokploy template conventions ## Screenshots N/A - tested via base64 import in Dokploy <!-- greptile_comment --> <h3>Greptile Summary</h3> This PR adds the Agent Zero autonomous AI agent blueprint. The `docker-compose.yml` correctly follows all AGENTS.md conventions (version 3.8, `expose` only, named volume, service name matches folder, `restart: unless-stopped`). The `meta.json` change correctly adds the agent-zero entry and deduplicates a pre-existing duplicate strapi entry. The only finding is a minor style issue in `template.toml` where the password helper is missing a length specifier, unlike every other template in the repo. <h3>Confidence Score: 5/5</h3> Safe to merge — the only finding is a P2 style issue with the password helper length. All AGENTS.md structural conventions are followed correctly. The strapi removal in meta.json is valid deduplication. The sole issue (missing length on the password helper) is a P2 style suggestion that does not block deployment. blueprints/agent-zero/template.toml — password helper missing explicit length. <sub>Reviews (1): Last reviewed commit: ["feat: add Agent Zero autonomous AI agent..."](https://github.com/dokploy/templates/commit/09c42423e8f410a777ee6ec0c632e7a5123d8ea9) | [Re-trigger Greptile](https://app.greptile.com/api/retrigger?id=28434645)</sub> > Greptile also left **1 inline comment** on this PR. <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> **Context used:** - Context used - AGENTS.md ([source](https://app.greptile.com/review/custom-context?memory=09330bde-2058-497c-9c64-ceae637fb5b2)) <!-- /greptile_comment --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 11:34:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#1316