OraClaw -- 19 decision algorithms as tools for Flowise chatflows #6094
Whatsonyourmind
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Flowise community! Built a set of decision-making tools that work well in Flowise agent flows.
What is OraClaw?
OraClaw provides 19 mathematical algorithms as a REST API. When your Flowise chatflows need to make structured decisions -- choosing the best option, forecasting, detecting anomalies, optimizing resources -- these algorithms handle it deterministically in sub-25ms.
How to use with Flowise
OraClaw's REST API can be called from Flowise's Custom Tool or API Chain nodes:
Base URL:
https://oraclaw-api.onrender.com/api/v1Example endpoints:
POST /optimize/bandit-- A/B test which option to choosePOST /predict/forecast-- Forecast future values (ARIMA/Holt-Winters)POST /detect/anomaly-- Find outliers in dataPOST /solve/constraints-- Solve LP/MIP optimization problemsPOST /analyze/portfolio-risk-- Calculate VaR/CVaRNo authentication required for the free tier.
Algorithm overview
Also available as an MCP server:
npx @oraclaw/mcp-serverMIT licensed, 1,072 tests, 15 npm packages.
Links: GitHub | npm | Demo
Beta Was this translation helpful? Give feedback.
All reactions