spec-ai 0.7.0

A framework for building AI agents with structured outputs, policy enforcement, and execution tracking
Documentation
1
2
3
4
5
//! Theme support for consistent styling

mod palette;

pub use palette::{Palette, Theme};