chobit/app.manifest.yaml

31 lines
718 B
YAML
Raw Permalink Normal View History

name: chobit
description: Interactive AI companion - Godot 4 desktop app with 3D VRM avatar, voice interaction, pluggable LLM backend
type: desktop-application
category: applications
version: 0.5.0
depends_on:
- model-boss
- speech-synthesis
platforms:
apricot:
os: linux
host: 10.0.0.13
environment: development
service:
type: user-session
name: chobit
ports:
- 19700
- 19701
gpu: false
install:
path: ~/Code/@applications/@chobit
script: ./run
status:
command: "cat .godot.pid 2>/dev/null && kill -0 $(cat .godot.pid) 2>/dev/null && echo 'active' || echo 'inactive'"
type: custom
logs:
file: "logs/chobit.log"