16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
---
|
|
id: agent-org-chart
|
|
title: Agent Org Chart
|
|
sidebar_position: 2
|
|
slug: /agent-catalog/org-chart
|
|
---
|
|
|
|
```mermaid
|
|
graph TD
|
|
root[Agent Catalog]
|
|
root --> pack_finance[finance pack]
|
|
pack_finance --> atlas(atlas)
|
|
root --> pack_education[education pack]
|
|
pack_education --> lumen(lumen)
|
|
```
|