agent-session 0.5.7

Portable session IR, parsers, discovery, and process matching for local AI coding-agent transcripts.
Documentation
1
2
3
4
5
6
7
package agentsight:session@0.1.0;

world session-ext {
    /// Parse one transcript supplied by the host. File discovery and related
    /// transcript aggregation remain host responsibilities.
    export parse: func(agent: string, path: string, updated-ms: u64, content: string) -> option<string>;
}