Wendong-Fan commited on
Commit
a6317b8
·
1 Parent(s): 42e11c4
Files changed (2) hide show
  1. README.md +22 -2
  2. README_zh.md +23 -1
README.md CHANGED
@@ -121,7 +121,19 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
121
  </p>
122
  </div>
123
 
124
- - **[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.
 
 
 
 
 
 
 
 
 
 
 
 
125
  - **[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.
126
  - **[2025.03.11]**: We added MCPToolkit, FileWriteToolkit, and TerminalToolkit to enhance OWL agents with MCP tool calling, file writing capabilities, and terminal command execution.
127
  - **[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
476
 
477
  # 🌐 Web Interface
478
 
479
- OWL includes an intuitive web-based user interface that makes it easier to interact with the system.
 
 
 
 
 
 
 
 
480
 
481
  ## Starting the Web UI
482
 
 
121
  </p>
122
  </div>
123
 
124
+ <div style="background-color: #e3f2fd; padding: 12px; border-radius: 8px; border-left: 4px solid #1e88e5; margin: 10px 0;">
125
+ <h4 style="color: #1e88e5; margin: 0 0 8px 0;">
126
+ 🎉 Latest Major Update - March 15, 2025
127
+ </h4>
128
+ <p style="margin: 0;">
129
+ <b>Significant Improvements:</b>
130
+ <ul style="margin: 5px 0 0 0; padding-left: 20px;">
131
+ <li>Restructured web-based UI architecture for enhanced stability 🏗️</li>
132
+ <li>Optimized OWL Agent execution mechanisms for better performance 🚀</li>
133
+ </ul>
134
+ <i>Try it now and experience the improved performance in your automation tasks!</i>
135
+ </p>
136
+ </div>
137
  - **[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.
138
  - **[2025.03.11]**: We added MCPToolkit, FileWriteToolkit, and TerminalToolkit to enhance OWL agents with MCP tool calling, file writing capabilities, and terminal command execution.
139
  - **[2025.03.09]**: We added a web-based user interface that makes it easier to interact with the system.
 
488
 
489
  # 🌐 Web Interface
490
 
491
+ <div align="center" style="background-color: #f0f7ff; padding: 15px; border-radius: 10px; border: 2px solid #1e88e5; margin: 20px 0;">
492
+ <h3 style="color: #1e88e5; margin: 0;">
493
+ 🚀 Enhanced Web Interface Now Available!
494
+ </h3>
495
+ <p style="margin: 10px 0;">
496
+ Experience improved system stability and optimized performance with our latest update.
497
+ Start exploring the power of OWL through our user-friendly interface!
498
+ </p>
499
+ </div>
500
 
501
  ## Starting the Web UI
502
 
README_zh.md CHANGED
@@ -104,7 +104,19 @@
104
  </p>
105
  </div>
106
 
107
- - **[2025.03.15]**: 重构网页用户界面,提升系统稳定性;优化OWL Agent的运行机制,提高执行效率与性能;在SearchToolkit中整合百度搜索引擎
 
 
 
 
 
 
 
 
 
 
 
 
108
  - **[2025.03.12]**: 在SearchToolkit中添加了Bocha搜索功能,集成了火山引擎模型平台,并更新了Azure和OpenAI Compatible模型的结构化输出和工具调用能力。
109
  - **[2025.03.11]**: 我们添加了 MCPToolkit、FileWriteToolkit 和 TerminalToolkit,增强了 OWL Agent 的 MCP(模型上下文协议)集成、文件写入能力和终端命令执行功能。MCP 作为一个通用协议层,标准化了 AI 模型与各种数据源和工具的交互方式。
110
  - **[2025.03.09]**: 我们添加了基于网页的用户界面,使系统交互变得更加简便。
@@ -449,6 +461,16 @@ assistant_agent_kwargs = {"model": models["assistant"], "tools": tools}
449
 
450
  # 🌐 网页界面
451
 
 
 
 
 
 
 
 
 
 
 
452
  OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行:
453
 
454
  ```bash
 
104
  </p>
105
  </div>
106
 
107
+ <div style="background-color: #e3f2fd; padding: 12px; border-radius: 8px; border-left: 4px solid #1e88e5; margin: 10px 0;">
108
+ <h4 style="color: #1e88e5; margin: 0 0 8px 0;">
109
+ 🎉 最新重大更新 - 2025年3月15日
110
+ </h4>
111
+ <p style="margin: 0;">
112
+ <b>重要改进:</b>
113
+ <ul style="margin: 5px 0 0 0; padding-left: 20px;">
114
+ <li>重构网页用户界面架构,显著提升系统稳定性 🏗️</li>
115
+ <li>优化OWL Agent执行机制,大幅提升性能与效率 🚀</li>
116
+ </ul>
117
+ <i>立即体验全新升级的自动化任务处理能力!</i>
118
+ </p>
119
+ </div>
120
  - **[2025.03.12]**: 在SearchToolkit中添加了Bocha搜索功能,集成了火山引擎模型平台,并更新了Azure和OpenAI Compatible模型的结构化输出和工具调用能力。
121
  - **[2025.03.11]**: 我们添加了 MCPToolkit、FileWriteToolkit 和 TerminalToolkit,增强了 OWL Agent 的 MCP(模型上下文协议)集成、文件写入能力和终端命令执行功能。MCP 作为一个通用协议层,标准化了 AI 模型与各种数据源和工具的交互方式。
122
  - **[2025.03.09]**: 我们添加了基于网页的用户界面,使系统交互变得更加简便。
 
461
 
462
  # 🌐 网页界面
463
 
464
+ <div align="center" style="background-color: #f0f7ff; padding: 15px; border-radius: 10px; border: 2px solid #1e88e5; margin: 20px 0;">
465
+ <h3 style="color: #1e88e5; margin: 0;">
466
+ 🚀 全新升级的网页界面现已发布!
467
+ </h3>
468
+ <p style="margin: 10px 0;">
469
+ 体验更稳定的系统性能和优化后的执行效率。
470
+ 通过我们直观的界面,开启OWL强大功能的探索之旅!
471
+ </p>
472
+ </div>
473
+
474
  OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行:
475
 
476
  ```bash