| 名称 | agentuity-cli-dev |
| 描述 | 构建并运行开发服务器 |
| 版本 | “0.0.103” |
| 开源协议 | Apache-2.0 allowed-tools: “Bash(agentuity:*)” metadata: command: “agentuity dev” tags: “mutating slow requires-project” |
开发
构建并运行开发服务器
使用方法
agentuity dev
示例
启动开发服务器:
bunx @agentuity/cli dev
指定自定义端口:
bunx @agentuity/cli dev --port 8080
在本地模式下运行:
bunx @agentuity/cli dev --local
禁用公共URL:
bunx @agentuity/cli dev --no-public