pyspur icon indicating copy to clipboard operation
pyspur copied to clipboard

Feat/errors trace view

Open preet-bhadra opened this issue 10 months ago • 0 comments

[!IMPORTANT] Add asynchronous crawling to FirecrawlCrawlNode and integrate task data display in the frontend for error trace view.

  • Backend:
    • firecrawl_crawl.py: Add asynchronous crawling with async_crawl_url and polling for completion using exponential backoff.
    • node_types.py: Comment out FirecrawlCrawlNode from SUPPORTED_NODE_TYPES.
  • Frontend:
    • RunViewFlowCanvas.tsx: Add tasksData prop to update node data with task outputs and errors.
    • trace/[id].tsx: Fetch and pass tasksData to RunViewFlowCanvas for rendering.

This description was created by Ellipsis for cd3d874872cd0bd702699e02df359b494f827f4b. It will automatically update as commits are pushed.

preet-bhadra avatar Feb 24 '25 16:02 preet-bhadra