Skip to content

Commit

Permalink
fixe graph
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 24, 2024
1 parent e44016e commit 91be4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/pages/agents-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flowchart LR
LLM((LLM))
memory[(agent memory)]
LLM --> |"get changes in current branch"| agent_git
LLM --> |"get changes in failed_sha"| agent_git
agent_git["agent git"] --> |"diff +main.ts -main.ts...+ new code"| LLM
memory ---> |"failed_sha"| agent_git
Expand Down

0 comments on commit 91be4da

Please sign in to comment.