This commit is contained in:
2026-07-29 13:20:58 +07:00
parent a7bb033eb8
commit 6dfe90de75
+6 -6
View File
@@ -12,13 +12,13 @@ This guide helps you quickly understand the agent system and prepare for reimple
```
┌────────────────────────────────────────────────────────────────────┐
│ Application Layer
│ Application Layer │
│ ┌──────────────┐ ┌─────────────────┐ ┌───────────────────────┐ │
│ │ Agent (Core) │ │ AgentHarness │ │ Your Custom App │ │
│ └───────┬──────┘ └────────┬────────┘ └─────────┬────────────┘ │
└──────────┼──────────────────┼─────────────────────┼────────────────┘
│ │
▼ ▼
│ │ Agent (Core) │ │ AgentHarness │ │ Your Custom App │ │
│ └───────┬──────┘ └────────┬────────┘ └─────────┬────────────┘ │
└──────────┼──────────────────┼─────────────────────┼────────────────┘
│ │ │
▼ ▼ ▼
┌──────────────┐ ┌─────────────────┐ ┌────────────────┐
│ agent-loop.ts│ │ agent-harness.ts│ │ Session Repo │
│ types.ts │ │ │ │ │