TOMMI — License & Acknowledgments
Copyright
Acknowledgments
TOMMI is an AI Agent Framework developed for the UNINOVIS European University Alliance.
The first version of TOMMI was originally based on Tokki by Gerard Moreno-Torres Bertran, licensed under the MIT License.
TOMMI has since been substantially extended and redesigned, including:
- RAG (Retrieval-Augmented Generation) architecture with metadata-based retrieval and programmatic response paths
- LLM-based intent classification
- Multi-agent support with configurable visibility, transparency levels, and reliability cues
- Inline interactive maps (Leaflet) for research output visualisation
- EU AI Act compliance features (audit logging, decision traces, crystal-box transparency)
Funding
This work has been supported by the UNINOVIS DATA FOR L.I.F.E. project (Grant Agreement 101177239, Call ERASMUS-EDU-2024-EUR-UNIV) managed by the European Education and Culture Executive Agency (EACEA), and the DC4EU project co-funded by the European Union's Digital Europe Programme under Grant Agreement no. 101102611.
EUPL v1.2
The full text of the European Union Public Licence is available at:
https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
Original Tokki License (MIT)
MIT License
Copyright (c) 2026 Gerard Moreno-Torres Bertran
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.