mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 07:26:50 +00:00
feat: integrated with artifacts in states
This commit is contained in:
@@ -4,6 +4,7 @@ import type { Thread } from "@langchain/langgraph-sdk";
|
||||
export interface AgentThreadState extends Record<string, unknown> {
|
||||
title: string;
|
||||
messages: BaseMessage[];
|
||||
artifacts: string[];
|
||||
}
|
||||
|
||||
export interface AgentThread extends Thread<AgentThreadState> {}
|
||||
|
||||
Reference in New Issue
Block a user