%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#4F46E5', 'primaryTextColor': '#000', 'primaryBorderColor': '#3730A3', 'lineColor': '#6366F1', 'secondaryColor': '#10B981', 'tertiaryColor': '#F59E0B'}}}%%
flowchart LR
A["用户"] --> B["OpenCode"]
B --> C["代理系统"]
B --> D["技能系统"]
B --> E["会话管理"]
C --> C1["Explore"]
C --> C2["Librarian"]
C --> C3["Build"]
classDef primary fill:#4F46E5,stroke:#3730A3,color:#fff
classDef success fill:#10B981,stroke:#059669,color:#fff
classDef info fill:#06B6D4,stroke:#0891B2,color:#fff
class A,B primary
class C,D,E success
class C1,C2,C3 info