Snapshotmain · 8bbdde2
CLI and IDE hosts delegate durable sessions to Core, which drives a stateless model-and-tool loop.
Click a building or route
System map8 components · 9 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
CoreThe stateful orchestration layer shared by Cline host applications.
How to study this repo
- 1Read the layers
Use sdk/ARCHITECTURE.md to establish package dependency direction.
- 2Follow a turn
Trace a host prompt through Core, Agent Runtime, and the model provider.
- 3Route one tool
Compare a built-in executor with an MCP-backed tool call.