-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
Entire terminal overview :
INFO [agent] π Starting task: Give me a dataset for Robotic process automation
INFO [src.agent.custom_agent]
π Step 1
INFO [src.agent.custom_agent] π€· Eval: Unknown - The previous state was an empty page, so there's no previous goal to evaluate.
INFO [src.agent.custom_agent] π§ New Memory:
INFO [src.agent.custom_agent] π€ Thought: The task is to find a dataset for Robotic Process Automation. I should start by searching the web for relevant datasets.
INFO [src.agent.custom_agent] π― Next Goal: Search the web for datasets related to Robotic Process Automation.
INFO [src.agent.custom_agent] π οΈ Action 1/1: {}
INFO [src.agent.custom_agent] π§ All Memory:
INFO [src.agent.custom_agent]
π Step 2
INFO [src.agent.custom_agent] β
Eval: Success - A new tab has been opened with a Google search for 'Robotic Process Automation dataset'.
INFO [src.agent.custom_agent] π§ New Memory:
INFO [src.agent.custom_agent] π€ Thought: Now that I have the search results, I need to switch to that tab to find a suitable dataset.
INFO [src.agent.custom_agent] π― Next Goal: Switch to the newly opened tab with the Google search results.
INFO [src.agent.custom_agent] π οΈ Action 1/1: {}
INFO [src.agent.custom_agent] π§ All Memory:
INFO [src.agent.custom_agent]
π Step 3
INFO [src.agent.custom_agent] β Eval: Failed - The current URL is still 'about:blank', indicating that the previous action to switch tabs was unsuccessful. The tab might not have loaded yet.
INFO [src.agent.custom_agent] π§ New Memory:
INFO [src.agent.custom_agent] π€ Thought: The previous action failed because the new tab might not have finished loading. I should wait for the tab to load before switching to it.
INFO [src.agent.custom_agent] π― Next Goal: Wait for the tab to load, then switch to it.
INFO [src.agent.custom_agent] π οΈ Action 1/1: {"wait":{}}
INFO [src.agent.custom_agent] π§ All Memory:
INFO [controller] π Waiting for 3 seconds
INFO [src.agent.custom_agent]
π Step 4
ERROR [agent] β Result failed 1/3 times:
Invalid model output format. Please follow the correct schema.
Details: 1 validation error for CustomAgentOutput
action
Field required [type=missing, input_value={'current_state': {'evalu...ction': [{'wait': {}}]}}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.10/v/missing
INFO [src.agent.custom_agent]
π Step 4
ERROR [agent] β Result failed 2/3 times:
Invalid model output format. Please follow the correct schema.
Details: 1 validation error for CustomAgentOutput
action
Field required [type=missing, input_value={'current_state': {'evalu...ction': [{'wait': {}}]}}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.10/v/missing
INFO [src.agent.custom_agent]
π Step 4
ERROR [agent] β Result failed 3/3 times:
Invalid model output format. Please follow the correct schema.
Details: 1 validation error for CustomAgentOutput
action
Field required [type=missing, input_value={'current_state': {'evalu...Automation+dataset'}}]}}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.10/v/missing
ERROR [src.agent.custom_agent] β Stopping due to 3 consecutive failures
INFO [agent] Created GIF at agent_history.gif