lavague-ai / LaVague

Large Action Model framework to develop AI Web Agents
https://docs.lavague.ai/en/latest/
Apache License 2.0
4.94k stars 420 forks source link

Ability to Control Execution Time of Instructions #395

Closed Pranshu172 closed 3 days ago

Pranshu172 commented 3 days ago

Is there a way to control the amount of time an agent takes to execute or perform an instruction in LaVague? Any guidance or suggestions on how to achieve this would be appreciated.

dhuynh95 commented 3 days ago

Hi there! It would be hard to bound it as it depends on the task at hand (and also on the AI provider if you use APIs like OpenAI). However we are working on reducing time and cost by optimizing the retriever and prompt size!

Pranshu172 commented 3 days ago

Okay Thank you.