run-locally

Installation
SKILL.md

Run Agent Locally

Start the Server

uv run start-app

This starts the agent at http://localhost:8000

Server Options

# Hot-reload on code changes (development)
uv run start-server --reload

# Custom port
uv run start-server --port 8001
Installs
25
GitHub Stars
163
First Seen
Feb 15, 2026
run-locally — databricks/app-templates