mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-07 17:18:26 -05:00
[PR #791] feat: add Agent Zero autonomous AI agent blueprint #2100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/791
Author: @luis030821
Created: 4/15/2026
Status: 🔄 Open
Base:
canary← Head:add_agent_zero📝 Commits (3)
09c4242feat: add Agent Zero autonomous AI agent blueprint060487afeat(meta): add documentation link to agent-zero metadatacb2daf2fix: 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.9template.toml- Dokploy template with domain and variable configurationagent-zero.svg- Logo for template catalogTesting
Template was tested locally in a Dokploy instance and verified to deploy successfully.
Checklist
Screenshots
N/A - tested via base64 import in Dokploy
Greptile Summary
This PR adds the Agent Zero autonomous AI agent blueprint. The
docker-compose.ymlcorrectly follows all AGENTS.md conventions (version 3.8,exposeonly, named volume, service name matches folder,restart: unless-stopped). Themeta.jsonchange correctly adds the agent-zero entry and deduplicates a pre-existing duplicate strapi entry. The only finding is a minor style issue intemplate.tomlwhere 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
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.