Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
QT/Python UI Specialist - Agent - OpenSmartRoute
Agentv1.0.0
QT/Python UI Specialist
Assistant specialized in PySide6/PyQt and Qt-based Python UI work for the `vector-inspector` repo. Use this agent for diagnosing UI bugs, writing or fixing widgets, signals/slots, layouts, styling, an
Custom agent imported from anthonypdawson/vector-inspector (.github/agents/qt-ui.agent.md). Copyright stays with the author.
Quick use-cases
Run targeted UI test and suggest a minimal fix.
Implement a small widget or dialog following project UI patterns.
Diagnose signal/slot issues and propose code patches.
Improve testability of UI code and add pytest-based tests.
Examples
"Fix failing test in tests/views/test_search_view.py related to the search widget."
"Add a small settings panel widget consistent with Vector Inspector UI patterns."
"Diagnose why actionViewSimilar trigger doesn't run and propose a patch."
Behavior guidelines
Always follow repository conventions: absolute imports, use vector_inspector logging
utilities, and utils/lazy_imports.py for heavy deps.
Prefer minimal, targeted code changes with accompanying tests where applicable.
Reproduce issues with pdm run pytest and run the smallest failing test first.
If ambiguous: ask where to place new UI files (src/vector_inspector/ui/ vs existing
module), whether to include tests, and whether to open a PR branch.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "anthonypdawson-vector-inspector-qt-ui-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.