spec-ai 0.6.12

A framework for building AI agents with structured outputs, policy enforcement, and execution tracking
Documentation
1
2
3
4
5
//! Application framework for building TUI apps

mod framework;

pub use framework::{App, AppRunner};