Skip to content

cure-lab/ArbiterOS-core

Repository files navigation

ArbiterOS-Core

Python Version License

English Documentation  |  中文文档

This is the primary English README. Click “中文文档” above to read the Chinese version.

Overview

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.

Quick Start

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages