Back to issues

#4

Closed
innate-way #4

Long Running Session - Autonomous AI Agent Orchestration Analysis

qdriven
Created Apr 9, 2026
Closed Apr 9, 2026

Application

  • Two type of application:
    • Desktop application
    • Web application
  • use tauri-desktop-skill to build desktop/web application
  • share the same ui component between desktop/web application
  • share the same frontend tech stack between desktop/web application for nextjs typescript and shadcn-ui

This is A mindstorm file, so you need to analysis the tasks and translate into plans,features,and real task for coding, these documents should be written into analysis,features folder in tasks folder.

Task 1: Setup Both Web and Desktop Application Environment

  1. please help to setup both web and desktop application environment in current project directory
  2. please but the client application in a mono-repo style like ../innate-next-mono structure

Task 2: Build Add and Manage Category Feature

  1. Basically reading the TUI category folder into the desktop application
  2. A Setting to setup which folders is category folder,set a default category folder which is same as the cli command

Task 3: Long Running Session

let's say this scenario:

  1. I have input all the idea into mindstorm folder
  2. I have setup analysis skill and planning,tasking skill
  3. How to make sure AI Agent could do all the tasks in a very long time without interact with me?
  4. How to setup this skills?
  5. How to monitor the progress of the tasks? and how to notify me when the tasks are done?
  6. How to know what's going on when error occurs?
  7. How to recover from errors?

Please give me a analysis doc and these tools I want to do with:

  1. Feishu IM with lark api and cli
  2. Kimi/Feishi claw and my local open claw or other agents
  3. Self-make tools,maybe need a lot, like ,capture, agent assigment,agent runner,agent monitor,agent recover
  4. Tech stack I want to use, multiple language, basically
  • clien use: tauri-desktop-skill,typescript,shadcn-ui
  • web use: nextjs,typescript,shadcn-ui
  • backend use: golang,python,typescript
  • database use: postgresql/sqlite
  • others: skills

and also you find some original thoughts on innate-capture Please make sure the analysis doc is clear and concise,include :

  1. is it doable?
  2. if not,why?
  3. architecture design
  4. workable planning
  5. detail features and tasks
  6. pros and cons
  7. How to start?