Commit 055e93a
committed
feat(tinyclaw): add skills monitoring and progress tracking
Implement SkillMonitor for real-time execution tracking:
- Progress tracking (current step, percentage, progress bar)
- Step timing and duration statistics
- Estimated time remaining based on averages
- Cancellation and failure tracking
Add ExecutionReport for detailed reporting:
- Summary and detailed report formats
- Step-by-step breakdown with previews
- Execution statistics (avg/min/max duration)
- Success/failure/cancelled/timeout status
Create ProgressTracker for async progress:
- Thread-safe progress updates (0.0 to 1.0)
- Message updates for status display
- Active/complete state tracking
Add 15 comprehensive tests for monitoring functionality
- All tests passing
- Total: 102 tests passing1 parent 3515d3d commit 055e93a
4 files changed
Lines changed: 682 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
| 12 | + | |
0 commit comments