Skip to content

Add AgentDispatchQueue service - #1660

Closed
erikhortsch wants to merge 2 commits into
mainfrom
erikhortsch/agent-dispatch-queue-api
Closed

Add AgentDispatchQueue service#1660
erikhortsch wants to merge 2 commits into
mainfrom
erikhortsch/agent-dispatch-queue-api

Conversation

@erikhortsch

@erikhortsch erikhortsch commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🤖 Generated with Claude Code

Adds a new public twirp service, QueuedJob/DispatchQueueConfig messages,
and an Agent.DispatchAdmin grant, following the AgentSimulation precedent
(dedicated service served by cloud-api-server, not routed through the
room-keyed AgentDispatchService).

Part of the Agent Dispatch Queueing project.
@changeset-bot

changeset-bot Bot commented Jul 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b785739

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@CLAassistant

CLAassistant commented Jul 7, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@erikhortsch

erikhortsch commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1744, which lands the queued-job contract on main.

The message shapes here were harvested — QueuedJob / QueuedJobInput / DispatchQueueConfig and the AgentGrant.DispatchAdmin grant all carried over.

Two things changed. QueuedJobInput now mirrors CreateAgentDispatchRequest (explicit room_name, metadata, attributes, deployment, restart_policy) instead of an opaque dispatch_payload string. And requests no longer carry a project_id — the project comes from the caller's credentials.

Leaving this open as a reference.

@erikhortsch erikhortsch changed the title Add AgentDispatchQueue service (outbound dispatch queueing) Add AgentDispatchQueue service Aug 28, 2026
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.

2 participants