CLI

Development Commands

Commands for local development of agents using DevMode

The dev commands allow you to run and test your Agentuity projects locally during development using DevMode.

dev

Runs a development server for local testing and development.

Aliases: run

Usage

$
agentuity dev

Flags:

  • -d, --dir string - The directory to run the development server in (default ".")
  • -h, --help - help for dev
  • --port int - The port to run the development server on (uses project default if not provided)

Examples

Run a development server for a project in the current directory:

$
agentuity dev

✓ Development server started

Run a development server for a project in a specific directory:

$
agentuity dev --dir ~/projects/my-project

✓ Development server started

See the DevMode documentation for more information on how to use DevMode.

Need Help?

Join our DiscordCommunity for assistance or just to hang with other humans building agents.

Send us an email at hi@agentuity.com if you'd like to get in touch.

Please Follow us on

If you haven't already, please Signup for your free account now and start building your first agent!

On this page