Skip to content

Commit fdf9f0e

Browse files
docs: complete README — add missing packages to documentation and package table (#929)
All 13 packages now documented in root README. Adds agent-os-vscode and agentmesh-integrations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 55d89de commit fdf9f0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ pip install agent-discovery # Shadow AI agent discovery
9797
- **[Architecture Decisions](docs/adr/README.md)** — ADR log for key identity, runtime, and policy choices
9898
- **[Architecture Infographic](docs/diagrams/architecture-overview.png)** — Visual overview of all components and data flow ([SVG](docs/diagrams/architecture-overview.svg) · [draw.io source](docs/diagrams/architecture-overview.drawio))
9999
- **[NIST RFI Mapping](docs/compliance/nist-rfi-2026-00206.md)** — Mapping to NIST AI Agent Security RFI (2026-00206)
100+
- **[VS Code Extension](packages/agent-os-vscode/)** — Agent OS governance directly in VS Code
101+
- **[Framework Integrations](packages/agentmesh-integrations/)** — LangChain, OpenAI Agents, CrewAI, Haystack, and more
100102

101103
Still have questions? File a [GitHub issue](https://github.com/microsoft/agent-governance-toolkit/issues) or see our [Community page](COMMUNITY.md).
102104

@@ -311,6 +313,8 @@ Three evaluation modes per backend: **embedded engine** (cedarpy/opa CLI), **rem
311313
| **Agent Discovery** | [`agent-discovery`](packages/agent-discovery/) | Shadow AI discovery — scan processes, configs, and repos; inventory with dedup; reconciliation and risk scoring |
312314
| **Agent Hypervisor** | [`agent-hypervisor`](packages/agent-hypervisor/) | Reversibility verification, execution plan validation, hypervisor-level governance |
313315
| **MCP Governance** | [`agent-mcp-governance`](packages/agent-mcp-governance/) | MCP-specific security scanning and governance enforcement |
316+
| **VS Code Extension** | [`agent-os-vscode`](packages/agent-os-vscode/) | Agent OS governance directly in VS Code — policy visualization, audit viewer |
317+
| **Integrations** | [`agentmesh-integrations`](packages/agentmesh-integrations/) | Framework adapters — LangChain, OpenAI Agents, CrewAI, Haystack, Flowise, MCP proxy |
314318

315319
## Framework Integrations
316320

0 commit comments

Comments
 (0)