coreason-runtime 0.1.0

Kinetic Plane execution engine for the CoReason Tripartite Cybernetic Manifold
Documentation
# Coreason Runtime Network & Paths
SGLANG_URL=
LANCEDB_URI=/app/data/lancedb
PLUGINS_DIR=/app/data/plugins
TELEMETRY_BROKER_URL=http://localhost:8000
TEMPORAL_HOST=temporal:7233

# Hardware & Capability Configuration
# Leave blank for lightweight CPU-only local development.
# Set COMPOSE_PROFILES=gpu and EXTRAS=inference if host has NVIDIA GPU capabilities.
COMPOSE_PROFILES=
EXTRAS=

# HuggingFace Token (Required for SGLang to pull gated models like LLaMA-3)
HF_TOKEN=hf_your_token_here

# Outlines Native GPU Inference configuration
OUTLINES_MODEL=meta-llama/Llama-3-8B-Instruct
COREASON_VLLM_VRAM_UTILIZATION=0.5
COREASON_VLLM_MAX_MODEL_LEN=4096

# Master Gateway URL (used to delegate tool execution to NVIDIA OpenShell host gateway)
COREASON_MASTER_GATEWAY_URL=http://host.docker.internal:8080