Files
Aodhan Collins 6a0bae2a0b feat(phase-04): Wyoming Satellite integration + OpenClaw HA components
## Voice Pipeline (P3)
- Replace openWakeWord daemon with Wyoming Satellite approach
- Add Wyoming Satellite service on port 10700 for HA voice pipeline
- Update setup.sh with cross-platform sed compatibility (macOS/Linux)
- Add version field to Kokoro TTS voice info
- Update launchd service loader to use Wyoming Satellite

## Home Assistant Integration (P4)
- Add custom conversation agent component (openclaw_conversation)
  - Fix: Use IntentResponse instead of plain strings (HA API requirement)
  - Support both HTTP API and CLI fallback modes
  - Config flow for easy HA UI setup
- Add OpenClaw bridge scripts (Python + Bash)
- Add ha-ctl utility for HA entity control
  - Fix: Use context manager for token file reading
- Add HA configuration examples and documentation

## Infrastructure
- Add mem0 backup automation (launchd + script)
- Add n8n workflow templates (morning briefing, notification router)
- Add VS Code workspace configuration
- Reorganize model files into categorized folders:
  - lmstudio-community/
  - mlx-community/
  - bartowski/
  - mradermacher/

## Documentation
- Update PROJECT_PLAN.md with Wyoming Satellite architecture
- Update TODO.md with completed Wyoming integration tasks
- Add OPENCLAW_INTEGRATION.md for HA setup guide

## Testing
- Verified Wyoming services running (STT:10300, TTS:10301, Satellite:10700)
- Verified OpenClaw CLI accessibility
- Confirmed cross-platform compatibility fixes
2026-03-08 02:06:37 +00:00

76 lines
2.0 KiB
JSON

{
"architectures": [
"Glm4vForConditionalGeneration"
],
"image_end_token_id": 151340,
"image_start_token_id": 151339,
"image_token_id": 151363,
"model_type": "glm4v",
"quantization": {
"group_size": 64,
"bits": 4,
"mode": "affine"
},
"quantization_config": {
"group_size": 64,
"bits": 4,
"mode": "affine"
},
"text_config": {
"attention_bias": true,
"attention_dropout": 0.0,
"dtype": "bfloat16",
"eos_token_id": [
151329,
151336,
151338
],
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 13696,
"max_position_embeddings": 131072,
"model_type": "glm4v_text",
"num_attention_heads": 32,
"num_hidden_layers": 40,
"num_key_value_heads": 2,
"pad_token_id": 151329,
"rms_norm_eps": 1e-05,
"rope_parameters": {
"mrope_section": [
8,
12,
12
],
"partial_rotary_factor": 0.5,
"rope_theta": 500000,
"rope_type": "default"
},
"use_cache": true,
"vocab_size": 151552
},
"tie_word_embeddings": false,
"transformers_version": "5.0.0rc0",
"video_end_token_id": 151342,
"video_start_token_id": 151341,
"video_token_id": 151364,
"vision_config": {
"attention_bias": false,
"attention_dropout": 0.0,
"depth": 24,
"hidden_act": "silu",
"hidden_dropout_prob": 0.0,
"hidden_size": 1536,
"image_size": 336,
"in_channels": 3,
"initializer_range": 0.02,
"intermediate_size": 13696,
"model_type": "glm4v_vision",
"num_heads": 12,
"out_hidden_size": 4096,
"patch_size": 14,
"rms_norm_eps": 1e-05,
"spatial_merge_size": 2,
"temporal_patch_size": 2
}
}