feat: add card examples and speed up rtc connect
Some checks failed
CI / Backend Checks (push) Failing after 29s
CI / Frontend Checks (push) Failing after 36s

This commit is contained in:
kacper 2026-03-15 21:44:47 -04:00
parent 04afead5af
commit 23fd806e6d
41 changed files with 3327 additions and 3 deletions

View file

@ -0,0 +1,18 @@
{
"id": "live-litellm-ups-usage",
"kind": "text",
"title": "LiteLLM + UPS Usage",
"content": "",
"question": "",
"choices": [],
"response_value": "",
"slot": "live-litellm-ups-usage",
"lane": "context",
"priority": 48,
"state": "active",
"template_key": "litellm-ups-usage-live",
"context_summary": "LiteLLM token usage and UPS energy usage for the last 24 hours and current month.",
"chat_id": "web",
"created_at": "2026-03-11T23:05:00+00:00",
"updated_at": "2026-03-11T23:05:00+00:00"
}

View file

@ -0,0 +1,8 @@
{
"subtitle": "GLM local usage",
"tool_name_24h": "exec",
"tool_arguments_24h": {
"command": "python3 $HOME/.nanobot/workspace/litellm_ups_price_per_token.py --24h"
},
"refresh_ms": 900000
}