mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-17 04:01:05 +00:00
refactor(feishu): split monitor state seam
This commit is contained in:
7
extensions/feishu/src/monitor-state-runtime-api.ts
Normal file
7
extensions/feishu/src/monitor-state-runtime-api.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type { RuntimeEnv } from "openclaw/plugin-sdk/runtime";
|
||||
export {
|
||||
createFixedWindowRateLimiter,
|
||||
createWebhookAnomalyTracker,
|
||||
WEBHOOK_ANOMALY_COUNTER_DEFAULTS,
|
||||
WEBHOOK_RATE_LIMIT_DEFAULTS,
|
||||
} from "openclaw/plugin-sdk/webhook-ingress";
|
||||
Reference in New Issue
Block a user