Add-on/Extension framework for Kilo-Code in vscode #3164
basetutu
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(I'm new to vscode ecosystem on the developer side)
I like to write a vscode extension that can use all features of the kilo code extension and:
I want to leverage the features available through kilo code and only add features that is needed for my end-goal / product.
My need for this feature:
I want to implement my own process executor and define processes that can be triggered and be left alone. This is somewhat similar to orchestrator but more advanced and versatile.
Evidently, this could have been added as a feature to kilo-code and different process-executors could be developed and shared via the internal marketplace. But I don't expect it to be approved since parts of it are experimental.
Mini comparison:
A process-executor acts deterministic.
Orchestrator leaves it up to the LLM which are different from each other and hence outcome is non-deterministic.
Beta Was this translation helpful? Give feedback.
All reactions