SUMMARY AI summary by gpt-5-mini
multi-agent-orchestrator-rs は、実行役(executor)エージェントと独立したレビュアー(reviewer)エージェントをファイルベースの入出力でやり取りさせ、FSM(有限状態機械)で制御する Rust 製の決定論的オーケストレータです。実装目的は、エージェントに作業を委譲しつつ、オーケストレータ側で状態遷移、再試行、ハング検出、品質ゲートを厳密に管理することで、人手やランダムな推論に依存しないワークフローを実現することです。 対象ユーザーは、エージェントベースの自動実装や調査、計画作成を運用する開発者/運用者で、Claude/OpenCode/Codex 等のプロバイダ CLI と既存のセッション(スレッド名)およびクリーンな git ワークツリーを前提とします。主な機能は、3 種類のワークフロー(plan、investigate、implement)、レビュアーによる厳格な YAML ベース判定(quality_score ≥ 8 で合格)、終了条件と終了コードの管理、実行ログと JSON 形式の最終レポート出力(生のトランスポートスナップショットを含む)です。セッションは自動生成せず既存セッションを発見して使用します。ビルドは cargo、操作はコマンドライン引数で行います。
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Rust Developer
Dates
| Created on GitHub | 2026-05-09 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:13 |
Similar repos (same language)
Local desktop gateway that translates OpenAI Codex CLI's Responses API into Chat Completions for Kimi / DeepSeek / Zhipu GLM / Bailian and other OpenAI-compatible providers.
garudust-org/garudust-agent🦅 Open-source self-improving AI agent in Rust — persistent memory, skill learning, tool hub, multi-platform bots & production gateway
holotherapper/lmmLocal AI model manager
jscott3201/rusty-bacnet-mcpDedicated MCP (Model Context Protocol) server for agentic interaction with BACnet building automation networks — bulk reads, hot-reload safety layer, and a ratatui operator console on the rusty-bacnet stack.
martint/kataCode review for jj (jujutsu) workflows: revset-defined reviews, patchset-anchored comments that survive branch movement, with web, HTTP, and MCP surfaces for fast AI-agent iteration.
atliliw/langchainRustAgentRAG-based conversational AI system with layered compression, multi-agent collection, and hybrid retrieval (BM25 + vector). Built with Rust/Axum.
Jeffrin-dev/AimDock Tespera/alluviumAuto-archive Claude Code sessions to your Obsidian vault as a Karpathy-style LLM wiki. Passive, hook-driven, knowledge converges instead of accumulating.