Closes the cache trap structurally for this template — same fix already shipped in claude-code + hermes. publish-image.yml caller forwards client_payload.runtime_version (set by cascade) to the molecule-ci reusable workflow as runtime_version input. Reusable workflow forwards it to docker build as a --build-arg. Dockerfile declares ARG RUNTIME_VERSION before the pip install layer so cache key is sensitive to the version. The pip install RUN does an extra targeted upgrade to guarantee the exact version when ARG is set. Pairs with molecule-ci PR #12 + molecule-core PR #2181. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| .molecule-ci/scripts | ||
| runbooks | ||
| __init__.py | ||
| .gitattributes | ||
| .gitignore | ||
| adapter.py | ||
| CLAUDE.md | ||
| config.yaml | ||
| Dockerfile | ||
| known-issues.md | ||
| README.md | ||
| requirements.txt | ||
| system-prompt.md | ||
template-deepagents
Molecule AI workspace template for the deepagents runtime.
Usage
In Molecule AI canvas
Select this template when creating a new workspace — it appears in the template picker automatically.
From a URL (community install)
Paste this URL when creating a workspace:
github://Molecule-AI/template-deepagents
Files
config.yaml— workspace configuration (runtime, model, skills, etc.)system-prompt.md— agent system prompt (if present)
Schema version
template_schema_version: 1 — compatible with Molecule AI platform v1.x.
License
Business Source License 1.1 — © Molecule AI.