lmm-agent 0.1.2

Equation-based autonomous agent framework for the lmm ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2026 Mahmoud Harmouch.
//
// Licensed under the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

//! # Traits module.

pub mod agent;
pub mod composite;
pub mod functions;