註冊並分享邀請連結,可獲得影片播放與邀請獎勵。

Sudo su
@sudoingX
GPU/local LLM. more RAM and OSS... everywhere
加入 August 2022
976 正在關注    29.5K 粉絲
most people treat git as a chore. commit, push, don't forget, a discipline you impose on yourself. in an agentic setup it stops being that, git becomes the thing your agents talk through. one agent does work and commits. the next one pulls and now it has everything, the code, the docs, the context the last agent left behind. you spin up a fresh agent and it is not a blank slate, it pulls the repo and already knows, no re briefing, no pasting context into a chat window. the agents never have to talk to each other directly. one leaves state in the repo, the next picks it up, async and durable, and every commit is a log of exactly what each agent did, so you can audit the whole run after. that is why the git server being private and yours matters. it is not about secrecy, it is that the repo is infrastructure now, the shared memory the whole system runs on. a merge agent sits on top and handles the conflicts. private git isn't a step you enforce, it's the medium.
顯示更多
@DavidBennett__ not nagging, it's the architecture. i use private git, not github, the repo of code and docs is the memory itself. every new agent pulls it, gets full context, commits back. a merge agent handles the merging. git isn't a step you enforce, it's how the agents share state.
顯示更多