Viindoo AI - Operating Layer
by Viindoo Technology JSC https://viindoo.com/apps/app/17.0/viin_ai_ops
Odoo
$ 318.19
Viindoo AI - Operating Layer (P-OPS-1)
Foundation layer for AI operational governance. Provides the business-level objects that sit between the AI capability layer (viin_ai_agent) and external approval/workflow systems (P-OPS-2/3).
Key models
- AI Goal - operational goal providing context for AI work items. Typed as KPI target, initiative, routine, or risk control.
- AI Work Item - authoritative state record for one AI-driven task. Lifecycle: draft -> in_progress -> done / cancelled.
- AI Action Proposal - side-effecting action waiting for governance routing. Agents MUST create a proposal instead of executing directly for medium/high risk operations.
- AI Control Policy - governance rule evaluated in sequence order. Routes proposals to auto_execute, require_approval, or block.
Side-effect flow lock
When an AI agent proposes a medium or high risk action, it creates an ActionProposal (state=draft). Calling action_route() applies the matching ControlPolicy:
- low risk + auto_execute policy -> approved (caller may proceed)
- medium/high risk -> pending (requires human approval, P-OPS-2)
- block policy -> rejected
This prevents AI agents from bypassing human oversight for consequential operations.
Smart buttons
- viin.ai.agent form -> Work Items count
- viin.ai.trace form -> Proposals count
Supported Editions
- Community Edition
- Enterprise Edition
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 13524 |
| Technical Name |
viin_ai_ops |
| License | OPL-1 |
| Website | https://viindoo.com/apps/app/17.0/viin_ai_ops |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must 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.
Please log in to comment on this module