bevy_rig 0.1.0

Bevy ECS primitives and systems for modeling providers, agents, tools, sessions, runs, and workflows on top of Rig.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod agent;
pub mod app;
pub mod context;
pub mod diagnostics;
pub mod model;
pub mod prelude;
pub mod provider;
pub mod rig_runtime;
pub mod run;
pub mod session;
pub mod tool;
pub mod workflow;

pub use app::{
    BevyRigPlugin, CatalogSync, RigExecutionSystems, RunCommit, RunCommitSystems, RunExecution,
    RunExecutionSystems, RunPreparation, RunPreparationSystems, StreamApplySystems, Telemetry,
    ToolDispatchSystems,
};