Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2026 v0.0.9 Mar 17, 2026 Changes in this version + type AgentSchedulerServiceImpl struct + Filter FilterThreshold + RRRedisKey string + Score ScoreWeight + func (i *AgentSchedulerServiceImpl) Init() error + func (i *AgentSchedulerServiceImpl) Name() string + func (s *AgentSchedulerServiceImpl) SelectBestAgent(ctx context.Context, req *scheduler.SelectBestAgentRequest) (string, error) + type FilterThreshold struct + CPUUsagePercent float64 + DiskUsagePercent float64 + FileHandleUsagePercent float64 + InodeUsagePercent float64 + MemoryUsagePercent float64 + type ResourceWeight struct + CPUWeight float64 + DiskWeight float64 + FileHandleWeight float64 + InodeWeight float64 + MemoryWeight float64 + type ScoreWeight struct + BalanceWeight float64 + LoadWeight float64 + Resource ResourceWeight + ResourceWeight float64 + TaskWeight float64