Add "Langchain integration" to Future Roadmap (#28)

This commit is contained in:
Matias Weber 2024-03-05 15:12:53 -03:00 committed by GitHub
parent d1cc4af554
commit 83fa728914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 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 - [ ] **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 - [ ] **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 # Contributing