run-locally

Start a local server and expose an API for testing with curl.

4|4|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/RamVegiraju/databricks-samples --skill run-locally
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: run-locally
Source: https://github.com/RamVegiraju/databricks-samples/tree/main/.claude/skills/run-locally
Command: npx skills add https://github.com/RamVegiraju/databricks-samples --skill run-locally

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run and test the agent locally. Use when: (1) User says 'run locally', 'start server', 'test agent', or 'localhost', (2) Need curl commands to test API, (3) Troubleshooting local development issues, (4) Configuring server options like port or hot-reload.

Core Features & Use Cases

  • Start the local server and run evaluation and unit tests in a local environment.
  • Test the agent API with curl and verify server options like port and hot-reload.
  • Troubleshooting and quick-start guidance for local development.

Quick Start

Start the local server and verify the agent endpoint at http://localhost:8000.

Frequently Asked Questions about run-locally

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test my agent locally with curl commands?▼

Yes, you can configure server options for local development by passing parameters for custom port assignments and enabling hot-reload settings to automatically refresh the running server.

What Python environment do I need to run a local server and test an agent?▼

Troubleshooting local development issues involves verifying server options like port configurations and hot-reload settings, and testing the agent API with curl to confirm the server responds correctly.

Can I configure custom port and hot-reload settings when starting a local server?▼

Yes, you can configure server options for local development by passing parameters for custom port assignments and enabling hot-reload settings to automatically refresh the running server.

What is the best way to troubleshoot an agent server that is not working locally?▼

Troubleshooting local development issues involves verifying server options like port configurations and hot-reload settings, and testing the agent API with curl to confirm the server responds correctly.