Back to main page

Legal Notice

1. MIT License

The Dynamic Learning Model (DLM) is open-source software licensed under the MIT License. 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, provided that the author is credited.

2. Privacy & Offline Operation

DLM is designed as a strict local-execution environment. By default, the core routing logic, LangGraph state management, SpaCy natural language parsing, and SQLite database storage operate 100% offline. Zero telemetry, user data, or query logs are transmitted to external cloud servers during standard operation.

Please note that downloading the initial dependencies via pip, fetching SpaCy models, or pulling LLM weights via Ollama does require an internet connection and is subject to the privacy policies of those respective hosts.

3. Third-Party Dependencies

This architecture relies on several third-party tools and frameworks to function, including but not limited to LangGraph, SpaCy, SymPy, and Ollama. The use of these dependencies is governed by their own respective licenses and terms of service. Users are responsible for ensuring their specific usage of DLM complies with the licensing terms of any locally hosted LLMs.

4. No Warranty / Limitation of Liability

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.