This is the primary English README. Click “中文文档” above to read the Chinese version.
ArbiterOS-Core is a lightweight Python library that implements a neuro-symbolic operating system paradigm for reliable AI agents. It wraps LangGraph with a governance kernel (ArbiterGraph), a declarative policy engine, and a Flight Data Recorder for observability.
- Full English docs: README.en.md
- 中文文档: README.zh.md
- Calculator (runnable):
python -m arbiteros.examples.simple_agent_calc --expr "(2 + 3) * 4 - 5/2"- Walkthrough (web search + summary -> report):
python -m arbiteros.examples.walkthrough_demo_real --query "NVIDIA Q2 earnings"For full usage, features, and architecture, see README.en.md.