/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/2 [00:00<?, ?it/s]
Testing prompts:  50%|█████     | 1/2 [00:01<00:01,  1.76s/it]
Testing prompts: 100%|██████████| 2/2 [00:06<00:00,  3.80s/it]
Testing prompts: 100%|██████████| 2/2 [00:06<00:00,  3.50s/it]

Testing prompts:   0%|          | 0/2 [00:00<?, ?it/s]
Testing prompts:  50%|█████     | 1/2 [00:05<00:05,  5.51s/it]
Testing prompts: 100%|██████████| 2/2 [00:11<00:00,  5.83s/it]
Testing prompts: 100%|██████████| 2/2 [00:11<00:00,  5.78s/it]

Testing prompts:   0%|          | 0/4 [00:00<?, ?it/s]
Testing prompts:  25%|██▌       | 1/4 [00:01<00:05,  1.98s/it]
Testing prompts:  50%|█████     | 2/4 [00:03<00:03,  1.95s/it]
Testing prompts:  75%|███████▌  | 3/4 [00:05<00:01,  1.59s/it]
Testing prompts: 100%|██████████| 4/4 [02:46<00:00, 64.74s/it]
Testing prompts: 100%|██████████| 4/4 [02:46<00:00, 41.65s/it]
