Starting an assistant plugin experiment #23
richiejp
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I started an experiment to extend Ayup with "assistant" plugins. So far this allows the user to specify a seperate assistant code directory which Ayup runs in a container with the app source directory mounted. The assistant can modify the code in the app directory before it is run.
I want the assistant code to have an interface to the application logs, user feedback, container options and so on. Initially I'll start with a file based interface and see how that goes. A file based interface lacks structure, but is simple and universal. At least until user interaction is required.
#22
Beta Was this translation helpful? Give feedback.
All reactions