Mituvinci commited on
Commit
189dce9
·
1 Parent(s): f88b3c5

Two-model setup: GPT-4o-mini examines, Claude answers

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. images/study_agent_graph.png +0 -0
README.md CHANGED
@@ -41,6 +41,8 @@ The agent operates as a LangGraph state machine with conditional branching. Afte
41
 
42
  ![Adaptive Study Agent Architecture](https://raw.githubusercontent.com/Mituvinci/adaptive-study-agent/master/images/study_agent_langraph.png)
43
 
 
 
44
  ---
45
 
46
  ## Tech Stack
 
41
 
42
  ![Adaptive Study Agent Architecture](https://raw.githubusercontent.com/Mituvinci/adaptive-study-agent/master/images/study_agent_langraph.png)
43
 
44
+ ![LangGraph Diagram](images/study_agent_graph.png)
45
+
46
  ---
47
 
48
  ## Tech Stack
images/study_agent_graph.png ADDED