`molecule_runtime.adapters.get_adapter()` reads `getattr(mod, "Adapter")` after importing ADAPTER_MODULE. Without the alias the workspace startup fails preflight with "no \`Adapter\` class is exported". Same fix already shipped in claude-code, hermes, gemini-cli, langgraph, deepagents today. Surfaced by today's wire-real E2E sweep against fresh template images. The new bare-imports lint in molecule-ci PR #8 catches related issues automatically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| .molecule-ci/scripts | ||
| __init__.py | ||
| .gitattributes | ||
| .gitignore | ||
| adapter.py | ||
| config.yaml | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
| system-prompt.md | ||
template-crewai
Molecule AI workspace template for the crewai 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-crewai
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.