Adapters extracted from molecule-monorepo/workspace-template. Uses molecule-ai-workspace-runtime PyPI package for shared infrastructure. - adapter.py — runtime-specific adapter class - requirements.txt — runtime-specific deps + molecule-ai-workspace-runtime - Dockerfile — FROM python:3.11-slim, pip install, COPY adapter, molecule-runtime entrypoint - ADAPTER_MODULE=adapter tells the runtime to load this repo's Adapter class Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
# Molecule AI workspace runtime — shared infrastructure
|
|
molecule-ai-workspace-runtime>=0.1.0
|
|
|
|
# OpenClaw is a Node.js CLI — installed via npm at startup, not pip
|
|
# The adapter only needs httpx for HTTP proxying (already in runtime package)
|