feat: ReAct ExtractFn with tool-use #53
Reference in New Issue
Block a user
Delete Branch "feat/44-react-extract"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
extractMode: "react" enables multi-turn LLM extract with cas_get tool for Merkle DAG traversal.
Changes
types.ts— extractMode on RoleDefinitionreact-extract.ts— ReAct loop with cas_get tool, max 10 roundscreate-workflow.ts— routes to reactExtract for react modeRef
Fixes #44, Refs #40