hippox 0.1.0

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

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