Resource Allocator Kit
Dynamic allocation of compute, memory, and API quota across agent workloads.
0/4 complete
Configuration
Resource Allocations
Worker pool Acompute
4/4
Worker pool Bcompute
4/4
Memory budgetmemory
8192/8192
API quotaquota
1000/1000
Integration Code
import { createResourceAllocator } from 'agent-tools-kit/optimization'
const allocator = createResourceAllocator({ policy: 'fair-share' })
allocator.manage(workerPool)