-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
area: agentenhancementNew feature or requestNew feature or requestpriority:P1Highest priorityHighest priorityworkflowsWorkflow systemWorkflow system
Description
Objective
Wire the complete pipeline: prompt classifier detects workflow → WorkflowEmitter produces WorkflowFramework-compatible YAML → user confirms → WorkflowFramework executor runs deterministically.
Pipeline
User prompt
↓
IPromptIntentClassifier (#401) — is this a workflow?
↓ yes
WorkflowEmitter — LLM generates WorkflowFramework YAML
↓
User confirmation (approval gate)
↓
Bridge (#402) — translate to WorkflowFramework definition
↓
WorkflowFramework engine — deterministic execution
↓
Results streamed back via SignalR
Deliverables
- Update
WorkflowEmitterto emit WorkflowFramework-compatible YAML (not JD.AI's custom format) - System prompt/skill that directs the LLM to produce valid WorkflowFramework DSL
- Confirmation UX in TUI and Gateway API
- Execution result streaming via SignalR
- End-to-end integration test
Blocking Order
Depends on #401 (classifier), #402 (bridge), #403 (gateway API)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: agentenhancementNew feature or requestNew feature or requestpriority:P1Highest priorityHighest priorityworkflowsWorkflow systemWorkflow system