https://github.com/langstream/vscode-extension
A VSCode extension for the LangStream project. Build your AI applications here.
https://github.com/langstream/vscode-extension
Last synced: 3 months ago
JSON representation
A VSCode extension for the LangStream project. Build your AI applications here.
- Host: GitHub
- URL: https://github.com/langstream/vscode-extension
- Owner: LangStream
- License: apache-2.0
- Created: 2023-08-15T19:03:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T10:19:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T05:13:40.981Z (3 months ago)
- Language: TypeScript
- Homepage: https://docs.langstream.ai
- Size: 753 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
image::images/logo.png[]
== LangStream AI extension for VSCode
The https://langstream.ai[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.
[TIP]
Get started with the LangStream documentation https://docs.langstream.ai[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 information on the LangStream API, visit the https://langstream.ai[project website].
== Installing the extension
=== Visual Studio Marketplace
Visit https://marketplace.visualstudio.com/publishers/DataStax[DataStax page^] in the Visual Studio Marketplace.
=== Direct Download
Visit the https://github.com/riptano/streaming-gen-ai-vscode[releases page^] to download the vsix.
[TIP]
====
For a quick guide on loading .vsix in VScode, https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix[read this^].
====Once installed you'll notice a new LangStream icon in the activity bar. Click it to activate the extension and see the option to save your environment.
== Output for debugging
While using the extension you may want to see output of what is going on in the background. To do this, open the VSCode output panel and select the 'LangStream AI' output channel. This will show you the logs from the extension.
== Roadmap of your ideas
We've got high hopes for this extension. If you have an idea of a feature that would make it even better, please open an issue and let's discuss it! You can review the current roadmap in https://github.com/orgs/LangStream/projects/1[the GitHub project].
== Contributing
All contributors are welcome! It helps if you are familiar with Typescript (that's what the extension is written in), but it's not required. If you are interested in contributing, please reach out to us.