mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
agents: add sse scaffolding
This commit is contained in:
parent
e725fc6276
commit
b131c1768e
6 changed files with 64 additions and 8 deletions
|
|
@ -95,6 +95,7 @@ export async function POST(
|
|||
let state: unknown = chat.agenticState ?? { last_agent_name: startAgent };
|
||||
|
||||
const request: z.infer<typeof AgenticAPIChatRequest> = {
|
||||
projectId: session.projectId,
|
||||
messages: convertToAgenticAPIChatMessages([systemMessage, ...messages, ...unsavedMessages]),
|
||||
state,
|
||||
agents,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue