You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Split View** - Resizable panel that allows simultaneous viewing of artifacts and chat
62
+
63
+
The artifact panel automatically detects and displays procurement events, documents, and location data from agent responses.
64
+
65
+
### Task Creation Without Messages
66
+
67
+
Start agent tasks using structured parameters instead of requiring an initial message:
68
+
69
+
-**Project Form Interface** - Create construction project tasks with dedicated input fields
70
+
-**Direct Parameter Passing** - Pass structured data directly to agent initialization
71
+
-**No Chat Required** - Begin tasks without sending an initial message
72
+
-**Flexible Params** - Support for any agent-specific parameters via the params object
73
+
74
+
### Human-in-the-Loop Support
75
+
76
+
Interactive agent workflows that pause for human input, decisions, or approvals:
77
+
78
+
-**wait_for_human Tool Detection** - Automatically detects when agents request human input
79
+
-**Inline Response Forms** - Displays contextual forms directly in the message stream
80
+
-**Recommended Actions** - Shows agent's suggested actions or questions to guide responses
81
+
-**Optimistic UI** - Instant feedback when submitting responses
82
+
-**Keyboard Shortcuts** - Submit responses with Cmd/Ctrl + Enter
83
+
-**Response State Tracking** - Clearly indicates when responses have been received
84
+
85
+
When an agent calls the `wait_for_human` tool with a `recommended_action` parameter, the UI automatically renders an interactive form allowing the user to provide input. Once submitted, the response is sent back to the agent to continue execution.
86
+
87
+
### Native Data API
88
+
89
+
A Next.js API route for querying external databases directly from the UI:
90
+
91
+
-**SQLite Integration** - Query SQLite databases via `app/api/data/[taskId]/route.ts`
0 commit comments