mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-22 15:25:09 +00:00
Pulls `tool_selection`, `memory_write`, and `memory_read` out of the catalog. The tool seam needs a defined matching contract first (platform and MCP tools expose different name shapes and attributes), and the memory seams need real skip semantics instead of surfacing a policy abort as an error log. Both are tracked as follow-up cards; the points will return once those contracts are settled.