feat: add card examples and speed up rtc connect
This commit is contained in:
parent
04afead5af
commit
23fd806e6d
41 changed files with 3327 additions and 3 deletions
14
examples/cards/instances/live-nanobot-git-diff/card.json
Normal file
14
examples/cards/instances/live-nanobot-git-diff/card.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "live-nanobot-git-diff",
|
||||
"kind": "text",
|
||||
"title": "nanobot git diff",
|
||||
"slot": "git-diff:/home/kacper/nanobot",
|
||||
"lane": "work",
|
||||
"priority": 72,
|
||||
"state": "active",
|
||||
"template_key": "git-diff-live",
|
||||
"context_summary": "Live git working tree summary for /home/kacper/nanobot.",
|
||||
"chat_id": "web",
|
||||
"created_at": "2026-03-12T14:00:00+00:00",
|
||||
"updated_at": "2026-03-12T14:00:00+00:00"
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"subtitle": "nanobot",
|
||||
"tool_name": "exec",
|
||||
"tool_arguments": {
|
||||
"command": "python3 $HOME/.nanobot/workspace/git_repo_diff_summary.py --repo /home/kacper/nanobot --max-files 8",
|
||||
"max_output_chars": 200000
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue