feat: route voice requests through OpenClaw agent session

- Remove local Conversation history (now managed by gateway)
- Use x-openclaw-session-key for persistent agent sessions
- Agent now has full context: SOUL.md, MEMORY.md, tools
- Add VOICE_SESSION_KEY env var (default: agent:main:voice:home)
- Backward compatible: conv parameter kept for compatibility
This commit is contained in:
Cosmo
2026-04-13 20:12:01 +00:00
parent a836bbb848
commit d9d892664a
2 changed files with 16 additions and 50 deletions

View File

@@ -34,3 +34,5 @@ FOLLOWUP_TIMEOUT=8
# Логирование
LOG_FILE=errors.log
VOICE_SESSION_KEY=agent:main:voice:home