lavague-ai / LaVague

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

Rewriting of Agent to have better variable and output management #365

Open dhuynh95 opened 3 months ago

dhuynh95 commented 3 months ago

The Agent class currently has two issues:

To solve both issues we should:

  1. Create a specific instruction, like WRITE_MEMORY for the Agent to write in memory information from a direct OCR call
  2. Have the agent only end with an output by providing the name of the variable that contains the information.