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
Click to show internal directories.
Click to hide internal directories.