Skip to content

Kiro236/yaa

 
 

Repository files navigation

中文 | English

yaa

yaa 的意思是 Yet Another Agent。是一个能分析理解自然语言指示,自动创建、规划、执行、验证任务的智能体。

快速上手

部署

拉取到本地:

# 拉取项目仓库到本地
git clone https://github.com/Byte-tea/yaa.git
# 进入项目目录
cd yaa

配置:

# 创建客户端相关配置文件,传入时会覆盖默认配置
cp configs/Config.example.json Config.json
# 创建服务端相关配置文件,传入时会覆盖默认配置
cp configs/ServerConfig.example.json ServerConfig.json

使用

以服务模式启动:

cargo run --release -- --serve --port 12345

以命令行交互模式启动:

cargo run --release
> 请用 Python 写一个冒泡排序算法。
* 好的……

贡献

详见 CONTRIBUTING.md

项目实现

详见 yaa 文档

About

Yet another agent, which can analyze and understand natural language instructions and automatically create, plan, execute, and check tasks.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 61.0%
  • JavaScript 22.8%
  • CSS 12.4%
  • HTML 3.8%