Main Features
Native Discuss AI AdaptationGo beyond one-to-one chatbots: add multiple AI agents in the same Discuss channel and trigger each one by mention to get targeted, role-based answers in the flow of your team conversation. |
Multimodal in DiscussSend plain text or images from Discuss and receive contextual AI answers directly in chat, without jumping between external tools. |
Session Context Always UpdatedEvery user query sends the refreshed session context to the agent, so responses stay aligned with what has already been discussed and decided. |
AI Center Context ArchitectureBuild each agent in layers: base personality with system prompts, functional behavior with topics and tools, and global knowledge context with shared attachments. |
Multi-Provider LLM ConnectorsConnect to OpenAI, Anthropic, Mistral, and Ollama providers with model and base URL management per provider. |
RAG and Async ExecutionIngest attachments, prepare vector chunks, trace tool calls, and run heavy AI workflows with queue jobs for reliable background processing. |
Commercial Screenshots
Real product screens from Gomlo AI Agent running in Odoo Discuss and AI Center menus.
Discuss: Direct Agent Response
One-to-one conversation in Discuss with contextual AI response.
Discuss: Mention-Based Replies
Trigger an AI agent by mention inside a team channel.
Discuss: Multi-Agent Collaboration
Multiple AI agents can collaborate in the same channel thread.
AI Center: Agent Registry
Agent catalog with assigned model, prompt, groups and runtime settings.
Provider Connectors
Comes with OpenAI, Anthropic, Mistral and Ollama preconfigured templates, and lets you add as many custom providers as needed.
System Prompt Layer
Define role behavior and guardrails through editable system prompts.
Context Architecture
Layered setup with agent context, functional context, sources and attachments.
Async Queue Execution
Heavy LLM operations are processed asynchronously for reliable chat performance.
Setup
- Install Python dependencies: pdf2image, PyPDF2, openpyxl, python-pptx.
- Install system packages: pdftoppm and soffice (LibreOffice).
- Ensure queue_job is installed and workers are running.
- Configure provider API keys and base URLs from the module menus.
Support
For installation help, compatibility checks, or commercial inquiries: josemglobo@gmail.com
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