diff --git a/README.md b/README.md index 3f1d537..40b2a9f 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ The built application will include your API configuration, so end users don't ne - **Multiple AI Providers**: Support for DeepSeek, Qwen, Google Gemini, Anthropic Claude, and OpenRouter - **UI Configuration**: Configure AI models and API keys directly in the app, no file editing required +- **Agent Configuration**: Customize AI agent behavior with custom prompts and manage MCP tools +- **Toolbox**: Centralized hub for system features including agent configuration, scheduled tasks, and more - **AI-Powered Browser**: Intelligent browser with automated task execution - **Multi-Modal AI**: Vision and text processing capabilities - **Scheduled Tasks**: Create and manage automated recurring tasks @@ -109,6 +111,16 @@ View past tasks with search and playback capabilities. ![History](./docs/shotscreen/history.png) +### Toolbox +Centralized hub for accessing all system features and configurations. + +![Toolbox](./docs/shotscreen/toolbox.png) + +### Agent Configuration +Customize AI agent behavior with custom prompts and manage MCP tools for enhanced capabilities. + +![Agent Configuration](./docs/shotscreen/agent-configuration.png) + ## Supported AI Providers - **DeepSeek**: deepseek-chat, deepseek-reasoner diff --git a/README.zh-CN.md b/README.zh-CN.md index 387e785..236bb0c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -71,6 +71,8 @@ pnpm run build - **多 AI 提供商支持**: 支持 DeepSeek、Qwen、Google Gemini、Anthropic Claude 和 OpenRouter - **UI 配置**: 直接在应用中配置 AI 模型和 API 密钥,无需编辑文件 +- **Agent 配置**: 使用自定义提示词定制 AI Agent 行为,管理 MCP 工具 +- **工具箱**: 系统功能的集中访问中心,包括 Agent 配置、定时任务等 - **AI 智能浏览器**: 具有自动化任务执行的智能浏览器 - **多模态 AI**: 视觉和文本处理能力 - **定时任务**: 创建和管理自动化定期任务 @@ -103,6 +105,16 @@ pnpm run build ![历史记录](./docs/shotscreen/history.png) +### 工具箱 +集中访问所有系统功能和配置的中心枢纽。 + +![工具箱](./docs/shotscreen/toolbox.png) + +### Agent 配置 +使用自定义提示词定制 AI Agent 行为,管理 MCP 工具以增强能力。 + +![Agent 配置](./docs/shotscreen/agent-configuration.png) + ## 支持的 AI 提供商 - **DeepSeek**: deepseek-chat, deepseek-reasoner diff --git a/docs/shotscreen/agent-configuration.png b/docs/shotscreen/agent-configuration.png new file mode 100644 index 0000000..c7c6766 Binary files /dev/null and b/docs/shotscreen/agent-configuration.png differ diff --git a/docs/shotscreen/history.png b/docs/shotscreen/history.png index cb69baa..1b314d5 100644 Binary files a/docs/shotscreen/history.png and b/docs/shotscreen/history.png differ diff --git a/docs/shotscreen/home.png b/docs/shotscreen/home.png index 2077f9c..5224b3a 100644 Binary files a/docs/shotscreen/home.png and b/docs/shotscreen/home.png differ diff --git a/docs/shotscreen/main.png b/docs/shotscreen/main.png index e2e4b3d..924c617 100644 Binary files a/docs/shotscreen/main.png and b/docs/shotscreen/main.png differ diff --git a/docs/shotscreen/schedule.png b/docs/shotscreen/schedule.png index 57e7634..83b3476 100644 Binary files a/docs/shotscreen/schedule.png and b/docs/shotscreen/schedule.png differ diff --git a/docs/shotscreen/toolbox.png b/docs/shotscreen/toolbox.png new file mode 100644 index 0000000..3d14a00 Binary files /dev/null and b/docs/shotscreen/toolbox.png differ diff --git a/package.json b/package.json index 07a53ec..47c98f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-browser", - "version": "0.0.5", + "version": "0.0.6", "description": "DeepFundAI Browser - AI-Powered Intelligent Browser", "author": "Shuai Liu ", "private": true,