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-orchestration audit-trail cli-tool control-plane golang knowledge-management multi-agent-systems policy-enforcement task-scheduler
3 Open Issues Need Help Last updated: Jan 18, 2026

Open Issues Need Help

View All on GitHub
AI/ML AI Orchestration

AI 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.

Complexity: 3/5
good first issue

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.

Go
#ai-orchestration#audit-trail#cli-tool#control-plane#golang#knowledge-management#multi-agent-systems#policy-enforcement#task-scheduler
AI/ML AI Orchestration

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.

Complexity: 3/5
good first issue

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.

Go
#ai-orchestration#audit-trail#cli-tool#control-plane#golang#knowledge-management#multi-agent-systems#policy-enforcement#task-scheduler
AI/ML AI Orchestration

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.

Complexity: 3/5
good first issue

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.

Go
#ai-orchestration#audit-trail#cli-tool#control-plane#golang#knowledge-management#multi-agent-systems#policy-enforcement#task-scheduler