Closed paulpalmieri closed 2 months ago
As we launch different tools like Gradio or lavague-qa CLI, we should measure usage of those interfaces with LaVague.
lavague-qa
origin
Then we can start WebAgent with WebAgent(origin="lavague-qa") or WebAgent(origin="gradio")
WebAgent(origin="lavague-qa")
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 ?
As we launch different tools like Gradio or
lavague-qa
CLI, we should measure usage of those interfaces with LaVague.origin
to WebAgent and telemetryThen we can start WebAgent with
WebAgent(origin="lavague-qa")
orWebAgent(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 ?