molecule-sdk-python/template/adapters/deepagents.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

7 lines
242 B
Python

"""DeepAgents adaptor.
If your plugin defines a sub-agent, swap the import for a custom class
that calls ``ctx.register_subagent(name, spec)`` inside ``install()``.
"""
from molecule_plugin import AgentskillsAdaptor as Adaptor # noqa: F401