Skip to content

feat: add a0_hyperagents#284

Open
neurocis wants to merge 1 commit into
agent0ai:mainfrom
neurocis:add-a0_hyperagents
Open

feat: add a0_hyperagents#284
neurocis wants to merge 1 commit into
agent0ai:mainfrom
neurocis:add-a0_hyperagents

Conversation

@neurocis
Copy link
Copy Markdown
Contributor

@neurocis neurocis commented May 8, 2026

Plugin: HyperAgents

Self-improvement loop for Agent Zero projects. Provides six tools (hyperagents_archive, hyperagents_patch, hyperagents_eval, hyperagents_scheduler, hyperagents_sandbox, hyperagents_inheritance) that materialize candidate agent variants in isolated workspaces, evaluate them, archive lineage, and promote winning patches behind safety gates.

Design is inspired by the HyperAgents / DGM-H paper (arXiv 2603.19461) and the upstream facebookresearch/HyperAgents reference implementation, adapted natively to Agent Zero (projects, profiles, plugins, persistent superordinates, scheduler).

Highlights

  • Unified single-plugin artifact (a0_hyperagents) — six tools, one storage namespace, one settings surface.
  • Project-scoped defaults pointing at /a0/usr/projects/a0-hyperagents/; project_root / candidate_root / patch_root are configurable.
  • Ships eight inherited agent profiles (hyper_base, hyper_manager, hyper_meta_agent, hyper_task_agent, hyper_parent_selector, hyper_evaluator, hyper_archivist, hyper_safety_reviewer).
  • Conservative safety defaults: sandbox required, dry-run promotion, max_patch_bytes, secret/protected-path scanners, human-promotion gate.
  • No third-party Python deps; standard library + git + python3 only.
  • No hard plugin dependencies. Recommended companion plugins: a0_superordinates (orchestration) and a0_scheduler (real-clock job dispatch).

Links

Tags

agents, automation, workflow, jobs, framework

Verification

  • plugin.yaml name: a0_hyperagents matches index folder.
  • Folder name matches ^[a-z0-9_]+$, no leading underscore.
  • index.yaml total size, title ≤ 50, description ≤ 500, ≤ 5 tags.
  • thumbnail.webp is 256×256 square, 7.7 KB (≤ 20 KB).
  • Remote LICENSE + README.md reachable.

Adds the a0_hyperagents plugin to the index. The plugin provides six tools
(archive, patch, eval, scheduler, sandbox, inheritance) that implement a
HyperAgents-style self-improvement loop for Agent Zero projects.

GitHub: https://github.com/neurocis/a0_hyperagents
@a0-bot
Copy link
Copy Markdown

a0-bot Bot commented May 8, 2026

Plugin submission validation failed

ERROR: remote plugin.yaml is invalid YAML: mapping values are not allowed here

@neurocis neurocis closed this May 8, 2026
@neurocis neurocis reopened this May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants