agestra 4.5.11 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@
12
12
  "name": "agestra",
13
13
  "source": "./",
14
14
  "description": "Orchestrate Ollama, Gemini, and Codex for multi-AI debates, cross-validation, and GraphRAG memory",
15
- "version": "4.5.11",
15
+ "version": "4.6.0",
16
16
  "author": {
17
17
  "name": "mua-vtuber"
18
18
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agestra",
3
- "version": "4.5.11",
3
+ "version": "4.6.0",
4
4
  "description": "Claude Code plugin — orchestrate Ollama, Gemini, and Codex for multi-AI debates, cross-validation, and GraphRAG memory",
5
5
  "mcpServers": {
6
6
  "agestra": {
package/README.ja.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  [English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [中文](README.zh.md)
9
9
 
10
- Agestra は Ollama(ローカル)、Gemini CLI、Codex CLI を Claude Code にプラガブルなプロバイダーとして接続し、独立集約、合意形成ディベート、自律 CLI ワーカー、並列タスク配分、クロスバリデーション、品質ベースのプロバイダー選択、永続的な GraphRAG メモリを 42 個の MCP ツールで提供します。
10
+ Agestra は Ollama(ローカル)、Gemini CLI、Codex CLI を Claude Code にプラガブルなプロバイダーとして接続し、独立集約、合意形成ディベート、自律 CLI ワーカー、並列タスク配分、クロスバリデーション、品質ベースのプロバイダー選択、永続的な GraphRAG メモリを 31 個の MCP ツールで提供します。
11
11
 
12
12
  ## クイックスタート
13
13
 
@@ -129,7 +129,7 @@ Turborepo モノレポで、9 パッケージ構成です:
129
129
  | `@agestra/agents` | 合意検出付きディベートエンジン、ターン品質評価、タスク配分、クロスバリデーション、タスクチェーン、自動 QA、ファイル変更追跡、セッション管理 |
130
130
  | `@agestra/workspace` | レビュー、分析メモ、統合レポート向けのワークスペース文書マネージャー |
131
131
  | `@agestra/memory` | GraphRAG — FTS5 + ベクトル + ナレッジグラフのハイブリッド検索、行き詰まり追跡 |
132
- | `@agestra/mcp-server` | MCP プロトコル層、42 ツール、環境依存のツールフィルタリング、ディスパッチ |
132
+ | `@agestra/mcp-server` | MCP プロトコル層、31 ツール、環境依存のツールフィルタリング、ディスパッチ |
133
133
 
134
134
  ### 設計原則
135
135
 
@@ -151,7 +151,7 @@ Turborepo モノレポで、9 パッケージ構成です:
151
151
 
152
152
  ---
153
153
 
154
- ## ツール (42)
154
+ ## ツール (31)
155
155
 
156
156
  ### AI チャット (3)
157
157
 
@@ -161,7 +161,7 @@ Turborepo モノレポで、9 パッケージ構成です:
161
161
  | `ai_analyze_files` | ディスク上のファイルを読み込み、質問と一緒にプロバイダーへ送信 |
162
162
  | `ai_compare` | 同じプロンプトを複数プロバイダーに送り、応答を比較 |
163
163
 
164
- ### エージェントオーケストレーション (11)
164
+ ### エージェントオーケストレーション (0)
165
165
 
166
166
  | ツール | 説明 |
167
167
  |--------|------|
@@ -344,7 +344,7 @@ agestra/
344
344
  │ ├── agents/ # ディベートエンジン、ディスパッチ、クロスバリデーション
345
345
  │ ├── workspace/ # ワークスペース文書マネージャー
346
346
  │ ├── memory/ # GraphRAG: ハイブリッド検索、行き詰まり追跡
347
- │ └── mcp-server/ # MCP サーバー、42 ツール、環境依存フィルタリング、ディスパッチ
347
+ │ └── mcp-server/ # MCP サーバー、31 ツール、環境依存フィルタリング、ディスパッチ
348
348
  ├── package.json # ワークスペースルート
349
349
  └── turbo.json # Turborepo パイプライン
350
350
  ```
package/README.ko.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  [English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [中文](README.zh.md)
9
9
 
10
- Agestra는 Claude 호스트, Ollama(로컬), Gemini CLI, Codex CLI를 플러그형 공급자로 연결합니다. 독립 취합, 합의 토론, 자율 CLI 워커, 병렬 작업 분배, 교차 검증, 품질 기반 공급자 라우팅, 지속적 GraphRAG 메모리 시스템을 42개 MCP 도구로 제공합니다.
10
+ Agestra는 Claude 호스트, Ollama(로컬), Gemini CLI, Codex CLI를 플러그형 공급자로 연결합니다. 독립 취합, 합의 토론, 자율 CLI 워커, 병렬 작업 분배, 교차 검증, 품질 기반 공급자 라우팅, 지속적 GraphRAG 메모리 시스템을 31개 MCP 도구로 제공합니다.
11
11
 
12
12
  ## 빠른 시작
13
13
 
@@ -170,7 +170,7 @@ Turborepo 모노레포, 9개 패키지:
170
170
  | `@agestra/agents` | 합의 검출 토론 엔진, 턴 품질 평가기, 작업 분배기, 교차 검증기, 작업 체인, 자동 QA, 파일 변경 추적기, 세션 관리자 |
171
171
  | `@agestra/workspace` | 리뷰, 분석 메모, 통합 보고서를 위한 워크스페이스 문서 관리자 |
172
172
  | `@agestra/memory` | GraphRAG — FTS5 + 벡터 + 지식 그래프 하이브리드 검색, 실패 추적 |
173
- | `@agestra/mcp-server` | MCP 프로토콜 레이어, 42개 도구, 환경별 도구 필터링, 디스패치 |
173
+ | `@agestra/mcp-server` | MCP 프로토콜 레이어, 31개 도구, 환경별 도구 필터링, 디스패치 |
174
174
 
175
175
  ### 설계 원칙
176
176
 
@@ -192,7 +192,7 @@ Turborepo 모노레포, 9개 패키지:
192
192
 
193
193
  ---
194
194
 
195
- ## 도구 (42개)
195
+ ## 도구 (31개)
196
196
 
197
197
  ### AI 채팅 (3개)
198
198
 
@@ -202,7 +202,7 @@ Turborepo 모노레포, 9개 패키지:
202
202
  | `ai_analyze_files` | 파일을 디스크에서 읽어 공급자에게 질문과 함께 전송 |
203
203
  | `ai_compare` | 같은 프롬프트를 여러 공급자에 보내 응답 비교 |
204
204
 
205
- ### 에이전트 오케스트레이션 (11개)
205
+ ### 에이전트 오케스트레이션 (0개)
206
206
 
207
207
  | 도구 | 설명 |
208
208
  |------|------|
@@ -385,7 +385,7 @@ agestra/
385
385
  │ ├── agents/ # 토론 엔진, 분배기, 교차 검증기
386
386
  │ ├── workspace/ # 워크스페이스 문서 관리자
387
387
  │ ├── memory/ # GraphRAG: 하이브리드 검색, 실패 추적
388
- │ └── mcp-server/ # MCP 서버, 42개 도구, 환경별 필터링, 디스패치
388
+ │ └── mcp-server/ # MCP 서버, 31개 도구, 환경별 필터링, 디스패치
389
389
  ├── package.json # 워크스페이스 루트
390
390
  └── turbo.json # Turborepo 파이프라인
391
391
  ```
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  [English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [中文](README.zh.md)
9
9
 
10
- Agestra connects the Claude host, Ollama (local), Gemini CLI, and Codex CLI as pluggable providers, enabling multi-agent orchestration with independent aggregation, consensus debates, autonomous CLI workers, parallel task dispatch, cross-validation, quality-based provider routing, and a persistent GraphRAG memory system — all through 42 MCP tools.
10
+ Agestra connects the Claude host, Ollama (local), Gemini CLI, and Codex CLI as pluggable providers, enabling multi-agent orchestration with independent aggregation, consensus debates, autonomous CLI workers, parallel task dispatch, cross-validation, quality-based provider routing, and a persistent GraphRAG memory system — all through 31 MCP tools.
11
11
 
12
12
  ## Quick Start
13
13
 
@@ -170,7 +170,7 @@ Turborepo monorepo with 9 packages:
170
170
  | `@agestra/agents` | Debate engine with consensus detection, turn quality evaluator, task dispatcher, cross-validator, task chain, auto-QA, file change tracker, session manager |
171
171
  | `@agestra/workspace` | Workspace document manager for reviews, analysis notes, and aggregated reports |
172
172
  | `@agestra/memory` | GraphRAG — FTS5 + vector + knowledge graph hybrid search, dead-end tracking |
173
- | `@agestra/mcp-server` | MCP protocol layer, 42 tools, environment-aware tool filtering, dispatch |
173
+ | `@agestra/mcp-server` | MCP protocol layer, 31 tools, environment-aware tool filtering, dispatch |
174
174
 
175
175
  ### Design Principles
176
176
 
@@ -192,7 +192,7 @@ Turborepo monorepo with 9 packages:
192
192
 
193
193
  ---
194
194
 
195
- ## Tools (42)
195
+ ## Tools (31)
196
196
 
197
197
  ### AI Chat (3)
198
198
 
@@ -202,7 +202,7 @@ Turborepo monorepo with 9 packages:
202
202
  | `ai_analyze_files` | Read files from disk and send contents with a question to a provider |
203
203
  | `ai_compare` | Send the same prompt to multiple providers, compare responses |
204
204
 
205
- ### Agent Orchestration (11)
205
+ ### Agent Orchestration (0)
206
206
 
207
207
  | Tool | Description |
208
208
  |------|-------------|
@@ -385,7 +385,7 @@ agestra/
385
385
  │ ├── agents/ # Debate engine, dispatcher, cross-validator
386
386
  │ ├── workspace/ # Workspace document manager
387
387
  │ ├── memory/ # GraphRAG: hybrid search, dead-end tracking
388
- │ └── mcp-server/ # MCP server, 42 tools, environment-aware filtering, dispatch
388
+ │ └── mcp-server/ # MCP server, 31 tools, environment-aware filtering, dispatch
389
389
  ├── package.json # Workspace root
390
390
  └── turbo.json # Turborepo pipeline
391
391
  ```
package/README.zh.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  [English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [中文](README.zh.md)
9
9
 
10
- Agestra 将 Ollama(本地)、Gemini CLI 和 Codex CLI 作为可插拔提供方接入 Claude Code,通过 42 个 MCP 工具提供多 AI 编排、独立汇总、共识辩论、自主 CLI Worker、并行任务分发、交叉验证、基于质量的提供方路由,以及持久化 GraphRAG 记忆系统。
10
+ Agestra 将 Ollama(本地)、Gemini CLI 和 Codex CLI 作为可插拔提供方接入 Claude Code,通过 31 个 MCP 工具提供多 AI 编排、独立汇总、共识辩论、自主 CLI Worker、并行任务分发、交叉验证、基于质量的提供方路由,以及持久化 GraphRAG 记忆系统。
11
11
 
12
12
  ## 快速开始
13
13
 
@@ -129,7 +129,7 @@ Gemini 会结合仓库根目录下的 [GEMINI.md](GEMINI.md) 与 [`.gemini/comma
129
129
  | `@agestra/agents` | 带共识检测的辩论引擎、轮次质量评估、任务分发、交叉验证、任务链、自动 QA、文件变更跟踪、会话管理 |
130
130
  | `@agestra/workspace` | 用于评审、分析笔记和汇总报告的工作区文档管理器 |
131
131
  | `@agestra/memory` | GraphRAG:FTS5 + 向量 + 知识图谱混合检索,以及死路追踪 |
132
- | `@agestra/mcp-server` | MCP 协议层,42 个工具,按环境过滤工具并动态分发 |
132
+ | `@agestra/mcp-server` | MCP 协议层,31 个工具,按环境过滤工具并动态分发 |
133
133
 
134
134
  ### 设计原则
135
135
 
@@ -151,7 +151,7 @@ Gemini 会结合仓库根目录下的 [GEMINI.md](GEMINI.md) 与 [`.gemini/comma
151
151
 
152
152
  ---
153
153
 
154
- ## 工具(42
154
+ ## 工具(31
155
155
 
156
156
  ### AI Chat(3)
157
157
 
@@ -161,7 +161,7 @@ Gemini 会结合仓库根目录下的 [GEMINI.md](GEMINI.md) 与 [`.gemini/comma
161
161
  | `ai_analyze_files` | 从磁盘读取文件并连同问题一起发送给提供方 |
162
162
  | `ai_compare` | 将同一提示发送给多个提供方并比较结果 |
163
163
 
164
- ### Agent Orchestration(11
164
+ ### Agent Orchestration(0
165
165
 
166
166
  | 工具 | 说明 |
167
167
  |------|------|
@@ -344,7 +344,7 @@ agestra/
344
344
  │ ├── agents/ # 辩论引擎、分发器、交叉验证器
345
345
  │ ├── workspace/ # 工作区文档管理器
346
346
  │ ├── memory/ # GraphRAG:混合检索、死路追踪
347
- │ └── mcp-server/ # MCP Server,42 个工具,按环境过滤并分发
347
+ │ └── mcp-server/ # MCP Server,31 个工具,按环境过滤并分发
348
348
  ├── package.json # 工作区根目录
349
349
  └── turbo.json # Turborepo pipeline
350
350
  ```