Feature Request: Task Parallelization #400
Closed
HadesArchitect
started this conversation in
1. Feature requests
Replies: 1 comment 1 reply
-
Slightly related: #27 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
Currently, Kilo Code uses a stack-based sequential task execution model. When a task creates a subtask (using the new_task tool), the parent task pauses until the subtask completes. This limits productivity as only one task can be actively executed at a time.
Feature Description
Introduce task parallelization capability to allow multiple tasks to execute simultaneously. This would enable users to initiate background tasks while continuing to work on their main task without interruption.
Key Requirements
Benefits
Example Use Cases
Beta Was this translation helpful? Give feedback.
All reactions