Ollama feature-parity for ACP #51
digitalextremist
started this conversation in
General
Replies: 1 comment 3 replies
-
@digitalextremist this seems to be a lot of discussion rolled into one. In terms of ollama, if you wanted to create an Agent on top of ollama, this could use ACP, but doesn't feel like it needs to be an ACP concern directly. Am I missing something? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
My target would be to do this in
TypeScript
versusRust
and rely onBun
rather thannode
from the start.Required:
Indexer
( Unsaved file synchronisation #50 touches ) which ought begit
based, notfile-system
oropen-tab
git
smoothly to update on changes.Server
seems to be a wrapper aroundOllama
more or less? Kind of a positive MITM which is a ducktype+RAG.Retriever
grabs and inserts augmentations whileServer
holds the phone of requests fromZed
waiting for embeds.Relay
integrates withOllama
via its client package; delivers embeds along surface activity fromZed
or other requests.Parting thought:
If code modification is happening now, then there would also be a
Commiter
that makes the appropriate changes and essentially constructs the parts of a PR, then sends one. But that seems out of scope with the first step ofACP
implementation at all.Does that sound wrong? Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions