Skip to main content

Quick Start

Choose your preferred method to start Agentic Signal:

1. Start with Docker

# Run the Docker image
docker run -it -p 8080:8080 -p 8000:8000 agentic-signal

# Or with Docker Compose
docker-compose up

2. Open Your Browser

Navigate to http://localhost:8080 to start building workflows!

3. Configure Ollama Host and Models

See Configuration for detailed instructions.

Next Steps