返回 Skill 列表
extension
分类: 开发与工程无需 API Key

ac-parallel-coordinator

协调并行自主操作。在运行并行功能、管理并发工作、协调多个代理或优化吞吐量时使用。

person作者: jakexiaohubgithub

AC Parallel Coordinator

Coordinate parallel autonomous operations.

Purpose

Manages parallel execution of independent features to maximize throughput while maintaining safety.

Quick Start

from scripts.parallel_coordinator import ParallelCoordinator

coordinator = ParallelCoordinator(project_dir)
parallel_groups = await coordinator.find_parallel_opportunities()
results = await coordinator.execute_parallel(parallel_groups[0])

API Reference

See scripts/parallel_coordinator.py for full implementation.