Spaces:
Sleeping
Sleeping
File size: 312 Bytes
ce45eb0 | 1 2 3 4 5 6 7 | """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.")
|