hippox 0.3.0

The most reliable AI agent.🦛
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod executor;
pub(crate) mod registry;
pub(crate) mod skills;
pub(crate) mod types;

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