v0.1.3
rapidaai/voice-aiv0.1.3Jan 26, 2026by iamprashant
AI Summary
Release focused on Model Context Protocol (MCP) support and remote agent execution capabilities. Includes WebSocket-based LLM executor and improved deployment flexibility.
Key Highlights
- WebSocket-Based LLM Executor for real-time streaming
- Remote Executor and AgentKit via gRPC
- MCP Tool Implementation for external integrations
- React dependency upgrades for security and performance
- Optimized CI/CD pipeline with non-blocking Trivy scans
New Features
- WebSocket-Based LLM Executor
- Remote Agent Execution via gRPC
- MCP tool support for agent tool invocations
Full Release Notes
## New Features ### Model Context Protocol (MCP) & Remote Agent Execution - **WebSocket-Based LLM Executor** — Enable real-time, low-latency communication with language models via WebSocket integration for streaming responses - **Remote Executor and AgentKit (gRPC)** — Run agents and models remotely with improved deployment flexibility and scalability ### MCP Tool Implementation - New tools added to expand integration capabilities with external services and APIs ## Improvements ### Frontend & Dependency Updates - **React Dependency Upgrades** — Updated to the latest React dependencies for improved security and performance - **Cleaner Logging** — Removal of unnecessary logs for a more focused development experience - **ESLint Fixes** — Addressed outstanding lint errors to maintain codebase hygiene ### CI/CD and Quality-of-Life Enhancements - **Optimized Build Pipeline** — CI updated to skip CGO-dependent packages and make Trivy scans non-blocking for faster, more reliable builds - **Go Linting Improvements** — Comprehensive auto-formatting and convention enforcement using golangci-lint, standardized to Go 1.25 in Docker and CI - **Dependency Security** — Packages updated and audit processes improved for enhanced security postures ### Stability & Refactoring - Multiple under-the-hood improvements to enhance reliability and maintainability ## Upgrade Considerations - **No breaking changes** — Applications using existing features remain fully compatible - **Validation recommended** — Applications utilizing new LLM execution paths or remote deployment features should be tested - **Reinstall dependencies** — Developers should update dependencies with `npm install` and `go mod download`