reasoninglayer 1.0.3

Rust client SDK for the Reasoning Layer API
Documentation
//! Data transfer objects for the Reasoning Layer API.
//!
//! Hand-written DTOs for resources that haven't yet been migrated to the
//! auto-generated [`crate::api_spec`] module. The migration is in progress —
//! see `xtask/` and `src/api_spec/` for the codegen path.

pub mod action_reviews;
pub mod causal;
pub mod common;
pub mod constraints;
pub mod control;
pub mod execution;
pub mod homoiconic;
pub mod inference;
pub mod ingestion;
pub mod neuro_symbolic;
pub mod optimize;
pub mod osf;
pub mod oversight;
pub mod query;
pub mod reasoning;
pub mod reviews;
pub mod spaces;
pub mod terms;
pub mod values;