Open Issues Need Help
View All on GitHubAI Summary: This issue proposes the creation of a new Text User Interface (TUI) screen to monitor worker pool activity. The screen should display real-time information for up to 10 active workers, including their assigned tasks, lease time-to-live (TTL), and a tail of their logs.
IN DEVELOPING STAGE | A CLI-centric AI Control Plane that coordinates multiple AI tools to execute multi-step tasks under shared rules, knowledge, and policy.
AI Summary: This issue proposes the implementation of a task dispatcher within the neonad scheduler. The dispatcher will poll for queued tasks, atomically claim and lease them, and then distribute them to connector workers while respecting defined global and per-connector concurrency limits. The goal is to ensure efficient and safe task processing with observable dispatch events.
IN DEVELOPING STAGE | A CLI-centric AI Control Plane that coordinates multiple AI tools to execute multi-step tasks under shared rules, knowledge, and policy.
AI Summary: This issue proposes implementing workspace isolation for workers using `git worktree` to create separate directories for each worker. It also requires enforcing path/module locks before execution to prevent conflicts and ensure that multiple workers can operate without interfering with each other's filesystem operations or concurrent edits.
IN DEVELOPING STAGE | A CLI-centric AI Control Plane that coordinates multiple AI tools to execute multi-step tasks under shared rules, knowledge, and policy.