LangStream AI extension for VSCodeThe LangStream project combines the intelligence of large language models (LLMs) with the agility of streaming processing, to create powerful processing applications. An application in LangStream can watch a message topic and process data through multiple steps to output some useful generative AI results. Learn more about the LangStream project here. Or get started with the LangStream documentation here. This extension provides ways to interact with the LangStream API from within VSCode. It provides a simple way to create, update, and delete LangStream applications, modules, and pipeline agents. It also provides a way to view the status of your applications and message with its gateway. For more about LangStream visit the project website. Features
Starting a LangStream environmentWith kubectl and helm installed, you can start a LangStream control plane with the following commands.
Forward the control plane and gateway ports
Saving the environment in the extensionOnce the extension is installed, the activity bar will have a new LangStream icon. Click it to activate the extension. You will see a link to "Add a control plane". Click that link to show the wizard. It will ask for:
With the environment saved all its objects will be discovered and listed. |