File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,30 +227,9 @@ See the [configuration docs](https://pythoughts-labs.github.io/pythinker-code/co
227227
228228Pythinker 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| ---------| ------|
You can’t perform that action at this time.
0 commit comments