pidgin-lang 0.1.1

A compact agent handoff protocol runtime — parse, validate, resolve, and expand Pidgin packets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod ast;
pub mod context;
pub mod errors;
pub mod expander;
pub mod lexer;
pub mod logging;
pub mod metrics;
pub mod parser;
pub mod registry;
pub mod resolver;
pub mod router;
pub mod safety;
pub mod validator;

#[cfg(test)]
mod tests;