Spaces:
Sleeping
Sleeping
| """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.") | |