From a6b95188a110464b6ffa0334c8af58463f2a36f2 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sat, 27 Jun 2026 03:03:53 +0900 Subject: feat(provider-concurrency): implement per-provider in-memory concurrency limits with oldest-agent-first scheduling --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index e4e833d..d31b44a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -97,6 +97,9 @@ { "path": "./packages/heartbeat" }, + { + "path": "./packages/provider-concurrency" + }, { "path": "./packages/system-prompt" }, -- cgit v1.2.3