v1.3.0: Full Rig integration - Multi-agent AI framework
This commit is contained in:
20
README.md
20
README.md
@@ -456,6 +456,26 @@ rm -rf QwenClaw-with-Auth
|
||||
|
||||
QwenClaw follows [Semantic Versioning](https://semver.org/) (MAJOR.MINOR.PATCH).
|
||||
|
||||
### [1.3.0] - 2026-02-26
|
||||
|
||||
#### Added
|
||||
- **Full Rig Integration** - Rust-based AI agent framework
|
||||
- **rig-service/** - Standalone Rust microservice with:
|
||||
- Multi-agent orchestration (Agent Councils)
|
||||
- Dynamic tool calling with ToolSet registry
|
||||
- RAG workflows with SQLite vector store
|
||||
- HTTP/REST API for TypeScript integration
|
||||
- **TypeScript Client** - `src/rig/client.ts` for seamless integration
|
||||
- **API Endpoints**:
|
||||
- `/api/agents` - Agent management
|
||||
- `/api/councils` - Multi-agent orchestration
|
||||
- `/api/tools` - Tool registry and search
|
||||
- `/api/documents` - Vector store for RAG
|
||||
- **Documentation**: `docs/RIG-INTEGRATION.md` with full usage guide
|
||||
|
||||
#### Changed
|
||||
- Updated Rig analysis doc with implementation details
|
||||
|
||||
### [1.2.0] - 2026-02-26
|
||||
|
||||
#### Added
|
||||
|
||||
Reference in New Issue
Block a user