feat: add Agent Zero autonomous AI agent blueprint#791
Open
luis030821 wants to merge 3 commits intoDokploy:canaryfrom
Open
feat: add Agent Zero autonomous AI agent blueprint#791luis030821 wants to merge 3 commits intoDokploy:canaryfrom
luis030821 wants to merge 3 commits intoDokploy:canaryfrom
Conversation
Added Agent Zero blueprint with SVG logo, Docker Compose configuration for v1.9, and template for deployment. Agent Zero is an open-source autonomous AI agent framework with memory and tool use capabilities.
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Added docs URL to the links section in meta.json to provide direct access to the project documentation at https://www.agent-zero.ai/p/docs/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: