Smart Task Executor with Work Reuse Integration
Automatically checks for reusable work before executing new tasks to minimize token usage and avoid reinventing the wheel.
File: smart_task_executor.py
Classes
SmartTaskExecutor
Intelligent task executor that leverages previous work
Functions
main()
Example usage of smart task executor
execute_with_reuse_check(task_description, requirements, force_new)
Execute task with automatic reuse checking
get_efficiency_report()
Generate efficiency report from execution history
Usage
python smart_task_executor.py