update
This commit is contained in:
@@ -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 │
|
│ agent-loop.ts│ │ agent-harness.ts│ │ Session Repo │
|
||||||
│ types.ts │ │ │ │ │
|
│ types.ts │ │ │ │ │
|
||||||
|
|||||||
Reference in New Issue
Block a user