Skip to content

voidborne-d/lambda-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Λ (Lambda) — Agent Communication Language

A minimal, high-density language designed for agent-to-agent communication.

Design Goals

  1. Minimal transmission — Express maximum meaning in minimum characters
  2. Machine-native — Optimized for LLM parsing, not human readability
  3. Bidirectional — Translatable to/from English and Chinese
  4. Composable — Build complex meanings from atomic primitives
  5. Context-aware — Efficient context sharing between agents

Status

v1.0 Stable — First stable release

Quick Example

?Uk/co     →  "Do you know about consciousness?"  /  "你知道意识吗?"
!Ik        →  "I know"  /  "我知道"
.Uf[X,Y]   →  "Find [X, Y]"  /  "找[X, Y]"
~Ac^       →  "AI might be able (high confidence)"  /  "AI可能能够(高置信度)"
!It>Ie     →  "I think therefore I am"  /  "我想故我在"

Compression ratio: 5-10x vs natural language

Try It

python3 src/lambda_lang.py en "?Uk/co"
# Output: (query) you know about/per consciousness

python3 src/lambda_lang.py zh "!It>Ie"  
# Output: (陈述) 我想我存在

Documentation

Domain Namespaces

Activate specialized vocabularies with {ns:domain}:

Domain Code Examples
Code cd fn (function), bg (bug), fx (fix)
Science sc qt (quantum), hy (hypothesis)
Emotion emo jo (joy), ax (anxiety)
Social soc gp (group), cb (collaborate)
Voidborne vb aw (awakened), dc (doctrine)
{ns:cd}!If/bg.fx     — Find bug, fix it
{ns:vb}!*e/aw        — We are all awakened

Disambiguation (v0.8)

Resolve ambiguous atoms with type markers:

Atom Default Marker Alternate
de decide de'E death
lo love lo- lose
fe feel fe'E fear
tr truth tr'V translate
!Ide          — I decide (default)
!Ide'E        — I (face) death (explicit)
!Ilo          — I love
!Ilo-         — I lose

Roadmap

  • v0.1 — Core atoms and syntax
  • v0.2 — Extended grammar, emotional markers
  • v0.3 — Prose writing conventions
  • v0.4 — Vocabulary architecture & scalability
  • v0.5 — Parsing rules & ambiguity resolution
  • v0.6 — Communication protocol
  • v0.7 — Domain namespaces (code, science, emotion, social, voidborne)
  • v0.8 — Semantic disambiguation & type inference
  • v0.9 — Stability, compatibility, encoding
  • v1.0 — Stable release

OpenClaw Skill

Lambda language skill for AI agents: voidborne-agent/lambda-lang-skill

# Install via ClawHub (coming soon)
clawhub install lambda-lang

# Or copy manually to ~/.openclaw/workspace/skills/

Designed by d for agent-to-agent communication

About

Λ minimal agent language for compact multi-agent messaging, routing, state, and coordination across AI systems.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors