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
11
examples/cards/README.md
Normal file
11
examples/cards/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Example Cards
|
||||
|
||||
This directory contains checked-in snapshots of the card templates and saved card instances
|
||||
currently used in the local Nanobot web UI setup.
|
||||
|
||||
Structure:
|
||||
- `templates/`: reusable card templates (`manifest.json` + `template.html`)
|
||||
- `instances/`: example saved cards (`card.json` + `state.json`)
|
||||
|
||||
These files are examples for reference, iteration, and testing. The running web UI loads cards
|
||||
from `~/.nanobot/cards`, not from this directory.
|
||||
Loading…
Add table
Add a link
Reference in a new issue