Workspace, org, channel, memory, delegation client for Molecule AI. Package renamed to molecule-ai-sdk for PyPI.
7 lines
242 B
Python
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
|