Multi-Agent-System / backend /core /exceptions.py
jatin gyass
initial commit
2eef9ea
Raw
History Blame Contribute Delete
122 Bytes
"""Custom exceptions and error handlers."""
class AgentError(Exception):
pass
class ToolError(Exception):
pass