a3s 0.10.0

a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! `/loop` engineered loops: persisted loop specs, state, run logs, audit, and
//! an OS-aware run directive.

use super::super::*;
use super::agent::{self, AgentDevSession};
use a3s_tui::components::{DetailPanel, DetailRow, KeyValue, SectionHeader};
use std::path::{Path, PathBuf};

include!("loop_engineering/core.rs");
include!("loop_engineering/runtime.rs");
include!("loop_engineering/tests.rs");