mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 23:41:35 +08:00
42 lines
913 B
Markdown
42 lines
913 B
Markdown
|
|
# tree-branching
|
||
|
|
|
||
|
|
Hierarchical structure branching from root to leaves, showing categories and subcategories.
|
||
|
|
|
||
|
|
## Structure
|
||
|
|
|
||
|
|
- Root/trunk at top or left
|
||
|
|
- Branches splitting into sub-branches
|
||
|
|
- Leaves as terminal nodes
|
||
|
|
- Clear parent-child relationships
|
||
|
|
- Balanced or organic branching
|
||
|
|
|
||
|
|
## Best For
|
||
|
|
|
||
|
|
- Taxonomies and classifications
|
||
|
|
- Decision trees
|
||
|
|
- Organizational charts
|
||
|
|
- File/folder structures
|
||
|
|
- Family trees
|
||
|
|
|
||
|
|
## Visual Elements
|
||
|
|
|
||
|
|
- Connecting lines showing relationships
|
||
|
|
- Nodes at branch points
|
||
|
|
- Icons or labels at each node
|
||
|
|
- Color coding by branch
|
||
|
|
- Visual weight decreasing toward leaves
|
||
|
|
|
||
|
|
## Text Placement
|
||
|
|
|
||
|
|
- Title at top
|
||
|
|
- Root concept prominently labeled
|
||
|
|
- Branch and leaf labels
|
||
|
|
- Optional descriptions at key nodes
|
||
|
|
- Legend for categories
|
||
|
|
|
||
|
|
## Recommended Pairings
|
||
|
|
|
||
|
|
- `cartoon-hand-drawn`: Friendly taxonomies
|
||
|
|
- `da-vinci-notebook`: Scientific classifications
|
||
|
|
- `origami`: Geometric tree structures
|