Skip to content

Commit 334a3e3

Browse files
committed
Add agentflow package skeleton
1 parent 2cac014 commit 334a3e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

agentflow/errors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class AgentFlowError(Exception):
2+
"""Base exception for user-facing AgentFlowDesk errors."""

0 commit comments

Comments
 (0)