Skip to content

Launch Agent badges: small variant, CTA, deploy links to persona.ts#4

Merged
khaliqgant merged 4 commits into
mainfrom
feat/launch-agent-buttons
May 27, 2026
Merged

Launch Agent badges: small variant, CTA, deploy links to persona.ts#4
khaliqgant merged 4 commits into
mainfrom
feat/launch-agent-buttons

Conversation

@khaliqgant

@khaliqgant khaliqgant commented May 27, 2026

Copy link
Copy Markdown
Member

Builds on #3 (already merged), which landed the hotlinked Launch Agent badges on every agent and the resilience restore. This PR refines them:

  • Small badge variant. Every agent README uses launch-agent_small.svg.
  • CTA copy. "Instantly launch this agent on Agent Relay" beneath each badge.
  • Deploy links point at the persona file, not an id. Each badge links to ?persona=https://github.com/AgentWorkforce/agents/blob/main/<agent>/persona.ts.

Why link to the persona file

The one-click deploy direction in workforce#145 / #146 makes the persona definition the single source of truth (deriveDeployRequirements(persona); the manifest approach in wf#142 was killed as drift-prone). An ?agent=<id> link would need a server-side id→persona registry that doesn't exist and cuts against that direction. A persona-file URL is self-describing — the cloud can fetch → compile → derive requirements, mirroring deploy --one-click <persona.ts>, and the README can't drift from the deployed artifact.

Links track main, so the button always deploys the latest persona.

Note: the agentrelay.com/cloud/deploy landing page does not exist yet — there's no app/cloud/deploy route in cloud/packages/web (deploy is currently API-only, POSTing {entrypoint, source, name}). These badges are forward-looking and define the ?persona=<github blob url> contract for whoever builds that page.

Diff

Six agent READMEs only — no code changes.

🤖 Generated with Claude Code

khaliqgant and others added 2 commits May 27, 2026 14:41
The deploy URL slug must match each persona's `id`, not the folder name:
granola -> granola-prospect, linear -> linear-implementer, review -> pr-reviewer.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Switch every agent README to the launch-agent_small.svg badge and add
"You can instantly launch your own agent on Agent Relay" beneath it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@khaliqgant, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 9 minutes and 32 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3509d61a-d175-48df-823d-ee5074df7b1f

📥 Commits

Reviewing files that changed from the base of the PR and between 353afb9 and 7dec406.

📒 Files selected for processing (6)
  • granola/README.md
  • hn-monitor/README.md
  • linear/README.md
  • review/README.md
  • spotify-releases/README.md
  • vendor-monitor/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/launch-agent-buttons

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the README files across multiple agent directories (granola, hn-monitor, linear, review, spotify-releases, and vendor-monitor) to use a smaller SVG badge, update deployment query parameters, and add a call-to-action sentence to launch agents on Agent Relay. The reviewer suggested adding a period at the end of the newly added sentence in all README files for proper punctuation and consistency.

Comment thread granola/README.md Outdated
[![Launch Agent](https://agentrelay.com/launch-agent.svg)](https://agentrelay.com/cloud/deploy?agent=granola)
[![Launch Agent](https://agentrelay.com/launch-agent_small.svg)](https://agentrelay.com/cloud/deploy?agent=granola-prospect)

You can instantly launch your own agent on Agent Relay

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Add a period at the end of the sentence for proper punctuation and consistency.

Suggested change
You can instantly launch your own agent on Agent Relay
You can instantly launch your own agent on Agent Relay.

Comment thread hn-monitor/README.md Outdated
[![Launch Agent](https://agentrelay.com/launch-agent.svg)](https://agentrelay.com/cloud/deploy?agent=hn-monitor)
[![Launch Agent](https://agentrelay.com/launch-agent_small.svg)](https://agentrelay.com/cloud/deploy?agent=hn-monitor)

You can instantly launch your own agent on Agent Relay

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Add a period at the end of the sentence for proper punctuation and consistency.

Suggested change
You can instantly launch your own agent on Agent Relay
You can instantly launch your own agent on Agent Relay.

Comment thread linear/README.md Outdated
[![Launch Agent](https://agentrelay.com/launch-agent.svg)](https://agentrelay.com/cloud/deploy?agent=linear)
[![Launch Agent](https://agentrelay.com/launch-agent_small.svg)](https://agentrelay.com/cloud/deploy?agent=linear-implementer)

You can instantly launch your own agent on Agent Relay

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Add a period at the end of the sentence for proper punctuation and consistency.

Suggested change
You can instantly launch your own agent on Agent Relay
You can instantly launch your own agent on Agent Relay.

Comment thread review/README.md Outdated
[![Launch Agent](https://agentrelay.com/launch-agent.svg)](https://agentrelay.com/cloud/deploy?agent=review)
[![Launch Agent](https://agentrelay.com/launch-agent_small.svg)](https://agentrelay.com/cloud/deploy?agent=pr-reviewer)

You can instantly launch your own agent on Agent Relay

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Add a period at the end of the sentence for proper punctuation and consistency.

Suggested change
You can instantly launch your own agent on Agent Relay
You can instantly launch your own agent on Agent Relay.

Comment thread spotify-releases/README.md Outdated
[![Launch Agent](https://agentrelay.com/launch-agent.svg)](https://agentrelay.com/cloud/deploy?agent=spotify-releases)
[![Launch Agent](https://agentrelay.com/launch-agent_small.svg)](https://agentrelay.com/cloud/deploy?agent=spotify-releases)

You can instantly launch your own agent on Agent Relay

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Add a period at the end of the sentence for proper punctuation and consistency.

Suggested change
You can instantly launch your own agent on Agent Relay
You can instantly launch your own agent on Agent Relay.

Comment thread vendor-monitor/README.md Outdated
[![Launch Agent](https://agentrelay.com/launch-agent.svg)](https://agentrelay.com/cloud/deploy?agent=vendor-monitor)
[![Launch Agent](https://agentrelay.com/launch-agent_small.svg)](https://agentrelay.com/cloud/deploy?agent=vendor-monitor)

You can instantly launch your own agent on Agent Relay

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Add a period at the end of the sentence for proper punctuation and consistency.

Suggested change
You can instantly launch your own agent on Agent Relay
You can instantly launch your own agent on Agent Relay.

Per-agent READMEs read better with "this agent" than "your own agent".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@khaliqgant khaliqgant changed the title Launch Agent buttons across all agents + intended resilience restore Refine Launch Agent badges: small variant, persona-id deploy links, CTA copy May 27, 2026
Point each deploy badge at the persona definition on GitHub
(?persona=.../blob/main/<agent>/persona.ts) instead of ?agent=<id>.
This matches the one-click direction in workforce#145/#146 where the
persona file is the single source of truth (deriveDeployRequirements),
and avoids depending on an id->persona registry that doesn't exist.
Tracks main so the button always deploys the latest persona.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@khaliqgant khaliqgant changed the title Refine Launch Agent badges: small variant, persona-id deploy links, CTA copy Launch Agent badges: small variant, CTA, deploy links to persona.ts May 27, 2026
@khaliqgant khaliqgant merged commit b3f0046 into main May 27, 2026
2 checks passed
@khaliqgant khaliqgant deleted the feat/launch-agent-buttons branch May 27, 2026 12: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.

2 participants