You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently thinking about adding some functionality to the MCP which would allow directly manipulating the graph nodes, which are connected to your code files. Through that you would also shape the code itself on your filesystem, effectively making CBM a complete read/write infrastructure on top of your code. This likely would safe some roundtrips and input tokens, as the agent will only need to understand the dependencies of the code through the graph and will then directly only write on those nodes which he wants to change (which then through the database translate over to your actual code files async in the background).
What do you think of this? It is currently kinda only a thought experiment of mine. Would really appreciate your opinions :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I am currently thinking about adding some functionality to the MCP which would allow directly manipulating the graph nodes, which are connected to your code files. Through that you would also shape the code itself on your filesystem, effectively making CBM a complete read/write infrastructure on top of your code. This likely would safe some roundtrips and input tokens, as the agent will only need to understand the dependencies of the code through the graph and will then directly only write on those nodes which he wants to change (which then through the database translate over to your actual code files async in the background).
What do you think of this? It is currently kinda only a thought experiment of mine. Would really appreciate your opinions :)
Beta Was this translation helpful? Give feedback.
All reactions