mars-agents 0.0.8

Agent package manager for .agents/ directories
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod cli;
pub mod config;
pub mod diagnostic;
pub mod discover;
pub mod error;
pub mod frontmatter;
pub mod fs;
pub mod hash;
pub mod lock;
pub mod merge;
pub mod models;
pub mod reconcile;
pub mod resolve;
pub mod source;
pub mod sync;
pub mod target_sync;
pub mod types;
pub mod validate;