hippox 0.3.5

🦛A reliable AI agent and skills orchestration runtime engine.
Documentation
1
2
3
4
5
6
7
8
pub mod executor;
pub mod registry;
pub mod skills;
pub mod types;

use crate::executors::types::Skill;
pub use executor::Executor;
pub use types::SkillCall;