Updates
Rolling release / release (push) Successful in 8m31s

This commit is contained in:
2026-09-13 22:24:14 -04:00
parent 1ca4224377
commit a097adf4eb
62 changed files with 2707 additions and 957 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
import { qvacStatus } from '../daemon/qvac-master.js';
export function createRuntimeTools({ computer } = {}) {
export function createRuntimeTools({ computer, camera } = {}) {
return [
{
name: 'jarvis_status',
@@ -10,6 +10,7 @@ export function createRuntimeTools({ computer } = {}) {
local: true,
qvac: qvacStatus(),
computer_use: computer?.status?.() || { active: false, backend: 'none' },
camera: camera?.status?.() || { enabled: false, active: false, backend: 'none' },
}),
},
{