diff --git a/README.md b/README.md index d381370..29e46d0 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,19 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas

-- **[2025.03.15]**: Restructured the web-based user interface architecture for improved system stability; optimized OWL Agent execution mechanisms for enhanced efficiency and performance; integrated Baidu search engine into SearchToolkit. +
+

+ 🎉 Latest Major Update - March 15, 2025 +

+

+ Significant Improvements: +

+ Try it now and experience the improved performance in your automation tasks! +

+
- **[2025.03.12]**: Added Bocha search in SearchToolkit, integrated Volcano Engine model platform, and enhanced Azure and OpenAI Compatible models with structured output and tool calling. - **[2025.03.11]**: We added MCPToolkit, FileWriteToolkit, and TerminalToolkit to enhance OWL agents with MCP tool calling, file writing capabilities, and terminal command execution. - **[2025.03.09]**: We added a web-based user interface that makes it easier to interact with the system. @@ -476,7 +488,15 @@ Selecting only necessary toolkits optimizes performance and reduces resource usa # 🌐 Web Interface -OWL includes an intuitive web-based user interface that makes it easier to interact with the system. +
+

+ 🚀 Enhanced Web Interface Now Available! +

+

+ Experience improved system stability and optimized performance with our latest update. + Start exploring the power of OWL through our user-friendly interface! +

+
## Starting the Web UI diff --git a/README_zh.md b/README_zh.md index 8d303f5..39021ec 100644 --- a/README_zh.md +++ b/README_zh.md @@ -104,7 +104,19 @@

-- **[2025.03.15]**: 重构网页用户界面,提升系统稳定性;优化OWL Agent的运行机制,提高执行效率与性能;在SearchToolkit中整合百度搜索引擎 +
+

+ 🎉 最新重大更新 - 2025年3月15日 +

+

+ 重要改进: +

+ 立即体验全新升级的自动化任务处理能力! +

+
- **[2025.03.12]**: 在SearchToolkit中添加了Bocha搜索功能,集成了火山引擎模型平台,并更新了Azure和OpenAI Compatible模型的结构化输出和工具调用能力。 - **[2025.03.11]**: 我们添加了 MCPToolkit、FileWriteToolkit 和 TerminalToolkit,增强了 OWL Agent 的 MCP(模型上下文协议)集成、文件写入能力和终端命令执行功能。MCP 作为一个通用协议层,标准化了 AI 模型与各种数据源和工具的交互方式。 - **[2025.03.09]**: 我们添加了基于网页的用户界面,使系统交互变得更加简便。 @@ -449,6 +461,16 @@ assistant_agent_kwargs = {"model": models["assistant"], "tools": tools} # 🌐 网页界面 +
+

+ 🚀 全新升级的网页界面现已发布! +

+

+ 体验更稳定的系统性能和优化后的执行效率。 + 通过我们直观的界面,开启OWL强大功能的探索之旅! +

+
+ OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行: ```bash