Files
blackroad-os-docs/versioned_docs/version-v0.1/agent-catalog/org-chart.mdx
2025-11-24 04:33:44 -06:00

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)
```