name: agentuity-cli-dev description: 构建并运行开发服务器 version: “0.0.103” license: 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