- 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
2026-04-13 20:12:01 +00:00
2 changed files with 16 additions and 50 deletions
# LLM уже доcтримил — озвучиваем весь ответ одним куском с цельной интонацией
ifresult.strip():
print(f"🔊 Говорю: {result}")
speak(result,agent_id)
else:
# остаток буфера в stream-режиме
ifbuffer.strip():
tail=clean_for_speech(buffer)
iftail:
speak(tail,agent_id)
conv.add_assistant(full_text)
returnresult
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.