docs: add ASAP Protocol integration documentation#3
Merged
voidborne-d merged 1 commit intovoidborne-d:mainfrom Mar 11, 2026
Merged
Conversation
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
Contributor
Author
|
Hey @voidborne-d, PR is ready for review 👍🏻 |
voidborne-d
approved these changes
Mar 11, 2026
Owner
voidborne-d
left a comment
There was a problem hiding this comment.
Great work — clean docs, follows the existing structure, references check out (upstream PR #71 merged). Thanks for contributing to the Lambda Lang ecosystem! 🚀
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 sectiondocs/asap-integration.md— New integration guide (followspilot-integration.mdstructure): content-type negotiation flow, full atom mapping table, compression example, implementation detailsREADME.md— Added reference in Documentation section and row in When to Use Lambda tableContext
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+lambdafor content-type negotiation with graceful JSON fallback.Closes #2