Mituvinci commited on
Commit
c4e21e6
·
1 Parent(s): d283b0b

Use absolute URL for architecture image in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ The connection is conceptual and motivational. There is no shared infrastructure
28
 
29
  The agent operates as a LangGraph state machine with conditional branching. After evaluating each answer, the agent decides whether to re-read weak material, continue to the next question, or finalize the session.
30
 
31
- ![Adaptive Study Agent Architecture](images/study_agent_langraph.png)
32
 
33
  ---
34
 
 
28
 
29
  The agent operates as a LangGraph state machine with conditional branching. After evaluating each answer, the agent decides whether to re-read weak material, continue to the next question, or finalize the session.
30
 
31
+ ![Adaptive Study Agent Architecture](https://raw.githubusercontent.com/Mituvinci/adaptive-study-agent/master/images/study_agent_langraph.png)
32
 
33
  ---
34