Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 2.46 KB

File metadata and controls

16 lines (13 loc) · 2.46 KB

ACRYL - Agent Context Relay

本仓库现在以英文 README.md 作为默认项目入口;README.en.md 保留英文兼容路径。

  • 支持 ACRYL:在 GitHub 上点 Star ⭐
  • 官网:agentcontextrelay.com
  • 文档:agentcontextrelay.com/docs
  • 桌面 GUI 下载:ACRYL v0.1.19 GitHub ReleasemacOS Apple SiliconmacOS IntelWindows x64Linux x64 DEBLinux arm64 DEB)。桌面应用自带所需运行时,但不会把 acryl 安装到 shell PATH,也不会在退出后持续运行 Web 服务。
  • 终端 CLI(推荐):使用独立安装脚本(无需 Node.js/npm,无安装警告,并自动把 acryl 加入 shell PATH):curl -fsSL https://acryl.dev/install | bash。它会把预编译的 acryl 安装到 ~/.acryl/bin 并校验校验和,之后在新终端运行 acryl
  • npm 终端 CLI(备选):acrylnpm install -g acryl,然后运行 acryl。npm 11+ 会打印关于原生依赖(node-ptykoffi 等)的 install-scripts 安全提示,属正常现象,包仍会正常安装运行;如需无警告安装,请运行 npm install -g acryl --allow-scripts=@deepseek-ai/dsh-subprocess-local,@google/genai,koffi,node-pty,protobufjs
  • 本地 Web 界面:运行 acryl web。它启动本地服务并打印 URL,直到命令停止为止,不是托管的云服务。
  • acryl gui 预留给未来从 CLI 跳转到桌面应用的功能;目前请直接启动已安装的桌面应用。
  • Discord:加入 ACRYL 社区
  • Cordis:github.com/cordiverse/cordis

ACRYL 是 Agent Context Relay:一个以 Cordis 为运行时基础、延续 DeepSeek Harness 架构启发的持久化、多智能体、可插件化 Agentic Development Environment。完整项目说明请阅读默认英文 README。