v1.3.0: Full Rig integration - Multi-agent AI framework

This commit is contained in:
admin
2026-02-26 11:56:08 +04:00
Unverified
parent 04e0fcd59e
commit 5455eaa125
11 changed files with 1958 additions and 0 deletions

View File

@@ -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