genpark-agent-hierarchical-delegation-supervisor-skill

mcp
Security Audit
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.

SUMMARY

GenPark AI Agent Skill - Hierarchical supervisor-worker swarm coordinator, sub-task partitioner, and synthesized response aggregator.

README.md

GenPark AI Agent Skill - Hierarchical Delegation Supervisor

GenPark Verified
Protocol
License

Hierarchical Supervisor-Worker delegation pattern inspired by LangGraph and CrewAI Hierarchical Processes.

flowchart TD
    A[Supervisor Agent] --> B[Task Decomposer]
    B --> C1[Worker 1: Researcher]
    B --> C2[Worker 2: Engineer]
    C1 & C2 --> D[Result Aggregator]
    D --> E[Synthesized Multi-Modal Output]

Features

  • Automated Sub-Task Splitting: Partitions goals into role-specific sub-instructions.
  • Worker Swarm Dispatch: Maps tasks to registered specialized worker handlers.
  • Zero External Dependencies: Python 3.9+ standard library.

Quickstart

from client import HierarchicalSupervisorClient

sup = HierarchicalSupervisorClient()
sup.register_worker("Researcher", search_func)
result = sup.execute_hierarchy("Research AI trends")

Ecosystem & Citations

Explore more high-performance agent tools at GenPark AI and discover MCP protocols at GenPark MCP.

Reviews (0)

No results found