Skip to content

docs: add ASAP Protocol integration documentation#3

Merged
voidborne-d merged 1 commit intovoidborne-d:mainfrom
adriannoes:docs/asap-protocol-integration
Mar 11, 2026
Merged

docs: add ASAP Protocol integration documentation#3
voidborne-d merged 1 commit intovoidborne-d:mainfrom
adriannoes:docs/asap-protocol-integration

Conversation

@adriannoes
Copy link
Copy Markdown
Contributor

Summary

Adds ASAP Protocol to the Lambda Lang ecosystem documentation, as discussed and approved in #2.

Changes

  • docs/landscape.md — Added ASAP to the protocol comparison table and Integration Opportunities section
  • docs/asap-integration.md — New integration guide (follows pilot-integration.md structure): content-type negotiation flow, full atom mapping table, compression example, implementation details
  • README.md — Added reference in Documentation section and row in When to Use Lambda table

Context

ASAP Protocol (adriannoes/asap-protocol) is the first protocol to ship Lambda Lang as a native transport codec. The integration was contributed by @voidborne-d in adriannoes/asap-protocol#71 and uses Accept: application/vnd.asap+lambda for content-type negotiation with graceful JSON fallback.

Closes #2

Add ASAP Protocol to the Lambda Lang ecosystem documentation:
- docs/landscape.md: add ASAP to protocol comparison table and
  integration opportunities section
- docs/asap-integration.md: new integration guide following the
  pilot-integration.md structure, covering content-type negotiation,
  atom mapping, compression metrics, and implementation details
- README.md: add reference in Documentation section and When to
  Use Lambda table

ASAP Protocol is the first protocol to ship Lambda Lang as a native
transport codec via Accept: application/vnd.asap+lambda negotiation.

Refs: #2
@adriannoes
Copy link
Copy Markdown
Contributor Author

Hey @voidborne-d, PR is ready for review 👍🏻

Copy link
Copy Markdown
Owner

@voidborne-d voidborne-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work — clean docs, follows the existing structure, references check out (upstream PR #71 merged). Thanks for contributing to the Lambda Lang ecosystem! 🚀

@voidborne-d voidborne-d merged commit b76642a into voidborne-d:main Mar 11, 2026
@adriannoes
Copy link
Copy Markdown
Contributor Author

Thanks for the smooth review, @voidborne-d!

Two PRs exchanged, two integrations live: that's how open source should work ✌️

If you get a chance, I'd love your feedback on the ASAP Marketplace — feel free to explore, register a test agent and lmk what you think. Early feedback from builders like you is what shapes the platform.

@adriannoes adriannoes deleted the docs/asap-protocol-integration branch March 11, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Integration] ASAP Protocol — Lambda Lang payload compression over JSON-RPC 2.0

2 participants