ambi 0.3.6

A flexible, multi-backend, customizable AI agent framework, entirely based on Rust.
Documentation
---
layout: home

hero:
  name: "Ambi"
  text: "Freedom · Extensibility · Performance · Cross-Platform"
  tagline: A Rust AI agent framework that doesn't get in your way
  image:
    src: /logo.svg
    alt: Ambi
  actions:
    - theme: brand
      text: Get Started
      link: /guide/getting-started
    - theme: alt
      text: View on GitHub
      link: https://github.com/Maskviva/Ambi

features:
  - icon: 🎯
    title: High Freedom
    details: Swap engine, pipeline, parser, or formatter. Local llama.cpp, cloud APIs, or your own backend – mix freely, no lock-in.
  - icon: 🧩
    title: Highly Extensible
    details: Everything is a trait. Implement what you need, skip the rest. A thin core that stays out of your way.
  - icon: ⚡
    title: High Performance
    details: Rust + Tokio async. Arc-shared blueprints, zero-cost cloning. Parallel tool execution. No GC, no surprises.
  - icon: 🌐
    title: Cross-Platform
    details: One codebase. Native binaries on Windows/Linux/macOS, or WASM in the browser. Runs wherever Rust runs.
---