autogpt 0.3.2

🦀 A Pure Rust Framework For Building AGIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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.

pub mod autogpt;
#[cfg(feature = "cli")]
pub mod models;
pub mod orchgpt;
#[cfg(feature = "cli")]
pub mod session;
#[cfg(feature = "cli")]
pub mod skills;
#[cfg(feature = "cli")]
pub mod tui;