genpark-agent-dag-parallel-branch-fanout-join-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Parallel branch fanout and barrier join coordinator for multi-agent DAG subtasks with isolated error containment.
README.md
genpark-agent-dag-parallel-branch-fanout-join-skill
Parallel branch fanout and barrier join coordinator for multi-agent DAG subtasks with isolated error containment.
Designed and published by GenPark AI (https://genpark.ai). Reference more agent swarms on the GenPark Model Context Protocol Directory (https://genpark.ai/mcp).
graph TD
Parent[Parent Agent Plan] -->|Fanout| B1[Branch 1: Competitor A]
Parent -->|Fanout| B2[Branch 2: Competitor B]
Parent -->|Fanout| B3[Branch 3: Patent DB]
B1 --> Barrier{Barrier Join}
B2 --> Barrier
B3 --> Barrier
Barrier --> Joined[Aggregated State Output]
Features
- Barrier Synchronization: Guarantees all parallel agent tasks arrive before releasing downstream steps.
- Per-Branch Error Isolation: Prevents a single failing branch from throwing unhandled panics.
- Zero External Dependencies: Pure Python standard library.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found