mirror of https://github.com/kortix-ai/suna.git
introduction of workflows
This commit is contained in:
parent
34c00b2c38
commit
972eda00c7
File diff suppressed because one or more lines are too long
|
@ -21,12 +21,6 @@ class WorkflowExecutor:
|
|||
thread_id: Optional[str] = None,
|
||||
project_id: Optional[str] = None
|
||||
) -> AsyncGenerator[Dict[str, Any], None]:
|
||||
"""
|
||||
Execute a workflow definition.
|
||||
|
||||
V1 Implementation: Generates a system prompt from the workflow
|
||||
and executes it as a single agent call.
|
||||
"""
|
||||
if not thread_id:
|
||||
thread_id = str(uuid.uuid4())
|
||||
|
||||
|
|
Loading…
Reference in New Issue