agentuity-cli-devSkill agentuity-cli-dev

该技能(Skill)用于构建和启动本地开发服务器,是Agentuity CLI工具的核心开发命令。它支持自定义端口、本地模式运行和禁用公共URL等功能,方便开发者在项目开发过程中进行快速调试和测试。关键词:开发服务器、本地调试、CLI工具、端口配置、Agentuity开发。

DevOps 0 次安装 0 次浏览 更新于 2/28/2026

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