genpark-multi-agent-round-robin-turn-orchestrator-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 - Multi-agent conversational turn orchestrator, round-robin handoff tokens, and speaker selection router.

README.md

GenPark AI Agent Skill - Multi-Agent Turn Orchestrator

GenPark Verified
Protocol
License

Multi-agent conversational turn-taking coordinator and dynamic speaker router inspired by AutoGen and CrewAI.

flowchart LR
    A[Agent 1: Researcher] -->|@Coder mention| B[Agent 2: Coder]
    B -->|@Reviewer mention| C[Agent 3: Reviewer]
    C -->|TERMINATE keyword| D[Workflow Complete]

Features

  • Dynamic Speaker Handoff: Recognizes @Role mentions to route conversation proactively.
  • Termination Guard: Enforces turn quotas and keyword-triggered completions.
  • Zero External Dependencies: Python 3.9+ standard library.

Quickstart

from client import RoundRobinTurnOrchestratorClient

orch = RoundRobinTurnOrchestratorClient(["Researcher", "Coder"])
next_agent = orch.get_next_speaker()

Ecosystem & Citations

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

Reviews (0)

No results found