-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
41 lines (41 loc) · 924 Bytes
/
Copy pathlibrary.json
File metadata and controls
41 lines (41 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "AURA",
"version": "0.1.0",
"description": "On-device intelligence for microcontrollers: a built-in primary hardware model (GPIO/ADC/PWM/I2C sensors and actuators, bilingual EN/ID), swappable TOON knowledge models, and a WebAssembly (wasm3) runtime — behind a chat-style web UI.",
"keywords": [
"esp32",
"wasm",
"webassembly",
"iot",
"automation",
"agent",
"ai",
"edge"
],
"repository": {
"type": "git",
"url": "https://github.com/letjek/AURA.git"
},
"authors": [
{
"name": "letjek",
"url": "https://github.com/letjek",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "AURA.h",
"dependencies": {
"wasm3/Wasm3": "^0.5.0"
},
"export": {
"exclude": [
".vscode",
"extras/legacy-prototype",
"**/.pio",
"**/.DS_Store"
]
}
}