Skip to content
Closed
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Choose by distribution from [Releases](https://github.com/Stack-Cairn/LiveAgent/

The desktop app works out of the box and depends on no server. Deploy the Gateway only if you want to **control your local agent from a browser**.

**Note: when deployed behind an Nginx reverse proxy, set the Gateway address on the Settings → Remote page to the HTTPS URL and use port 443.**
**Note: When deployed behind an Nginx reverse proxy, set the Gateway address on the Settings → Remote page to the HTTPS URL and use port 443.**

```bash
# Pull the image (built by GitHub Actions, multi-arch: amd64 / arm64)
Expand All @@ -184,7 +184,7 @@ docker run -d \

The named volume persists the Gateway database and independently issued Agent tokens across container upgrades.

**One-command upgrade to the latest version** — pull the new image → remove the old container → recreate it with the same arguments (if you changed the port mappings or token, adjust the arguments below accordingly):
**One-command upgrade to the latest version:** — pull the new image → remove the old container → recreate it with the same arguments (if you changed the port mappings or token, adjust the arguments below accordingly):

```bash
docker pull ghcr.io/stack-cairn/liveagent-gateway:latest \
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

---

## 为什么是 LiveAgent?
## 为什么是 LiveAgent

LiveAgent 是一个 **本地优先** 的 AI Agent 桌面客户端。它将大语言模型的推理能力与本地系统工具深度整合,让 AI 能够真正操作你的文件系统、执行命令、管理定时任务,同时通过 Gateway 实现远程访问与协作。

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ LiveAgent 是一个以桌面端为本地执行核心的 Agent 应用:GUI 负
|---:|---|---|
| 1 | 先建立整体进程和边界模型 | [architecture/overview.md](architecture/overview.md) |
| 2 | 理解桌面端为什么是执行真相源 | [architecture/gui.md](architecture/gui.md) |
| 3 | 理解远程访问如何转发到桌面端 | [architecture/gateway.md](architecture/gateway.md)[architecture/protocols.md](architecture/protocols.md) |
| 3 | 理解远程访问如何转发到桌面端 | [architecture/gateway.md](architecture/gateway.md), [architecture/protocols.md](architecture/protocols.md) |
| 4 | 理解 WebUI 的状态机与限制 | [architecture/webui.md](architecture/webui.md) |
| 5 | 按功能域深入 Chat、Tools、Memory、Skills/MCP、History/Compaction | `features/` |
| 6 | 需要动手时查运行命令和源码索引 | [operations/development.md](operations/development.md)[reference/source-map.md](reference/source-map.md) |
| 6 | 需要动手时查运行命令和源码索引 | [operations/development.md](operations/development.md), [reference/source-map.md](reference/source-map.md) |

## 当前实现的核心边界

Expand Down
Loading