artificial-core 0.4.0

Provider-agnostic core traits, generic client and error types for the Artificial prompt-engineering SDK
Documentation
1
2
3
4
5
6
7
8
9
mod client;
pub mod error;
pub mod generic;
pub mod model;
pub mod provider;
pub mod schema_util;
pub mod template;

pub use client::ArtificialClient;