lavague-ai / LaVague

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

add `origin` to telemetry to better measure usage #529

Closed paulpalmieri closed 2 months ago

paulpalmieri commented 3 months ago

As we launch different tools like Gradio or lavague-qa CLI, we should measure usage of those interfaces with LaVague.

Then we can start WebAgent with WebAgent(origin="lavague-qa") or WebAgent(origin="gradio")

This won't give us complete observability of LaVague QA (because it continues beyond agents) but will atleast measure basic usage of the tool.

@adeprez what do you think ?

paulpalmieri commented 2 months ago

543