Astrolift Agent — OpenHands
1.9K
OpenHands-driven dispatch agent for Astrolift — the BYOC runtime layer for the Calliope AI ecosystem.
A harness runtime (Tier B): instead of calling an LLM API directly, it spawns the OpenHands CLI (openhands --headless) as a subprocess in the workspace. It runs actions in-process in the workspace directory — no docker-in-docker — and satisfies the same runner contract as the Tier A SDK runtimes, so the control plane dispatches it identically, in any of three dispatch modes.
OpenHands reads LLM_API_KEY + LLM_MODEL (a litellm provider/model string). For convenience the driver bridges a provider-native key (e.g. ANTHROPIC_API_KEY) and the packet's model into that pair, so the common single-key case works without extra wiring; an explicit LLM_API_KEY / LLM_MODEL is always respected.
docker pull calliopeai/astrolift-agent-openhands:latest
Dispatched by the Astrolift control plane; needs a provider key in the environment plus the dispatch environment. See the repo README for the full environment contract.
| Tag | Description |
|---|---|
latest | Latest main build |
main-<sha> | Specific commit on main |
Part of the Calliope AI platform: calliope.ai
Content type
Image
Digest
sha256:63a3a65fd…
Size
324.6 MB
Last updated
about 15 hours ago
docker pull calliopeai/astrolift-agent-openhands