Solo 是用于 opencode 的闭环编排器,将代码更改委托给专门的子代理,并基于原始测试结果迭代,直到目标测试通过。

Stars

31

7 天增长

暂无数据

Fork 数

3

开放 Issue

0

开源协议

MIT

最近更新

2026-07-08

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它引入了成本高效的分层架构和上下文隔离,在复杂任务上实现专家级编排,同时显著减少昂贵模型的令牌消耗。

适合谁使用

  • 使用 opencode 进行软件开发的开发者
  • 处理Bug修复或多文件代码变更的团队
  • 希望在不牺牲质量的前提下降低LLM成本的用户
  • 对多代理编排感兴趣的AI代理开发者

典型使用场景

  • 带有真实测试反馈的自动Bug修复迭代
  • 长周期多文件重构或功能实现
  • 代码库探索和根因分析
  • 对大型或高风险变更进行对抗性验证

项目优势

  • 直接从测试输出获得闭环反馈,确保修复的针对性
  • 上下文隔离将繁重的工具输出保留在子代理会话中,减少昂贵模型的令牌使用
  • 模块化代理设计允许为每个代理切换模型和行为
  • 在 SWE-bench Verified 上验证,解决率70%,并通过分层路由实现更低的有效成本

使用前须知

  • 需要 opencode 平台和已配置的LLM提供商
  • 在简单单文件Bug修复上的性能与单体代理相当(无明显优势)
  • 自动化运行中可能出现超时(基准测试中50个实例有5个超时)

README 快速开始

Quick Start

项目描述

OpenCode agent configuration — a read-only orchestrator delegates to 6 specialized subagents. Expert model plans, fast models execute. Isolated contexts, minimal permissions, adversarial verification built in. Ready to drop in.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

0xwilliamortiz
精选
0xwilliamortiz GitHub avatar

openclaude-improved

OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

AI 与机器学习大语言模型
577
7-e1even
精选
7-e1even GitHub avatar

learn-agent

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.

AI 与机器学习大语言模型
218
makecindy
精选
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI 与机器学习大语言模型
958