|
14 | 14 |
|
15 | 15 | <p> |
16 | 16 | <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> |
19 | 19 | </p> |
20 | 20 |
|
21 | 21 | </div> |
@@ -101,39 +101,39 @@ flowchart LR |
101 | 101 |
|
102 | 102 | ### If You’re Building Your First Serious Agent Platform |
103 | 103 |
|
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/) |
110 | 110 |
|
111 | 111 | ### If You Care Most About Production Safety and Reliability |
112 | 112 |
|
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/) |
116 | 116 |
|
117 | 117 | ### If You Care Most About Platform and Systems Design |
118 | 118 |
|
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/) |
123 | 123 |
|
124 | 124 | ## Chapter Entry Points |
125 | 125 |
|
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/) |
137 | 137 |
|
138 | 138 | ## Who This Is For |
139 | 139 |
|
|
0 commit comments