Skip to content

Add LiveObjects Swift agent to protocol registry#329

Closed
AndyTWF wants to merge 1 commit intomainfrom
claude/add-ably-liveobjects-plugin-CWTvJ
Closed

Add LiveObjects Swift agent to protocol registry#329
AndyTWF wants to merge 1 commit intomainfrom
claude/add-ably-liveobjects-plugin-CWTvJ

Conversation

@AndyTWF
Copy link
Contributor

@AndyTWF AndyTWF commented Feb 23, 2026

Summary

This PR adds support for the LiveObjects Swift plugin to the agent registry by registering it in the protocol configuration files.

Key Changes

  • Added liveobjects-swift agent entry to protocol/agents.json with metadata for the Ably LiveObjects Swift plugin
    • Configured as a versioned wrapper type
    • Points to the official repository: ably/ably-liveobjects-swift-plugin
    • Supports iOS, macOS, and tvOS platforms
  • Updated json-schemas/src/agents.json to include liveobjects as a valid product type in the agent schema

Implementation Details

The new agent entry follows the existing pattern for other Ably SDK wrappers and includes all required metadata fields (identifier, versioned flag, type, source, product, and name). The schema update ensures that liveobjects is recognized as a valid product alongside existing products like pub-sub, chat, asset-tracking, platform, and livesync.

https://claude.ai/code/session_01BGVhG32Q6iM2rvbX59WLhc

Add liveobjects-swift to agents.json with source pointing to
https://github.com/ably/ably-liveobjects-swift-plugin, and add the
corresponding liveobjects product type to the agents JSON schema.

https://claude.ai/code/session_01BGVhG32Q6iM2rvbX59WLhc
@AndyTWF AndyTWF marked this pull request as ready for review February 23, 2026 12:47
@lawrence-forooghian
Copy link
Collaborator

Hey @AndyTWF, would you mind explaining the intent of this PR? This agent doesn't currently exist, nor does an equivalent exist for other platforms.

@AndyTWF
Copy link
Contributor Author

AndyTWF commented Feb 23, 2026

Ah yes sorry I forgot this had wider implications (I was trying to use this as a verbatim list of SDKs), I shall close!

@AndyTWF AndyTWF closed this Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants