diff --git a/README.md b/README.md index 29e46d0..1119a96 100644 --- a/README.md +++ b/README.md @@ -58,49 +58,6 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas - -# 📋 Table of Contents - -- [📋 Table of Contents](#-table-of-contents) -- [🔥 News](#-news) -- [🎬 Demo Video](#-demo-video) -- [✨️ Core Features](#️-core-features) -- [🛠️ Installation](#️-installation) - - [Option 1: Using uv (Recommended)](#option-1-using-uv-recommended) - - [Option 2: Using venv and pip](#option-2-using-venv-and-pip) - - [Option 3: Using conda](#option-3-using-conda) - - [**Setup Environment Variables**](#setup-environment-variables) - - [Option 1: Using a `.env` File (Recommended)](#option-1-using-a-env-file-recommended) - - [Option 2: Setting Environment Variables Directly](#option-2-setting-environment-variables-directly) - - [**Running with Docker**](#running-with-docker) -- [🚀 Quick Start](#-quick-start) - - [Try MCP (Model Context Protocol) Integration](#try-mcp-model-context-protocol-integration) - - [Basic Usage](#basic-usage) - - [Running with Different Models](#running-with-different-models) - - [Model Requirements](#model-requirements) - - [Supported Models](#supported-models) - - [Example Tasks](#example-tasks) -- [🧰 Toolkits and Capabilities](#-toolkits-and-capabilities) - - [Model Context Protocol (MCP)](#model-context-protocol-mcp) - - [Available Toolkits](#available-toolkits) - - [Available Toolkits](#available-toolkits-1) - - [Multimodal Toolkits (Require multimodal model capabilities)](#multimodal-toolkits-require-multimodal-model-capabilities) - - [Text-Based Toolkits](#text-based-toolkits) - - [Customizing Your Configuration](#customizing-your-configuration) -- [🌐 Web Interface](#-web-interface) - - [Starting the Web UI](#starting-the-web-ui) - - [Features](#features) -- [🧪 Experiments](#-experiments) -- [⏱️ Future Plans](#️-future-plans) -- [📄 License](#-license) -- [🖊️ Cite](#️-cite) -- [🤝 Contributing](#-contributing) -- [🔥 Community](#-community) -- [❓ FAQ](#-faq) -- [📚 Exploring CAMEL Dependency](#-exploring-camel-dependency) - - [Accessing CAMEL Source Code](#accessing-camel-source-code) -- [⭐ Star History](#-star-history) - # 🔥 News @@ -134,6 +91,7 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas 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. diff --git a/README_zh.md b/README_zh.md index 39021ec..c3fa9eb 100644 --- a/README_zh.md +++ b/README_zh.md @@ -59,33 +59,6 @@ - -# 📋 目录 - -- [📋 目录](#-目录) -- [🔥 新闻](#-新闻) -- [🎬 演示视频](#-演示视频) -- [✨️ 核心功能](#-核心功能) -- [🛠️ 安装](#️-安装) - - [**选项1:使用 uv(推荐)**](#选项1使用-uv推荐) - - [**选项2:使用 venv 和 pip**](#选项2使用-venv-和-pip) - - [**选项3:使用 conda**](#选项3使用-conda) - - [**设置环境变量**](#设置环境变量) - - [**使用Docker运行**](#使用docker运行) -- [🚀 快速开始](#-快速开始) -- [🧰 工具包与功能](#-工具包与功能) -- [🌐 网页界面](#-网页界面) -- [🧪 实验](#-实验) -- [⏱️ 未来计划](#️-未来计划) -- [📄 许可证](#-许可证) -- [🖊️ 引用](#️-引用) -- [🤝 贡献](#-贡献) -- [🔥 社区](#-社区) -- [❓ 常见问题](#-常见问题) -- [📚 探索 CAMEL 依赖](#-探索-camel-依赖) -- [⭐ Star History](#-star-history) - - # 🔥 新闻
@@ -117,6 +90,7 @@ 立即体验全新升级的自动化任务处理能力!

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