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
Copy file name to clipboardExpand all lines: guides/architecture.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ graph TD
33
33
34
34
1.**Signals**: Represent events in the agent lifecycle
35
35
2.**Handlers**: Process signals and update state
36
-
3.**Store**: Manages conversation state and history
36
+
3.**Store**: Manages conversation state and history using GenServer processes, providing a centralized state management system that leverages Elixir's OTP capabilities
37
37
4.**Flows**: Combine handlers into coherent sequences
38
38
5.**Providers**: Interface with LLM backends
39
39
6.**Tools**: External capabilities the agent can use
0 commit comments