fix(subflow): fixed subflow execution regardless of path decision (#707)

* fix typo in docs file

* fix(subflows): fixed subflows executing irrespective of active path

* added routing strategy

* reorganized executor

* brought folder renaming inline

* cleanup
This commit is contained in:
Waleed Latif
2025-07-16 14:21:32 -07:00
committed by GitHub
parent 4c6c7272c5
commit 92fe353f44
44 changed files with 2201 additions and 392 deletions

View File

@@ -1,5 +1,5 @@
import { createLogger } from '@/lib/logs/console-logger'
import type { ResponseFormatStreamProcessor } from './types'
import type { ResponseFormatStreamProcessor } from '@/executor/types'
const logger = createLogger('ExecutorUtils')