Skip to content

Getting Started

Get up and running with Uni in minutes. Build structured memory, write formal rules, and give your agents the ability to reason.

### [Installation](installation.md) Install the Rust crate, Python package, or build the CLI from source.
### [Quick Start](quickstart.md) Build a graph, define reasoning rules, and run your first simulation in 5 minutes.
### [CLI Reference](cli-reference.md) Complete documentation for all Uni command-line tools.
### [Programming Guide](programming-guide.md) Rust and Python APIs for building agents with structured memory and reasoning.

Quick Install

cargo add uni-db
pip install uni-db

Next Steps

Once installed, follow the Quick Start to build your first reasoning graph. Then see the AI Agent Skill guide to integrate Uni into your agent.