Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**: 视觉和文本处理能力
- **定时任务**: 创建和管理自动化定期任务
Expand Down Expand Up @@ -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
Expand Down
Binary file added docs/shotscreen/agent-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/shotscreen/history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/shotscreen/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/shotscreen/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/shotscreen/schedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/shotscreen/toolbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <lsustc@mail.ustc.edu.cn>",
"private": true,
Expand Down