Skip to content

Commit 5ee2ed2

Browse files
HemanthIITJHemanthIITJ
authored andcommitted
Fix README live chapter and roadmap links
1 parent 87a0eb2 commit 5ee2ed2

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<p>
1616
<a href="https://generalaimodels.github.io/Agentic-Systems-Engineering/"><strong>Read Online</strong></a> ·
17-
<a href="./chapter1-theagentic-paradigm/"><strong>Start With Chapter 1</strong></a> ·
18-
<a href="./future/"><strong>See Future Roadmap</strong></a>
17+
<a href="https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter1-theagentic-paradigm/"><strong>Start With Chapter 1</strong></a> ·
18+
<a href="https://generalaimodels.github.io/Agentic-Systems-Engineering/future/"><strong>See Future Roadmap</strong></a>
1919
</p>
2020

2121
</div>
@@ -101,39 +101,39 @@ flowchart LR
101101

102102
### If You’re Building Your First Serious Agent Platform
103103

104-
1. [Chapter 1: The Agentic Paradigm](./chapter1-theagentic-paradigm/)
105-
2. [Chapter 4: Protocol Architecture](./chapter4-protocol/)
106-
3. [Chapter 6: Context Engineering](./chapter6-context/)
107-
4. [Chapter 8: Retrieval Architecture](./chapter8-retrieval-architecture/)
108-
5. [Chapter 13: Tool Architecture](./chapter13-tool-architecture/)
109-
6. [Chapter 15: Agent Loop](./chapter15-agent-loop/)
104+
1. [Chapter 1: The Agentic Paradigm](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter1-theagentic-paradigm/)
105+
2. [Chapter 4: Protocol Architecture](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter4-protocol/)
106+
3. [Chapter 6: Context Engineering](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter6-context/)
107+
4. [Chapter 8: Retrieval Architecture](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter8-retrieval-architecture/)
108+
5. [Chapter 13: Tool Architecture](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter13-tool-architecture/)
109+
6. [Chapter 15: Agent Loop](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter15-agent-loop/)
110110

111111
### If You Care Most About Production Safety and Reliability
112112

113-
1. [Chapter 19: Making the Environment Legible](./chapter19-making-env-legible/)
114-
2. [Chapter 20: Hallucination](./chapter20-hallucination/)
115-
3. [Chapter 21: Fault Tolerance](./chapter21-fault-tolerance/)
113+
1. [Chapter 19: Making the Environment Legible](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter19-making-env-legible/)
114+
2. [Chapter 20: Hallucination](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter20-hallucination/)
115+
3. [Chapter 21: Fault Tolerance](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter21-fault-tolerance/)
116116

117117
### If You Care Most About Platform and Systems Design
118118

119-
1. [Chapter 5: SDK Architecture](./chapter5-sdk/)
120-
2. [Chapter 10: Embedding](./chapter10-embedding/)
121-
3. [Chapter 16: Multi-Agent Orchestration](./chapter16-multi-agent-orchestration/)
122-
4. [Chapter 18: Session Architecture](./chapter18-session-architecture/)
119+
1. [Chapter 5: SDK Architecture](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter5-sdk/)
120+
2. [Chapter 10: Embedding](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter10-embedding/)
121+
3. [Chapter 16: Multi-Agent Orchestration](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter16-multi-agent-orchestration/)
122+
4. [Chapter 18: Session Architecture](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter18-session-architecture/)
123123

124124
## Chapter Entry Points
125125

126-
- [Homepage](./)
127-
- [Chapter 1: The Agentic Paradigm](./chapter1-theagentic-paradigm/)
128-
- [Chapter 2: LLM as Cognitive Substrate](./chapter2-llm-as-cognitive/)
129-
- [Chapter 3: Formal Agent Architectures](./chapter3-formal-agent/)
130-
- [Chapter 4: Protocol Architecture](./chapter4-protocol/)
131-
- [Chapter 5: SDK Architecture](./chapter5-sdk/)
132-
- [Chapter 6: Context Engineering](./chapter6-context/)
133-
- [Chapter 7: Query Understanding](./chapter7-query/)
134-
- [Chapter 8: Retrieval Architecture](./chapter8-retrieval-architecture/)
135-
- [Chapter 9: Chunking](./chapter9-chucking/)
136-
- [Future Roadmap](./future/)
126+
- [Homepage](https://generalaimodels.github.io/Agentic-Systems-Engineering/)
127+
- [Chapter 1: The Agentic Paradigm](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter1-theagentic-paradigm/)
128+
- [Chapter 2: LLM as Cognitive Substrate](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter2-llm-as-cognitive/)
129+
- [Chapter 3: Formal Agent Architectures](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter3-formal-agent/)
130+
- [Chapter 4: Protocol Architecture](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter4-protocol/)
131+
- [Chapter 5: SDK Architecture](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter5-sdk/)
132+
- [Chapter 6: Context Engineering](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter6-context/)
133+
- [Chapter 7: Query Understanding](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter7-query/)
134+
- [Chapter 8: Retrieval Architecture](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter8-retrieval-architecture/)
135+
- [Chapter 9: Chunking](https://generalaimodels.github.io/Agentic-Systems-Engineering/chapter9-chucking/)
136+
- [Future Roadmap](https://generalaimodels.github.io/Agentic-Systems-Engineering/future/)
137137

138138
## Who This Is For
139139

0 commit comments

Comments
 (0)