hippox 0.3.5

🦛A reliable AI agent and skills orchestration runtime engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod copy;
pub mod delete;
pub mod list;
pub mod read;
pub mod write;

pub use copy::CopyFileSkill;
pub use delete::DeleteFileSkill;
pub use list::ListDirectorySkill;
pub use read::ReadFileSkill;
pub use write::WriteFileSkill;