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
143 B
Plaintext
6 lines
143 B
Plaintext
# Molecule AI workspace runtime — shared infrastructure
|
|
molecule-ai-workspace-runtime>=0.1.0
|
|
|
|
# CrewAI adapter specific deps
|
|
crewai>=0.100.0
|