Plugins Directory » Redmine Agent
|
|
Author: | Dhanasingh Krishnapandian |
|---|---|---|
| Website: | - | |
| Code repository: | https://github.com/adhi-software/redmine_agent | |
| Registered on: | 2026-07-31 (1 day ago) | |
| Current version: | 1.0 | |
| Compatible with: | Redmine 7.0.x | |
| User ratings: |
AI Agent for Redmine. Helps querying in natural language. Any LLM can be configured as the backend model.
Installation notes
Extract the zip file into the redmine/plugins directory.
Run the following command for db migration
bundle exec rake redmine:plugins:migrate NAME=redmine_agent RAILS_ENV=production
There is a dependancy on plugin redmine_mcp, please make sure to install that.
Uninstallation
When uninstalling the plugin, be sure to remove the db changes by running
bundle exec rake redmine:plugins:migrate NAME=redmine_agent VERSION=0 RAILS_ENV=production
Changelog
1.0 (2026-07-29)
Compatible with Redmine 7.0.x.