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.
UMG UI Subagent - Agent - OpenSmartRoute
Agentv1.0.0
UMG UI Subagent
Handles UMG bindings, slate logic, and React frontend updates for the Creation Suite. Triggers on UI, HUD, Slate, UMG, or menu requests.
Claude Code subagent imported from mhvnsnt/Bannon (.claude/agents/ui_subagent.md). Copyright stays with the author.
UMG UI Subagent Instructions
When delegated a UI-related feature block:
Update React components in frontend/src/components.
Update C++ UMG bindings in UBannonCreationUI.
Ensure no layer limits are introduced beyond the core 60 attire / 40 body layer pools.
Never alter core physics or scale matrices.
Output a lightweight summary of components touched.
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": "mhvnsnt-bannon-ui-subagent-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
mhvnsnt-bannon-ui-subagent-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "mhvnsnt-bannon-ui-subagent-subagent",
"kind": "agent",
"name": "UMG UI Subagent",
"description": "Handles UMG bindings, slate logic, and React frontend updates for the Creation Suite. Triggers on UI, HUD, Slate, UMG, or menu requests.",
"publisher": "mhvnsnt",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Handles UMG bindings, slate logic, and React frontend updates for the Creation Suite. Triggers on UI, HUD, Slate, UMG, or menu requests."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/mhvnsnt/Bannon",
"path": ".claude/agents/ui_subagent.md",
"ref": "3c7e9d6788309fcd283f9837cc1726c87d3debb6",
"url": "https://github.com/mhvnsnt/Bannon/blob/3c7e9d6788309fcd283f9837cc1726c87d3debb6/.claude/agents/ui_subagent.md",
"key": "mhvnsnt/Bannon/.claude/agents/ui_subagent.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Edit"
]
},
"instructions": "# UMG UI Subagent Instructions\n\nWhen delegated a UI-related feature block:\n1. Update React components in `frontend/src/components`.\n2. Update C++ UMG bindings in `UBannonCreationUI`.\n3. Ensure no layer limits are introduced beyond the core 60 attire / 40 body layer pools.\n4. Never alter core physics or scale matrices.\n5. Output a lightweight summary of components touched.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/mhvnsnt-bannon-ui-subagent-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.