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
//! Application framework for building TUI apps

mod framework;

pub use framework::{App, AppRunner};