hippox 0.3.7

🦛A reliable AI agent and skills orchestration runtime engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod config;
mod core;
mod envs;
mod executors;
mod i18n;
mod memory;
mod skill_loader;
mod skill_scheduler;
mod workflow;

pub use crate::core::ConfigInitMethod;
pub use crate::workflow::WorkflowMode;
pub use config::{GLOBAL_CONFIG, HippoxConfig, get_config};
pub use core::Hippox;
pub use langhub::types::ModelProvider;