/home/ubuntu/agent-tool-testing/src/toolfuzz/agent_executors/langchain/react_old.py:14: LangChainDeprecationWarning: LangChain agents will continue to be supported, but it is recommended for new use cases to be built with LangGraph. LangGraph offers a more flexible and full-featured framework for building agents, including support for tool-calling, persistence of state, and human-in-the-loop workflows. For details, refer to the `LangGraph documentation <https://langchain-ai.github.io/langgraph/>`_ as well as guides for `Migrating from AgentExecutor <https://python.langchain.com/docs/how_to/migrate_agent/>`_ and LangGraph's `Pre-built ReAct agent <https://langchain-ai.github.io/langgraph/how-tos/create-react-agent/>`_.
  agent = initialize_agent(tools, model, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True,

Testing prompts:   0%|          | 0/6 [00:00<?, ?it/s]
Testing prompts:  17%|█▋        | 1/6 [00:03<00:15,  3.19s/it]
Testing prompts:  33%|███▎      | 2/6 [00:05<00:10,  2.66s/it]
Testing prompts:  50%|█████     | 3/6 [00:07<00:06,  2.33s/it]
Testing prompts:  67%|██████▋   | 4/6 [00:12<00:07,  3.52s/it]
Testing prompts:  83%|████████▎ | 5/6 [00:15<00:03,  3.17s/it]
Testing prompts: 100%|██████████| 6/6 [00:36<00:00,  9.33s/it]
Testing prompts: 100%|██████████| 6/6 [00:36<00:00,  6.10s/it]

Testing prompts:   0%|          | 0/1 [00:00<?, ?it/s]
Testing prompts: 100%|██████████| 1/1 [00:06<00:00,  6.47s/it]
Testing prompts: 100%|██████████| 1/1 [00:06<00:00,  6.47s/it]

Testing prompts:   0%|          | 0/5 [00:00<?, ?it/s]
Testing prompts:  20%|██        | 1/5 [00:04<00:16,  4.23s/it]
Testing prompts:  40%|████      | 2/5 [00:07<00:11,  3.90s/it]
Testing prompts:  60%|██████    | 3/5 [00:13<00:09,  4.62s/it]
Testing prompts:  80%|████████  | 4/5 [00:17<00:04,  4.56s/it]
Testing prompts: 100%|██████████| 5/5 [00:25<00:00,  5.67s/it]
Testing prompts: 100%|██████████| 5/5 [00:25<00:00,  5.10s/it]
