David Humphrey
David Humphrey
Filed #362 to do that work.
Looking at the tabby code, it seems like they run a server on port 8080, and they have an agent JS lib at https://github.com/TabbyML/tabby/tree/main/clients/tabby-agent. Maybe we could use that? We'd...
Closing in favour of #803
Fixes #426
I implemented inlining of files instead.
@tarasglek, what if we invoke functions with a second arg: ```js /** * data: object args from LLM * chatcraft: object that app passes to the function with extra features/data...
Dump all this onto the global? I don't love that idea, but I suppose it's no less secure than anything else we are planning here.
Thinking about this more, let's not pollute the global: if we namespace this stuff, we won't risk collisions with other libraries we pull in within the app or function. I...
Could sops run in browser with GitHub SSH keys pulled from the GitHub API?