molecule-sdk-python/template/adapters/claude_code.py
Hongming Wang fefcc38e11 feat: initial Python SDK (extracted from molecule-monorepo/sdk/python)
Workspace, org, channel, memory, delegation client for Molecule AI.
Package renamed to molecule-ai-sdk for PyPI.
2026-04-16 03:15:38 -07:00

8 lines
319 B
Python

"""Claude Code adaptor.
For most plugins the generic filesystem installer is enough — it copies
skill dirs to /configs/skills/ and appends rules to CLAUDE.md. Replace
with a custom class if you need to register runtime tools or sub-agents.
"""
from molecule_plugin import AgentskillsAdaptor as Adaptor # noqa: F401