From 83fa728914966c25a92f820db1bcd36e91a76121 Mon Sep 17 00:00:00 2001 From: Matias Weber <77334885+webermatias@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:12:53 -0300 Subject: [PATCH] Add "Langchain integration" to Future Roadmap (#28) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 402fc093..1212b242 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ This is our planned roadmap for the next few months. If you have any suggestions - [ ] **Integrate LLM Observability tools** - Integrate LLM Observability tools to allow back-testing prompt changes with specific data sets + visualize the performance of Skyvern over time - [ ] **Integrate public datasets** - Integrate Skyvern with public benchmark tests to track the quality our models over time - [ ] **Workflow UI Builder** - Introduce a UI to allow users to build and analyze workflows visually +- [ ] **Langchain Integration** - Create langchain integration in langchain_community to use Skyvern as a "tool". # Contributing