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
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@
[![GitHub release](https://img.shields.io/github/v/release/desirecore/agent-os)](https://github.com/desirecore/agent-os/releases/latest)
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux%20%7C%20Web-blue)
![Electron](https://img.shields.io/badge/Electron-latest-47848F?logo=electron&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-6-3178C6?logo=typescript&logoColor=white)

English | [简体中文](README.zh-CN.md)

<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://www.desirecore.com/images/screenshots/agent-swarm-dark.png">
<img alt="DesireCore — a multi-agent workspace where specialized agents collaborate" src="https://www.desirecore.com/images/screenshots/agent-swarm-light.png" width="880">
</picture>
</p>
Comment on lines +12 to +17

---

## What is DesireCore?
Expand Down Expand Up @@ -81,6 +88,17 @@ DesireCore adapts to real, everyday work:
- **Professional writing** — bids and tenders, official documents, and reports
- **Domain decisions** — e.g. power-trading decision support

<table>
<tr>
<td width="50%"><img alt="Smart documents and diff-based review" src="https://www.desirecore.com/images/use-cases/intelligent-doc.png"><br><sub><b>Documents & contracts</b> — smart drafting and diff-based review</sub></td>
<td width="50%"><img alt="Unified email management" src="https://www.desirecore.com/images/use-cases/email-center.png"><br><sub><b>Email</b> — unified inbox across Gmail, Outlook, and IMAP</sub></td>
</tr>
<tr>
<td width="50%"><img alt="Coding with full file-system access" src="https://www.desirecore.com/images/use-cases/code-development.png"><br><sub><b>Software development</b> — coding with file-system access</sub></td>
<td width="50%"><img alt="Desktop GUI automation" src="https://www.desirecore.com/images/use-cases/desktop-automation.png"><br><sub><b>Desktop automation</b> — agents drive the GUI end to end</sub></td>
</tr>
</table>

---

## HostAgent
Expand Down
20 changes: 19 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@
[![GitHub release](https://img.shields.io/github/v/release/desirecore/agent-os)](https://github.com/desirecore/agent-os/releases/latest)
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux%20%7C%20Web-blue)
![Electron](https://img.shields.io/badge/Electron-latest-47848F?logo=electron&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-6-3178C6?logo=typescript&logoColor=white)

[English](README.md) | 简体中文

<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://www.desirecore.com/images/screenshots/agent-swarm-dark.png">
<img alt="DesireCore —— 多个专精智能体协作的工作台" src="https://www.desirecore.com/images/screenshots/agent-swarm-light.png" width="880">
</picture>
</p>
Comment on lines +12 to +17

---

## 什么是 DesireCore?
Expand Down Expand Up @@ -81,6 +88,17 @@ DesireCore 适配真实的日常工作:
- **专业写作** — 招标标书、公文与报告
- **行业决策** — 例如电力交易决策支持

<table>
<tr>
<td width="50%"><img alt="智能文书与差异审查" src="https://www.desirecore.com/images/use-cases/intelligent-doc.png"><br><sub><b>文书与合同</b> —— 智能起草与基于差异的审查</sub></td>
<td width="50%"><img alt="统一邮件管理" src="https://www.desirecore.com/images/use-cases/email-center.png"><br><sub><b>邮件</b> —— 统一管理 Gmail、Outlook、IMAP</sub></td>
</tr>
<tr>
<td width="50%"><img alt="拥有文件系统访问能力的编码协助" src="https://www.desirecore.com/images/use-cases/code-development.png"><br><sub><b>软件开发</b> —— 拥有文件系统访问能力的编码协助</sub></td>
<td width="50%"><img alt="桌面 GUI 自动化" src="https://www.desirecore.com/images/use-cases/desktop-automation.png"><br><sub><b>桌面自动化</b> —— 智能体端到端操作 GUI</sub></td>
</tr>
</table>

---

## HostAgent
Expand Down