langgraph icon indicating copy to clipboard operation
langgraph copied to clipboard

chat agent executor: catch parsing errors in tool calls

Open ccurme opened this issue 10 months ago • 0 comments

                         +-----------+
                         | __start__ |
                         +-----------+
                                *
                                *
                                *
                           +-------+
                           | agent |*
                       ****+-------+ ****
                   ****          *       ****
               ****              *           ****
             **                   *              ****
+-----------------+               *                  **
| should_continue |**            *                    *
+-----------------+  ********    *                    *
           *       ***       ********                 *
            *         ****      *    ********         *
            *             **   *             ****     *
      +---------+         +-------+             +--------+
      | __end__ |         | retry |             | action |
      +---------+         +-------+             +--------+

ccurme avatar Apr 17 '24 20:04 ccurme