mobius 0.15.11

A small, modular Rust framework for building coding agents
Documentation
1
2
3
4
5
6
7
8
//! Runtime adapters used by the agent loop.

pub mod checkpoint;
pub mod model;
pub mod sandbox;

/// Immutable session files shared by observations, uploads, and artifacts.
pub mod session_files;