taichi

太极架构多 Agent 协作框架,支持集中式、分布式,元混合三种执行模式。基于 Redis 消息总线,实现 Planner/Drafter/Validator/Dispatcher 四个阶段的工作流。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "taichi" with this command: npx skills add indivisible2025/taichi

太极架构 (Taichi Framework)

多 Agent 协作框架,支持三种执行模式。

使用方式

当用户需要使用太极框架执行任务时,通过 exec 工具调用:

cd $HOME/.openclaw/workspace/taichi-framework && \
source venv/bin/activate && \
python orchestrator.py --mode <模式> --request "<任务描述>"

三种模式

模式命令适用场景
集中式--mode centralized线性依赖任务(默认)
分布式--mode distributed --workers N数据并行任务
元混合--mode hybrid --workers P,D,V,DP多阶段复杂任务

示例

集中式

cd $HOME/.openclaw/workspace/taichi-framework && \
source venv/bin/activate && \
python orchestrator.py --mode centralized --request "分析日志文件 app.log"

分布式(5个Worker并行)

cd $HOME/.openclaw/workspace/taichi-framework && \
source venv/bin/activate && \
python orchestrator.py --mode distributed --workers 5 --request "处理数据: 1,2,3,4,5"

元混合

cd $HOME/.openclaw/workspace/taichi-framework && \
source venv/bin/activate && \
python orchestrator.py --mode hybrid --workers 3,5,3,2 --request "复杂任务"

前置要求

  • Redis 运行中(redis-server
  • Python 虚拟环境已安装(./install.sh

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Dobby Harness Self-improving Coding Skills

Provides multi-agent orchestration with task decomposition, parallel execution, result aggregation, and self-improving workflows for complex coding tasks.

Registry SourceRecently Updated
640Profile unavailable
Automation

Agent Team Orchestration

Build and run multi-agent content production teams on OpenClaw with single-repo architecture, symlink-based file sharing, role-specialized AGENTS.md, and aut...

Registry SourceRecently Updated
2641Profile unavailable
Security

Free Mission Control for OpenClaw AI Agents

JARVIS Mission Control v2 — free, self-hosted command center for OpenClaw AI agents. Kanban board, real-time chat, Claude Code session tracking, GitHub Issue...

Registry SourceRecently Updated
1.6K4Profile unavailable
Automation

OpenAI Agent SDK

Build multi-agent AI systems with OpenAI Agents SDK. Create, orchestrate, and manage AI agents with tools, handoffs, guardrails, and tracing. Supports 100+ L...

Registry SourceRecently Updated
2020Profile unavailable