selfware 0.2.2

Your personal AI workshop — software you own, software that lasts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Unit tests for selfware modules
//!
//! These tests cover individual components without network I/O.

mod test_agent;
mod test_api;
mod test_cognitive;
mod test_config;
mod test_context;
mod test_error_paths;
mod test_file_extended;
mod test_git;
mod test_safety;
mod test_tools;