hermes-concurrent-agents
GitHub用于在单主机上创建和管理受监督的Hermes并发团队。支持任务初始化、运行监控、人工交互及结果收集,确保工作边界清晰、所有权明确且结果有据可查。
Trigger Scenarios
Install
npx skills add r0b0tlab/hermes-concurrent-agents --skill hermes-concurrent-agents -g -y
SKILL.md
Frontmatter
{
"name": "hermes-concurrent-agents",
"version": "2.0.2",
"description": "Supervise bounded Hermes teams on one host."
}
hermes-concurrent-agents
Use HCA when one goal should become a small, persisted, supervised Hermes team with exact ownership and one evidence-backed result.
Preconditions
- Hermes Agent is installed, authenticated, and configured.
- Stable contract lane: Hermes
0.18.2 / 2026.7.7.2. tmuxis available.- Workers and the authoritative Kanban board remain on one host.
- Any model endpoint, local or remote, is already configured through Hermes.
Primary workflow
hca init --preset generic-linux --model <id> --source-profile default
hca doctor
hca run \
--source-profile default \
--acceptance "The requested result is verified" \
"Complete the goal"
hca run-status <run-id>
hca collect <run-id>
One-step work uses one worker. Fan-out requires multiple criteria plus
--independent-criteria; set a bounded --concurrency only when work is truly
independent.
Human interaction
hca respond <run-id> <question-id> "answer"
hca stop <run-id>
Never answer a different run's question or treat blocked/cancelled work as success. Stop is confirmation/approval-gated and signals only exact HCA-owned process groups.
Principles
- Hermes Kanban is task/run truth; HCA owns only its bounded graph and mappings.
- Reserve capacity and a concrete slot before claim.
- Workers cannot create or dispatch unrelated graph work.
- Durable fan-out uses controller-created Kanban children; worker delegation is disabled by default.
- Unknown telemetry is conservative, never unlimited.
- Completion requires evidence, barriers, review state, and worker cleanup.
- HCA does not provision models, copy credentials, normalize providers, or own fallback.
- Remote model endpoints are supported; remote agent placement is unsupported.
Verification
Before release or a substantial upgrade:
scripts/release-check.sh --full
Read docs/running-a-team.md, docs/support-matrix.md, docs/security.md, and
docs/migration.md for the complete contracts.
Version History
- fa17feb Current 2026-07-24 12:12


