lavague-ai / LaVague

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

Lavague should sanitize instruction #517

Open mbrunel opened 4 months ago

mbrunel commented 4 months ago

Quotes and yaml syntax might crash lavague, because the llm might output it as well, and then it's not parsable anymore. So we should sanytize the instructions.

paulpalmieri commented 3 months ago

@mbrunel do you have a way to reproduce this ?