meeting_memory/core_agent/exceptions.py

3 lines
45 B
Python
Raw Normal View History

2026-06-24 07:05:19 +00:00
class AgentCancelled(RuntimeError):
pass