EmergenceAI / Agent-E

Agent driven automation starting with the web. Try it: https://www.emergence.ai/web-automation-api
MIT License
850 stars 120 forks source link

[BUG] Continuously stuck on google #93

Open osilverstein opened 3 months ago

osilverstein commented 3 months ago

Title

No matter the task, it attempts to navigate away but is stuck on google.com

Description

I added robust json parsing which parses it but failed still. I used many different models except OAI.

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected Behavior

It should navigate to the site it attempts to navigate to.

Actual Behavior

It ends up on google.com

Screenshots

image

Environment

Additional Context

Add any other context about the problem here.

teaxio commented 3 months ago

@osilverstein Agent-E uses AutoGen as the agent framework. There's a limitation with AutoGen on using other models for function calling. I have been raising this to AutoGen community a lot, but it has not been prioritized yet. You can see this Discord link https://discord.com/channels/1153072414184452236/1258884220101853224 Maybe you can voice the need for autogen to support function calling from other models. The more voices might help move this in the right direction :)