workspace: initial commit - MEMORY, tasks, skills, memory
This commit is contained in:
58
TOOLS.md
Normal file
58
TOOLS.md
Normal file
@@ -0,0 +1,58 @@
|
||||
# TOOLS.md - Local Notes
|
||||
|
||||
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.
|
||||
|
||||
## What Goes Here
|
||||
|
||||
Things like:
|
||||
|
||||
- Camera names and locations
|
||||
- SSH hosts and aliases
|
||||
- Preferred voices for TTS
|
||||
- Speaker/room names
|
||||
- Device nicknames
|
||||
- Anything environment-specific
|
||||
|
||||
## Examples
|
||||
|
||||
```markdown
|
||||
### Cameras
|
||||
|
||||
- living-room → Main area, 180° wide angle
|
||||
- front-door → Entrance, motion-triggered
|
||||
|
||||
### SSH
|
||||
|
||||
- home-server → 192.168.1.100, user: admin
|
||||
|
||||
### TTS
|
||||
|
||||
- Preferred voice: "Nova" (warm, slightly British)
|
||||
- Default speaker: Kitchen HomePod
|
||||
```
|
||||
|
||||
## Why Separate?
|
||||
|
||||
Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure.
|
||||
|
||||
---
|
||||
|
||||
# Скилл
|
||||
|
||||
- Home Assistant Skill - скилл **обязателен** для управления Home Assistant.
|
||||
|
||||
- AgentSkill: installer - скилл **обязателен** при любых изменениях на файловой системе или конфигурировании хостов.
|
||||
|
||||
---
|
||||
|
||||
### Сервисы на mva154
|
||||
|
||||
| URL | Порт контейнера | Описание |
|
||||
|-----|----------------|----------|
|
||||
| `/noisemap/` | `172.19.0.3:5555` | Карта шумового загрязнения FR24 |
|
||||
| `/snowbike-rag/` | `172.19.0.3:5557` | Snowbike RAG поиск |
|
||||
| `/snowbike/` | `172.19.0.3:5556` | База знаний сноубайков |
|
||||
|
||||
---
|
||||
|
||||
Add whatever helps you do your job. This is your cheat sheet.
|
||||
Reference in New Issue
Block a user