feat(flow-engine): add Odoo node executors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude AI
2026-01-29 22:28:26 +00:00
parent 619b291f49
commit d1d1aa58e1
4 changed files with 301 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class Settings(BaseSettings):
API_GATEWAY_URL: str = "http://localhost:8000"
WHATSAPP_CORE_URL: str = "http://localhost:3001"
INTEGRATIONS_URL: str = "http://localhost:8002"
class Config:
env_file = ".env"