Skip to content

Commit 247bcd0

Browse files
docs: add FAQ section for AEO/SEO optimization
- Add 4 Q&A entries targeting key search queries about AI agent governance - Question-headed format optimized for answer engine extraction - Covers: guardrails comparison, framework integration, ecosystem overview, production use Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0eade93 commit 247bcd0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,22 @@ export ANTHROPIC_API_KEY=sk-ant-...
10301030

10311031
---
10321032

1033+
## Frequently Asked Questions
1034+
1035+
**What is the difference between Agent OS and prompt-based guardrails?**
1036+
Prompt-based guardrails ask the LLM to self-police, which fails 26.67% of the time. Agent OS enforces governance at the system level using deterministic policy engines and POSIX-inspired access controls, achieving 0% policy violations. It controls what agents *can* do (capability-based), not just what they *should not* do (filter-based).
1037+
1038+
**How does Agent OS work with other frameworks?**
1039+
Agent OS integrates with 14+ frameworks via adapters. Install the governance layer alongside your existing framework: use `langgraph-trust` for LangGraph, `openai-agents-trust` for OpenAI Agents, or the MCP server for any MCP-compatible client. Agent OS acts as a kernel layer underneath your agent framework.
1040+
1041+
**What is the Agent Governance Ecosystem?**
1042+
Agent OS is part of a suite of four projects: Agent OS (policy kernel), [AgentMesh](https://github.com/imran-siddique/agent-mesh) (trust network), [Agent Hypervisor](https://github.com/imran-siddique/agent-hypervisor) (runtime supervisor), and [Agent SRE](https://github.com/imran-siddique/agent-sre) (reliability platform). Together they provide 4,310+ tests across 17 modules.
1043+
1044+
**Can I use Agent OS in production?**
1045+
Yes. Agent OS has 1,500+ tests, a VS Code extension, PyPI package (`pip install agent-os-kernel`), and is integrated into production frameworks like Dify (65K stars) and LlamaIndex (47K stars). It supports Python 3.9+ and runs on any platform.
1046+
1047+
---
1048+
10331049
## Contributing
10341050

10351051
```bash

0 commit comments

Comments
 (0)