Sign inSign up

calliopeai/astrolift-agent-openhands

By calliopeai

Updated about 15 hours ago

Astrolift Agent — OpenHands

Image
0

1.9K

calliopeai/astrolift-agent-openhands repository overview

Astrolift Agent — OpenHands

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.

Quick Start

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.

Tags

TagDescription
latestLatest main build
main-<sha>Specific commit on main

Source

Part of the Calliope AI platform: calliope.ai

Tag summary

Content type

Image

Digest

sha256:63a3a65fd

Size

324.6 MB

Last updated

about 15 hours ago

docker pull calliopeai/astrolift-agent-openhands