Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: display status during task execution #141

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Conversation

lynchee-owo
Copy link
Contributor

@lynchee-owo lynchee-owo commented Apr 23, 2024

Description

resolve #138

Displays 7 status during task execution:

  • Idle
  • Attaching Debugger
  • Understanding Website (one for text based dom pulling, one for vision based web annotation)
  • Getting Instructions
  • Thinking and planning
  • Performing Action
  • Waiting

Type of Change

  • New feature (non-breaking change which adds functionality)

Demo

status_demo.mov

@lynchee-owo lynchee-owo requested a review from mondaychen as a code owner April 23, 2024 20:41
@lynchee-owo lynchee-owo requested a review from cemigo114 April 23, 2024 20:43
Copy link
Contributor

@mondaychen mondaychen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

idle: "💤 Idle",
"attaching-debugger": "🔗 Attaching Debugger",
"pulling-dom": "🌐 Understanding Website",
"annotating-web": "🌐 Understanding Website",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe annotating page? It’s a bit weird to just call it web

@lynchee-owo
Copy link
Contributor Author

(great suggestion from Yuchen)
For future V2 as we refine:
Add stage completion (e.g. stage 1/4: thinking and planning completed) so users know roughly where they are in the whole process "should I grab a coffee for a few minutes while waiting or go for a walk for a few hours?"
For long (e.g. more than 10 seconds) process, while users are waiting, keep them engaged with tips and things they can learn about WebWand

@lynchee-owo lynchee-owo merged commit 00cc6a5 into main Apr 25, 2024
3 checks passed
@mondaychen mondaychen deleted the lynchee/status branch May 23, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show task status in UI
2 participants