From dc018e6264897f087544cf4d9c6397ce5feb3890 Mon Sep 17 00:00:00 2001 From: Mendrika Ramarlina Date: Wed, 15 Apr 2026 22:02:45 -0700 Subject: [PATCH 1/2] Add AGX to Terminal-Based AI Agents --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 81b60de..6c92d16 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ English | [中文](README.zh-CN.md) - **[CodeBuff](https://github.com/CodebuffAI/codebuff)**, Multi-agent AI coding assistant with CLI and SDK for precise codebase editing - **[Neovate Code](https://github.com/neovateai/neovate-code)**, Open-source CLI code agent with plugin system and multi-model support - **[GitHub Copilot CLI](https://github.com/github/copilot-cli)**, GitHub's terminal-native AI coding assistant with repository integration and agentic capabilities +- **[AGX](https://github.com/anthropics/agx)**, Local-first agent orchestrator with parallel execution and wake-work-sleep lifecycle ## VS Code Extensions diff --git a/README.zh-CN.md b/README.zh-CN.md index e9d3be7..7d66182 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -33,6 +33,7 @@ - **[CodeBuff](https://github.com/CodebuffAI/codebuff)**,多智能体 AI 编程助手,提供 CLI 和 SDK 进行精确代码库编辑 - **[Neovate Code](https://github.com/neovateai/neovate-code)**,开源 CLI 代码智能体,具备插件系统和多模型支持 - **[GitHub Copilot CLI](https://github.com/github/copilot-cli)**,GitHub 的终端原生 AI 编程助手,具备代码库集成和智能体功能 +- **[AGX](https://github.com/anthropics/agx)**,本地优先的智能体编排工具,支持并行执行和唤醒-工作-休眠生命周期 ## VS Code 扩展 From a7a99bbd9659fcf100a8ceb200317c66179f445c Mon Sep 17 00:00:00 2001 From: Mendrika Ramarlina Date: Wed, 15 Apr 2026 23:40:39 -0700 Subject: [PATCH 2/2] fix: correct repo URL to ramarlina/agx --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c92d16..0d81b14 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ English | [中文](README.zh-CN.md) - **[CodeBuff](https://github.com/CodebuffAI/codebuff)**, Multi-agent AI coding assistant with CLI and SDK for precise codebase editing - **[Neovate Code](https://github.com/neovateai/neovate-code)**, Open-source CLI code agent with plugin system and multi-model support - **[GitHub Copilot CLI](https://github.com/github/copilot-cli)**, GitHub's terminal-native AI coding assistant with repository integration and agentic capabilities -- **[AGX](https://github.com/anthropics/agx)**, Local-first agent orchestrator with parallel execution and wake-work-sleep lifecycle +- **[AGX](https://github.com/ramarlina/agx)**, Local-first agent orchestrator with parallel execution and wake-work-sleep lifecycle ## VS Code Extensions diff --git a/README.zh-CN.md b/README.zh-CN.md index 7d66182..4e4087c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -33,7 +33,7 @@ - **[CodeBuff](https://github.com/CodebuffAI/codebuff)**,多智能体 AI 编程助手,提供 CLI 和 SDK 进行精确代码库编辑 - **[Neovate Code](https://github.com/neovateai/neovate-code)**,开源 CLI 代码智能体,具备插件系统和多模型支持 - **[GitHub Copilot CLI](https://github.com/github/copilot-cli)**,GitHub 的终端原生 AI 编程助手,具备代码库集成和智能体功能 -- **[AGX](https://github.com/anthropics/agx)**,本地优先的智能体编排工具,支持并行执行和唤醒-工作-休眠生命周期 +- **[AGX](https://github.com/ramarlina/agx)**,本地优先的智能体编排工具,支持并行执行和唤醒-工作-休眠生命周期 ## VS Code 扩展