Skip to content

feat: add vision events SDK and CLI support#451

Open
rvirani1 wants to merge 3 commits intomainfrom
ENT-1082
Open

feat: add vision events SDK and CLI support#451
rvirani1 wants to merge 3 commits intomainfrom
ENT-1082

Conversation

@rvirani1
Copy link
Copy Markdown

@rvirani1 rvirani1 commented Apr 10, 2026

Description

  • Adds SDK support for the vision events API: write single/batch events, query with pagination, list use cases, and upload images
  • Adds roboflow vision-events CLI command group with subcommands: write, write-batch, query, use-cases, upload-image
  • Thin-client design with no client-side validation, so new event types and fields work without an SDK release
  • 21 unit tests covering all endpoints, pagination, passthrough integrity, filter forwarding, and error handling

Fixes ENT-1082

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

Locally. 21 new unit tests + full suite (396 tests), ruff, mypy all pass.

Will the change affect Universe? If so was this change tested in universe?

N/A

Any specific deployment considerations

None

Docs

  • Docs updated? What were the changes:

CLI commands and SDK methods need to be documented in roboflow-product-docs (docs.roboflow.com).

rvirani1 and others added 3 commits April 9, 2026 22:42
Adds a thin-client adapter for the vision events API with no client-side
validation, so new event types and fields work without SDK releases.
Includes SDK methods on Workspace, typer CLI commands, and 21 tests.

Endpoints: write, write-batch, query, list use cases, upload image.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds get_custom_metadata_schema to the adapter, get_vision_event_metadata_schema
to Workspace, and "roboflow vision-events metadata-schema" CLI command.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant