orchestrator

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Command orchestrator starts the AleutianLocal orchestrator HTTP server.

This is the main entry point for the containerized orchestrator service. It reads configuration from environment variables and starts the server.

Environment Variables

  • ORCHESTRATOR_PORT: HTTP server port (default: 12210)
  • LLM_BACKEND_TYPE: LLM provider - local, openai, ollama, claude (default: local)
  • WEAVIATE_SERVICE_URL: Weaviate vector DB URL (optional)
  • OTEL_EXPORTER_OTLP_ENDPOINT: OpenTelemetry collector (default: aleutian-otel-collector:4317)

Usage

# Build
go build -o orchestrator ./cmd/orchestrator

# Run
./orchestrator

# Or via container
podman-compose up orchestrator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL