pyspur
pyspur copied to clipboard
Feat/errors trace view
[!IMPORTANT] Add asynchronous crawling to
FirecrawlCrawlNodeand integrate task data display in the frontend for error trace view.
- Backend:
firecrawl_crawl.py: Add asynchronous crawling withasync_crawl_urland polling for completion using exponential backoff.node_types.py: Comment outFirecrawlCrawlNodefromSUPPORTED_NODE_TYPES.- Frontend:
RunViewFlowCanvas.tsx: AddtasksDataprop to update node data with task outputs and errors.trace/[id].tsx: Fetch and passtasksDatatoRunViewFlowCanvasfor rendering.This description was created by
for cd3d874872cd0bd702699e02df359b494f827f4b. It will automatically update as commits are pushed.