- Issue created by @lemac889
- 🇩🇪Germany marcus_johansson
Do you mean this module only, without AI Agents?
I will write a documentation for that soon, but it should be as easy as installing the module and going to /admin/config/workflow/minikanban for some basic setup and then to /kanban. From there its like a mini version of Trello or Wrike.
Please add bugs if you find them.
--------------------------------------------------------------------------------
If you mean with AI Agents, I still have a lot of stability issues to fix, but the short version if you want to test it with the experimental usage is to:
1. Install this module.
2. Install https://www.drupal.org/project/minikanban_agent → and it submodules - Minikanban Agent OpenAI is required.
3. Install https://www.drupal.org/project/ai_interpolator_agent → if you want any custom workflows.
4. Setup the AI Agent on /admin/config/workflow/minikanban/agents
5. Create an epic that you assign to the AI Agent user, hopefully there are workers that handles what you need.
6. Setup either a cronjob or even better a constant runner of the minikanban-agent:run command, like "watch -n0 ddev drush minikanban-agent:run".Note though, that its WIP and adding bug tickets for it makes little sense at the moment.