ruslanmv's picture
Deploy Matrix Context Console
ce45eb0 verified
Raw
History Blame Contribute Delete
312 Bytes
"""CrewAI adapter. [v1 — stub]
Primary path: expose as an MCP tool server. Secondary: map CrewAI Memory
(semantic + recency + importance, hierarchical scopes) to Matrix Context scopes.
"""
def as_mcp_tool(*a, **k): # pragma: no cover - [v1]
raise NotImplementedError("CrewAI adapter is a v1 component.")