Closed
innate-way #4Long 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
- please help to setup both web and desktop application environment in current project directory
- please but the client application in a mono-repo style like ../innate-next-mono structure
Task 2: Build Add and Manage Category Feature
- Basically reading the TUI category folder into the desktop application
- 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:
- I have input all the idea into mindstorm folder
- I have setup analysis skill and planning,tasking skill
- How to make sure AI Agent could do all the tasks in a very long time without interact with me?
- How to setup this skills?
- How to monitor the progress of the tasks? and how to notify me when the tasks are done?
- How to know what's going on when error occurs?
- How to recover from errors?
Please give me a analysis doc and these tools I want to do with:
- Feishu IM with lark api and cli
- Kimi/Feishi claw and my local open claw or other agents
- Self-make tools,maybe need a lot, like ,capture, agent assigment,agent runner,agent monitor,agent recover
- 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 :
- is it doable?
- if not,why?
- architecture design
- workable planning
- detail features and tasks
- pros and cons
- How to start?