v0.2.0
Tencent/WeKnorav0.2.0Dec 5, 2025by begoniezhao
AI Summary
WeKnora v0.2.0 is a major feature release introducing ReACT Agent mode with knowledge base retrieval and external tool integration, a centralized Model Management System, multi-type knowledge base support (FAQ and document), and enhanced conversation strategy configuration. The release also includes significant UI/UX improvements and infrastructure upgrades like MQ-based async task management and automatic database migration.
Key Highlights
- New ReACT Agent mode with built-in tools for knowledge base retrieval, MCP tools, web search, and multi-iteration reflection capabilities
- Centralized Model Management System with built-in model sharing across multiple tenants
- Multi-type Knowledge Base support for FAQ and document types with folder/URL import and tag management
- Conversation Strategy Configuration allowing configurable Agent models, retrieval thresholds, and online Prompt settings
- Infrastructure upgrade with MQ-based async task management and automatic database migration
New Features
- ReACT Agent Mode with built-in knowledge base retrieval tools
- MCP tool integration supporting Stdio, HTTP Streamable, and SSE transport methods
- Web search integration with built-in DuckDuckGo engine
- Model Management System with centralized configuration and multi-tenant sharing
- FAQ Knowledge Base with batch import/delete and online testing
- Document Knowledge Base with folder and URL import
- Tag management system for knowledge bases
- Conversation Strategy Configuration with configurable models and retrieval thresholds
- Online Prompt configuration for conversation control
- MQ-based async task management for task integrity
- Automatic database migration for version upgrades
- Fast development mode with docker-compose.dev.yml
Full Release Notes
## WeKnora v0.2.0 Release Notes **Release Date**: 2025-12-05 This is a major feature update introducing ReACT Agent mode, Model Management System, FAQ Knowledge Base, and more. --- ### 🚀 Major Features #### ReACT Agent Mode - New ReACT Agent mode with built-in tools for knowledge base retrieval - Support for user-configured MCP tools and web search tools to access external services - Multiple iterations and reflection to provide comprehensive summary reports - Cross-knowledge base retrieval support, allowing selection of multiple knowledge bases #### Model Management System - Centralized model configuration management - Added model selection in knowledge base settings page - Built-in model sharing functionality across multiple tenants - Tenants can use shared models but are restricted from editing or viewing model details #### Multi-Type Knowledge Base Support - Support for creating FAQ and document knowledge base types - Folder import functionality - URL import functionality - Tag management system - Online knowledge entry capability #### FAQ Knowledge Base - New FAQ-type knowledge base - Batch import and batch delete functionality - Online FAQ entry - Online FAQ testing capability #### Conversation Strategy Configuration - Support for configuring Agent models and normal mode models - Configurable retrieval thresholds - Online Prompt configuration - Precise control over multi-turn conversation behavior and retrieval execution methods #### Web Search Integration - Support for extensible web search engines - Built-in DuckDuckGo search engine #### MCP Tool Integration - Support for extending Agent capabilities through MCP - Built-in uvx and npx MCP launcher tools - Support for three transport methods: Stdio, HTTP Streamable, and SSE --- ### 🎨 UI/UX Improvements - **REDESIGNED**: Conversation interface with Agent mode/normal mode switching - **REDESIGNED**: Login page UI - **ENHANCED**: Session list with time-ordered grouping - **NEW**: Quick Actions area with unified UI visual effects - **IMPROVED**: Knowledge base list cards displaying type, knowledge count, and build status - **NEW**: Breadcrumb navigation in FAQ and document list pages - **REDESIGNED**: Knowledge base settings page with separate configuration for type, models, chunking methods, and advanced settings - **NEW**: Global settings page for permissions configuration - **ENHANCED**: Conversation flow page with tool call execution process display --- ### ⚡ Infrastructure Upgrades - **NEW**: MQ-based async task management ensuring task integrity after service restart - **NEW**: Automatic database migration supporting schema and data migration during version upgrades - **NEW**: Fast development mode with `docker-compose.dev.yml` for quick development environment startup - **IMPROVED**: Log structure optimization - **NEW**: Event subscription and publishing mechanism **Full Changelog**: [CHANGELOG.md](./CHANGELOG.md)