mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-19 16:33:38 -04:00
3c8f8b2ea6
### Summary The code interpreter now comes with a global `task` tool out of the box. As a result, we should disallow specifying the `task` tool for ptc. This PR implements logic that forbids the task tool as in ptc and throws with a detailed error message if found. This PR also updates the RLM agent example and READMEs. ### Tests Unit tests validating expected behavior for task by name and tool instance with "task" name.