hippox 0.3.1

The most reliable AI agent.🦛
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;