Two compounding bugs from the post-#87 extraction (same class as fixed in langgraph, claude-code, gemini-cli, hermes today): 1. adapter.py never aliased DeepAgentsAdapter to `Adapter` — `molecule_runtime.adapters.get_adapter()` reads `getattr(mod, "Adapter")`. Without it preflight fails. 2. `from a2a_executor import LangGraphA2AExecutor` was bare — should be `from molecule_runtime.a2a_executor import ...`. The runtime's a2a_executor was just patched for a2a-sdk 1.x in molecule-core PR #2170; this template needs to reach it via the qualified path. 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.