genpark-agent-hierarchical-delegation-supervisor-skill
mcp
Uyari
Health Uyari
- 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 Gecti
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
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
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.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi