You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"...it might also be worth considering the advanced PRs to get a better webhook system in Odoo (in Odoo CE webhooks start at v17 and we could have better ones in the OCA)... These webhooks are both incoming and outgoing. So an Odoo AI agent could call user-defined outgoing webhooks eventually..." – @rvalyi
This is certainly one way to integrate with LLMs. So far, we’ve observed two main types of agentic flows: rule-driven (e.g., CrewAI, LangGraph) and model-driven, which leverage various models like GPT-4o, Grok-3, and DeepSeek-R. The latter often utilizes callbacks, such as 'functions,' which resemble webhooks but aren’t necessarily the same.
We should support both Odoo driven (algorithmic) flows and model driven (reasoning) flows.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is certainly one way to integrate with LLMs. So far, we’ve observed two main types of agentic flows: rule-driven (e.g., CrewAI, LangGraph) and model-driven, which leverage various models like GPT-4o, Grok-3, and DeepSeek-R. The latter often utilizes callbacks, such as 'functions,' which resemble webhooks but aren’t necessarily the same.
We should support both Odoo driven (algorithmic) flows and model driven (reasoning) flows.
Beta Was this translation helpful? Give feedback.
All reactions