mythos-skill 0.1.1

Explicit-state recurrent synthesis: deterministic packet compiler for AI agent runs. Takes subagent output (evidence.jsonl, verifier findings, raw artifacts) and compiles a schema-validated, hash-provenanced next-pass packet that Prime can reason over without consuming raw subagent prose.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod artifacts;
pub mod contradictions;
pub mod evidence;
pub mod journal;
pub mod lookup;
pub mod packets;
pub mod promotion;
pub mod run_dir;
pub mod signals;
pub mod snapshot;
pub mod trust;