UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

9 lines (8 loc) 285 B
export declare const todo: import("#tools/definition.js").ToolDefinition<{ todos?: { content: string; priority: "high" | "low" | "medium"; status: "cancelled" | "completed" | "in_progress" | "pending"; }[] | undefined; }, unknown>; export default todo;