Add LiveObjects Swift agent to protocol registry#329
Closed
Conversation
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
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. |
Contributor
Author
|
Ah yes sorry I forgot this had wider implications (I was trying to use this as a verbatim list of SDKs), I shall close! |
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
This PR adds support for the LiveObjects Swift plugin to the agent registry by registering it in the protocol configuration files.
Key Changes
liveobjects-swiftagent entry toprotocol/agents.jsonwith metadata for the Ably LiveObjects Swift pluginably/ably-liveobjects-swift-pluginjson-schemas/src/agents.jsonto includeliveobjectsas a valid product type in the agent schemaImplementation 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
liveobjectsis recognized as a valid product alongside existing products likepub-sub,chat,asset-tracking,platform, andlivesync.https://claude.ai/code/session_01BGVhG32Q6iM2rvbX59WLhc