catalog/repos/agentty-xyz--agentty.md

56 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI辅助开发环境
`AI开发` `代理工具` `Rust` `终端UI` `自动化`
# Agentty
![NPM 版本](https://img.shields.io/npm/v/agentty) [![codecov](https://codecov.io/gh/agentty-xyz/agentty/graph/badge.svg?token=YRGKGTM0HP)](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