AgentScope
Prompts
Navigate to arxiv.org and take a screenshot of the latest papers
Reviews
Tags
-
Prompt: Navigate to arxiv.org and take a screenshot of the latest papersI just tested the browser agent in the release demo and asked the bot agent to navigate to arxiv.org find the latest papers and take a screenshot of the pages. The whole workflow requires a chain of tool call of navigate->click->screenshot. Overall, it succeeded in the first step and failed the remaining. The token consumption is high and context prompt usage is not ideal. The framework is still easy to understand though. Pros: 1. The agent identify the first tool and successfully navigate to the arxiv.org. This step is successful. Cons: 1. To find the latest paper, it should navigate to the new section of the website, the tool is correct but the parameters are not right. And all the sudden the workflow breaks because of the error An error occurred: Failed to get response from _ API: {"status_code": 400, "request_id": "23c1b468-db66-4109-ae9d-30a99b58591f", "code": "InvalidParameter", "message": " InternalError.Algo.InvalidParameter: Range of input length should be [1, 30720]", "output": null, "usage": null}. 2. Token Consumption Why would the agent send the whole webpage html code to the LLM? The result is not necessary for the screenshot tasks and it consumes too much tokens. And the error handling is not good. 3. The screenshot task is not finished.
Write Your Review
Detailed Ratings
Upload Files
-
Community
Reply