agestra 4.3.2 → 4.3.3
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.
- package/.claude-plugin/plugin.json +1 -1
- package/README.ko.md +5 -3
- package/README.md +5 -3
- package/dist/bundle.js +534 -69
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
[English](README.md) | [한국어](README.ko.md)
|
|
9
9
|
|
|
10
|
-
Agestra는 Ollama(로컬), Gemini CLI, Codex CLI를 Claude Code에 플러그형으로 연결합니다. 독립 취합, 합의 토론, 자율 CLI 워커, 병렬 작업 분배, 교차 검증, 품질 기반 공급자 라우팅, 지속적 GraphRAG 메모리 시스템을
|
|
10
|
+
Agestra는 Ollama(로컬), Gemini CLI, Codex CLI를 Claude Code에 플러그형으로 연결합니다. 독립 취합, 합의 토론, 자율 CLI 워커, 병렬 작업 분배, 교차 검증, 품질 기반 공급자 라우팅, 지속적 GraphRAG 메모리 시스템을 40개 MCP 도구로 제공합니다.
|
|
11
11
|
|
|
12
12
|
## 빠른 시작
|
|
13
13
|
|
|
@@ -75,6 +75,8 @@ Claude Code에서 실행:
|
|
|
75
75
|
| `cancel` | 워커, 토론, 체인, 작업의 정상 종료 |
|
|
76
76
|
| `build-fix` | 빌드/타입체크/린트 에러 자동 진단 및 수정 |
|
|
77
77
|
| `trace` | 에이전트 실행 타임라인 및 흐름 다이어그램 조회 |
|
|
78
|
+
| `design` | 멀티 AI 모드 선택이 포함된 아키텍처 탐색 워크플로우 |
|
|
79
|
+
| `idea` | 멀티 AI 모드 선택이 포함된 개선점 발굴 워크플로우 |
|
|
78
80
|
|
|
79
81
|
---
|
|
80
82
|
|
|
@@ -91,7 +93,7 @@ Turborepo 모노레포, 8개 패키지:
|
|
|
91
93
|
| `@agestra/agents` | 합의 검출 토론 엔진, 턴 품질 평가기, 작업 분배기, 교차 검증기, 작업 체인, 자동 QA, 파일 변경 추적기, 세션 관리자 |
|
|
92
94
|
| `@agestra/workspace` | 코드 리뷰 워크플로우용 문서 관리자 |
|
|
93
95
|
| `@agestra/memory` | GraphRAG — FTS5 + 벡터 + 지식 그래프 하이브리드 검색, 실패 추적 |
|
|
94
|
-
| `@agestra/mcp-server` | MCP 프로토콜 레이어,
|
|
96
|
+
| `@agestra/mcp-server` | MCP 프로토콜 레이어, 40개 도구, 디스패치 |
|
|
95
97
|
|
|
96
98
|
### 설계 원칙
|
|
97
99
|
|
|
@@ -113,7 +115,7 @@ Turborepo 모노레포, 8개 패키지:
|
|
|
113
115
|
|
|
114
116
|
---
|
|
115
117
|
|
|
116
|
-
## 도구 (
|
|
118
|
+
## 도구 (40개)
|
|
117
119
|
|
|
118
120
|
### AI 채팅 (3개)
|
|
119
121
|
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
[English](README.md) | [한국어](README.ko.md)
|
|
9
9
|
|
|
10
|
-
Agestra connects Ollama (local), Gemini CLI, and Codex CLI to Claude Code 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
|
|
10
|
+
Agestra connects Ollama (local), Gemini CLI, and Codex CLI to Claude Code 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 40 MCP tools.
|
|
11
11
|
|
|
12
12
|
## Quick Start
|
|
13
13
|
|
|
@@ -75,6 +75,8 @@ Each command presents a choice:
|
|
|
75
75
|
| `cancel` | Graceful stop for workers, debates, chains, tasks |
|
|
76
76
|
| `build-fix` | Auto-diagnose and fix build/typecheck/lint errors |
|
|
77
77
|
| `trace` | View agent execution timeline and flow diagrams |
|
|
78
|
+
| `design` | Architecture exploration workflow with multi-AI mode selection |
|
|
79
|
+
| `idea` | Improvement discovery workflow with multi-AI mode selection |
|
|
78
80
|
|
|
79
81
|
---
|
|
80
82
|
|
|
@@ -91,7 +93,7 @@ Turborepo monorepo with 8 packages:
|
|
|
91
93
|
| `@agestra/agents` | Debate engine with consensus detection, turn quality evaluator, task dispatcher, cross-validator, task chain, auto-QA, file change tracker, session manager |
|
|
92
94
|
| `@agestra/workspace` | Document manager for code review workflows |
|
|
93
95
|
| `@agestra/memory` | GraphRAG — FTS5 + vector + knowledge graph hybrid search, dead-end tracking |
|
|
94
|
-
| `@agestra/mcp-server` | MCP protocol layer,
|
|
96
|
+
| `@agestra/mcp-server` | MCP protocol layer, 40 tools, dispatch |
|
|
95
97
|
|
|
96
98
|
### Design Principles
|
|
97
99
|
|
|
@@ -113,7 +115,7 @@ Turborepo monorepo with 8 packages:
|
|
|
113
115
|
|
|
114
116
|
---
|
|
115
117
|
|
|
116
|
-
## Tools (
|
|
118
|
+
## Tools (40)
|
|
117
119
|
|
|
118
120
|
### AI Chat (3)
|
|
119
121
|
|