-
Notifications
You must be signed in to change notification settings - Fork 150
Description
Fails to parse.
Steps to reproduce
- Cloned the repository:
git clone https://github.com/reflex-dev/reflex-llm-examples.git - Navigated to the project directory.
- Created and activated a virtual environment.
- Installed the project's requirements.
- Installed Playwright:
playwright install. (Reflex wouldn't run so had to manually install this) - Ran the app:
reflex run
Then in Browser use, i give the sample command given in the project:
- Go to https://arxiv.org
- Search for "Artificial Intelligence" or browse AI-related categories
- Identify the latest papers (published in the last 7 days)
- Summarize the title, authors, abstract, and publication date for each paper
After running, the following error shows up in the terminal:
(see the screenshot for the full terminal message)
INFO [agent]
π Step 1
ERROR [agent] β Result failed 1/3 times:
Could not parse response.
INFO [agent]
π Step 1
INFO [agent] π€· Eval: Unknown - No previous actions to evaluate.
INFO [agent] π§ Memory:
INFO [agent] π― Next goal: Start browser and navigate to arxiv.org
INFO [agent]
π Step 2
INFO [agent] π€· Eval: Unknown - No previous actions to evaluate.
INFO [agent] π§ Memory:
INFO [agent] π― Next goal: Start browser and navigate to arxiv.org
INFO [agent]
π Step 3
ERROR [agent] β Result failed 1/3 times:
Could not parse response.
INFO [agent]
π Step 3
ERROR [agent] β Result failed 2/3 times:
Could not parse response.
INFO [agent]
π Step 3
ERROR [agent] β Result failed 3/3 times:
Could not parse response.
ERROR [agent] β Stopping due to 3 consecutive failures
INFO [watchfiles.main] 1 change detected
INFO [agent] Created GIF at agent_history.gif
I hope this helps to identify the issue to be fixed.
.