objectiveai-api 2.0.5

ObjectiveAI API Server
1
2
3
4
5
6
7
8
//! Function operations.

pub mod executions;
pub mod inventions;
mod flat_task_profile;
pub mod profiles;

pub use flat_task_profile::*;