mirror of
https://github.com/open-gitagent/langship.sh.git
synced 2026-08-03 07:21:04 +02:00
feat: enhance agent execution flow with multi-execution view and improved error handling
- Added multi-execution view to display multiple execution statuses. - Improved error handling in agent triggering to surface failures. - Updated execution view to support live updates via SSE and added a log panel for node logs. - Enhanced pipeline canvas to display node statuses during execution. - Introduced new fields in the build node form for Docker configurations. - Updated API to support execution streaming and enhanced node catalog descriptions.
This commit is contained in:
@@ -7,6 +7,7 @@ const (
|
||||
EventNodeStarted EventType = "node_started"
|
||||
EventNodeCompleted EventType = "node_completed"
|
||||
EventNodeError EventType = "node_error"
|
||||
EventNodeLog EventType = "node_log" // streamed log line from an executor
|
||||
EventToken EventType = "token"
|
||||
EventToolCallDelta EventType = "tool_call_delta"
|
||||
EventBusFull EventType = "bus_full"
|
||||
|
||||
Reference in New Issue
Block a user