feat(agent): add support for workflow agents with updated constraints and configuration
This commit is contained in:
@@ -81,7 +81,7 @@ class Agent(Base):
|
||||
|
||||
__table_args__ = (
|
||||
CheckConstraint(
|
||||
"type IN ('llm', 'sequential', 'parallel', 'loop', 'a2a')",
|
||||
"type IN ('llm', 'sequential', 'parallel', 'loop', 'a2a', 'workflow')",
|
||||
name="check_agent_type",
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user