Skip to content

Commit 313d8c4

Browse files
committed
docs: replace README architecture mermaid diagram with image
1 parent 792615a commit 313d8c4

2 files changed

Lines changed: 3 additions & 24 deletions

File tree

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -227,30 +227,9 @@ See the [configuration docs](https://pythoughts-labs.github.io/pythinker-code/co
227227

228228
Pythinker Code is a **pnpm monorepo**. The CLI consumes capabilities through the SDK and never depends directly on internal engine packages.
229229

230-
```mermaid
231-
flowchart LR
232-
subgraph Apps
233-
CLI["pythinker-code<br/>(CLI / TUI)"]
234-
WEB["pythinker-web<br/>(Browser UI)"]
235-
DASH["dashboard<br/>(Session replay)"]
236-
end
237-
238-
subgraph Packages
239-
SDK["node-sdk"]
240-
CORE["agent-core"]
241-
ANYLLM["Any LLM<br/>(provider abstraction)"]
242-
KAOS["kaos<br/>(Execution env)"]
243-
SERVER["server<br/>(REST + WebSocket)"]
244-
end
245-
246-
CLI --> SDK
247-
WEB --> SERVER
248-
DASH --> SERVER
249-
SDK --> CORE
250-
SERVER --> CORE
251-
CORE --> ANYLLM
252-
CORE --> KAOS
253-
```
230+
<p align="center">
231+
<img src="docs/media/Architecture.webp" alt="Pythinker Code architecture" width="836" />
232+
</p>
254233

255234
| Package | Role |
256235
|---------|------|

docs/media/Architecture.webp

-18.2 KB
Loading

0 commit comments

Comments
 (0)