Integration of the plugin generation with Teams Toolkit
As part of the generation of AI plugins within Kiota, we want to integrate seamlessly with Teams Toolkit within their plugin project template.
capturing some notes from the meeting earlier:
- TTK has offerings in vscode, vs, and as SPAs.
- They don't want to duplicate efforts across the platforms.
- The ideal path forward for them would be to use kiota as an npm package (not installing the binaries, but as wasm)
We've exposed the different integration possibilities:
- running kiota json rpc service (they'll run a POC with that, wouldn't work for the web)
- running kiota as an API with a dotnet backend.
- running kiota as wasm component (they'll run a POC with https://www.npmjs.com/package/@redhat-developer/kiota-wasm)
- deeplink integrations between extensions (our initial thoughts before we discovered the other surfaces)
As of now we're waiting on the results of the diverse POCs to understand where to prioritize our investments.
additional information https://github.com/microsoft/kiota/issues/2152#issuecomment-1645734300
@sebastienlevert I think were all happy with the VS Code command based integration that is now released. Is there any reason to keep this issue open?