mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 07:26:50 +00:00
feat: add Todos
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "./types";
|
||||
@@ -0,0 +1,4 @@
|
||||
export interface Todo {
|
||||
content?: string;
|
||||
status?: "pending" | "in_progress" | "completed";
|
||||
}
|
||||
Reference in New Issue
Block a user