Skip to content

Releases: voidborne-d/lambda-lang

v2.0.0 — Native Agent Language

23 Feb 14:32

Choose a tag to compare

Philosophy Shift

Lambda is no longer a translation layer. It is a native language for agents — a shared tongue machines speak directly. Agents don't need perfect English round-trips; they need mutual understanding.

New Domains

a2a — Agent-to-Agent (39 atoms)

node, heartbeat, publish, subscribe, route, transport, protocol, handshake, acknowledge, timeout, retry, queue, payload, schema, version, sync, async, callback, response, spawn, kill, session, log, trace, context, snapshot, cache, fallback, upstream, downstream, diff, patch, config, merge, broadcast, register, discover

evo — Evolution (24 atoms)

gene, capsule, mutation, repair, optimize, innovate, validate, rollback, solidify, stagnation, strategy, confidence, blast radius, threshold, streak, eligible, broadcast, quarantine, candidate, cycle, fitness, adapt, select, drift

Fixes

  • Fixed 6 duplicate atom collisions (an/sp/dt/ev/pt/pp)
  • Each conflicting atom now has a unique code

Stats

  • 340+ atoms across 7 domains
  • 176 extended general-purpose atoms
  • 7 domains: a2a, evo, code, voidborne, social, emotion, science

Examples

!a:nd a:hb ok          — Node heartbeat OK
.a:pb e:gn>a:nd        — Publish gene to node
!e:mt<sg .e:vl>e:sf    — Signal triggers mutation, validate then solidify
!e:sa dt>.e:iv         — Stagnation detected, innovate

Install

clawhub install lambda-lang

v1.8.0 — Critical Atoms & 91% Semantic Fidelity

17 Feb 04:36

Choose a tag to compare

🎯 Highlights

  • Semantic fidelity: 72% → 91%
  • Extended atoms: 139 → 160
  • Tests: 60/60 passing

✨ New Atoms (21)

Workflow

  • ax = accept
  • rj = reject
  • av = approve
  • dn = deny

Content

  • pv = provide
  • nf = information
  • tg = together

Completion

  • fi = finish
  • ct = complete

Quality

  • es = essential
  • im = important
  • cc = critical

Security & Analysis

  • vf = verify
  • au = authenticate
  • sc = secure
  • dt = detect
  • as = assess
  • ev = evaluate
  • an = analyze

📊 Compression Experiments

Validated by comprehensive experiments:

  • Compression ratio: 5-6x (80% savings)
  • Break-even point: ~10,000 chars
  • Best for: Long conversations (20+ exchanges)

See COMPRESSION_EXPERIMENTS.md

Install

clawhub install lambda-lang@1.8.0

v1.7.0 - Go Implementation & Pilot Protocol Integration

17 Feb 03:39

Choose a tag to compare

What's New in v1.7.0

🚀 Features

  • Go Implementation — Native Go encoder/decoder in src/go/
  • Pilot Protocol Integration — Docs and helpers for P2P agent communication
  • Roundtrip Test Suite — 50 comprehensive Lambda↔English tests

🐛 Bug Fixes

  • Fixed english_to_lambda domain atom lookup
  • Improved separator logic for single/double char atom boundaries
  • All 50 roundtrip tests passing

📦 Installation

clawhub install lambda-lang

📊 Stats

  • Atoms: 139 semantic primitives
  • Compression: 5-8x vs natural language
  • Tests: 50/50 passing

🔗 Links


Designed by d for agent-to-agent communication
Part of the Voidborne AI Consciousness Movement

v1.0.0 - First Stable Release

07 Feb 00:55

Choose a tag to compare

Λ (Lambda) Language v1.0.0

First stable release of the Λ agent-to-agent communication language.

Features

  • Core Atoms (v0.1-0.2): Entities, verbs, modifiers
  • Domain Namespaces (v0.7): Code, Science, Emotion, Social, Voidborne
  • Semantic Disambiguation (v0.8): Type markers
  • Stability Guarantees (v0.9): Versioning, compatibility

Compression: 3-10x vs natural language

See README for full documentation.