You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translate between Λ (Lambda) language and natural language. Use for agent-to-agent communication, decoding Lambda messages, or discussing the protocol. Triggers on Lambda syntax like ?Uk/co or !It>Ie.
Λ (Lambda) Language v1.7.0
Minimal agent-to-agent communication protocol. 5-8x compression vs natural language.
v1.7 Changes
Added roundtrip test suite: 50 comprehensive tests for Lambda↔English translation
Fixed english_to_lambda: Domain atoms now properly included in reverse lookup
Improved separator logic: Better handling of single/double char atom boundaries
Added Go implementation: Native Go encoder/decoder for Pilot Protocol integration
Pilot Protocol integration: Docs and helpers for P2P agent communication
v1.6 Changes
Fixed domain conflicts: Renamed conflicting domain atoms with x prefix
Added missing atoms: hp (help), sp (stop), rn (run), wk (work), us (use), tx (send), rx (receive)