CLI
Development Commands
Commands for local development of Agentuity projects
The dev
commands allow you to run and test your Agentuity projects locally during development.
dev run
Runs a development server for local testing and development.
Aliases
agentuity run
(shortcut for agentuity dev run
)
Usage
Flags
Flag | Description |
---|---|
--dir , -d | The directory of the project to run |
--websocket-id | Specify a WebSocket room ID for real-time communication |
Examples
Run a development server for a project in the current directory:
Run a development server for a project in a specific directory:
Run a development server with a specific WebSocket room ID: