This commit is contained in:
Wendong 2025-03-15 21:33:20 +08:00
parent 9ef8d4254e
commit 2d31d24e99
2 changed files with 45 additions and 3 deletions

View File

@ -121,7 +121,19 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
</p>
</div>
- **[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.
<div style="background-color: #e3f2fd; padding: 12px; border-radius: 8px; border-left: 4px solid #1e88e5; margin: 10px 0;">
<h4 style="color: #1e88e5; margin: 0 0 8px 0;">
🎉 Latest Major Update - March 15, 2025
</h4>
<p style="margin: 0;">
<b>Significant Improvements:</b>
<ul style="margin: 5px 0 0 0; padding-left: 20px;">
<li>Restructured web-based UI architecture for enhanced stability 🏗️</li>
<li>Optimized OWL Agent execution mechanisms for better performance 🚀</li>
</ul>
<i>Try it now and experience the improved performance in your automation tasks!</i>
</p>
</div>
- **[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.
<div align="center" style="background-color: #f0f7ff; padding: 15px; border-radius: 10px; border: 2px solid #1e88e5; margin: 20px 0;">
<h3 style="color: #1e88e5; margin: 0;">
🚀 Enhanced Web Interface Now Available!
</h3>
<p style="margin: 10px 0;">
Experience improved system stability and optimized performance with our latest update.
Start exploring the power of OWL through our user-friendly interface!
</p>
</div>
## Starting the Web UI

View File

@ -104,7 +104,19 @@
</p>
</div>
- **[2025.03.15]**: 重构网页用户界面提升系统稳定性优化OWL Agent的运行机制提高执行效率与性能在SearchToolkit中整合百度搜索引擎
<div style="background-color: #e3f2fd; padding: 12px; border-radius: 8px; border-left: 4px solid #1e88e5; margin: 10px 0;">
<h4 style="color: #1e88e5; margin: 0 0 8px 0;">
🎉 最新重大更新 - 2025年3月15日
</h4>
<p style="margin: 0;">
<b>重要改进:</b>
<ul style="margin: 5px 0 0 0; padding-left: 20px;">
<li>重构网页用户界面架构,显著提升系统稳定性 🏗️</li>
<li>优化OWL Agent执行机制大幅提升性能与效率 🚀</li>
</ul>
<i>立即体验全新升级的自动化任务处理能力!</i>
</p>
</div>
- **[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}
# 🌐 网页界面
<div align="center" style="background-color: #f0f7ff; padding: 15px; border-radius: 10px; border: 2px solid #1e88e5; margin: 20px 0;">
<h3 style="color: #1e88e5; margin: 0;">
🚀 全新升级的网页界面现已发布!
</h3>
<p style="margin: 10px 0;">
体验更稳定的系统性能和优化后的执行效率。
通过我们直观的界面开启OWL强大功能的探索之旅
</p>
</div>
OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行:
```bash