Add the agent HTTP endpoints data plane protocol - #1728
Draft
theomonnom wants to merge 1 commit into
Draft
Conversation
|
theomonnom
force-pushed
the
theo/agent-http-endpoints
branch
from
August 20, 2026 01:13
1867863 to
0a16787
Compare
AgentHttp namespace in livekit_agent.proto: worker-dialed wires speak AgentHttp.Frame (attach handshake, opaque HTTP/1.1 data bytes, eof/reset, two-level credit), manifest + instance_id + endpoint_protocol in RegisterWorkerRequest, negotiated endpoint_settings in the response, draining/seq in UpdateWorkerStatus, GoAway. ValidateDeployment tightened to a URL-safe charset.
theomonnom
force-pushed
the
theo/agent-http-endpoints
branch
from
August 20, 2026 01:14
0a16787 to
2480d74
Compare
This was referenced Aug 20, 2026
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.
AgentHttpnamespace inlivekit_agent.proto: worker-dialed data wires speakingAgentHttp.Frame(one frame per websocket binary message: attach handshake, opaque HTTP/1.1databytes, eof, typed reset, two-level credit — per-stream windows + a shared connection window on stream 0)instance_id+endpoint_protocolonRegisterWorkerRequest; negotiatedendpoint_settings(attach token, wire pool size) on the response; wire flow-control parameters ride each attach response insteaddraining/seqonUpdateWorkerStatus;GoAwayfor control-connection drainValidateDeploymenttightened to a URL-safe charset (deployment is a URL path segment)Frame envelope adapted from #1725. Based on the livekit-server go.mod pin; rebases forward with it.