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