introduction of workflows

This commit is contained in:
Soumyadas15 2025-06-22 13:22:57 +05:30
parent 34c00b2c38
commit 972eda00c7
2 changed files with 0 additions and 67594 deletions

File diff suppressed because one or more lines are too long

View File

@ -21,12 +21,6 @@ class WorkflowExecutor:
thread_id: Optional[str] = None, thread_id: Optional[str] = None,
project_id: Optional[str] = None project_id: Optional[str] = None
) -> AsyncGenerator[Dict[str, Any], 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: if not thread_id:
thread_id = str(uuid.uuid4()) thread_id = str(uuid.uuid4())