56 lines
1.1 KiB
Markdown
56 lines
1.1 KiB
Markdown
# AI辅助开发环境
|
||
|
||
`AI开发` `代理工具` `Rust` `终端UI` `自动化`
|
||
|
||
# Agentty
|
||
|
||
 [](https://codecov.io/gh/agentty-xyz/agentty)
|
||
|
||
Agentty 是一个 **ADE(智能开发环境),用于结构化、可控的 AI 辅助软件开发**。它本身由 Agentty 开发,基于 Rust 和 [Ratatui](https://ratatui.rs) 构建,围绕深度集成的工作流设计。
|
||
|
||
## 安装
|
||
|
||
### Shell
|
||
|
||
```sh
|
||
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentty-xyz/agentty/releases/latest/download/agentty-installer.sh | sh
|
||
```
|
||
|
||
### Cargo
|
||
|
||
```sh
|
||
cargo install agentty
|
||
```
|
||
|
||
### npm
|
||
|
||
```sh
|
||
npm install -g agentty
|
||
```
|
||
|
||
### npx
|
||
|
||
无需安装直接运行:
|
||
|
||
```sh
|
||
npx agentty
|
||
```
|
||
|
||
## 使用
|
||
|
||
```sh
|
||
agentty # 启动并启用自动更新(默认)
|
||
agentty --no-update # 启动但禁用自动更新
|
||
```
|
||
|
||
## 文档
|
||
|
||
安装和工作流文档请访问 [agentty.xyz/docs](https://agentty.xyz/docs/)。
|
||
|
||
## 贡献
|
||
|
||
开发检查和贡献指南请参阅 [CONTRIBUTING.md](CONTRIBUTING.md)。
|
||
|
||
## 许可证
|
||
|
||
Apache-2.0 |