I am facing the same issue with the Enterprise Trial version. I can successfully deploy the solution, but when I try to run the deployed solution from Orchestrator, I receive the following error:
LLM provider returned HTTP 403
Details:
Error code: 403 - {'title': 'License not available', 'status': 403, 'detail': "License not available for LLM usage. No eligible units can be consumed to support this operation. Your license does not include 'AGU'. To continue, you need additional 'AGU'.", 'errorCode': 10000, 'traceId': '00-a4331fcc9634b47333fee0e598b887b8-7536edaff6e91c66-00', 'usage': {'canConsume': False, 'nextAvailable': None, 'exceededLimits': [], 'poolAvailabilityStatuses': [{'level': 1, 'rejectionReason': 10, 'unit': 'Agents.LLMCalls', 'isAvailable': False, 'canPurchase': False, 'nextAvailable': None, 'expiresAt': None, 'allocatedValue': None, 'consumedValue': None, 'availableValue': None}, {'level': 2, 'rejectionReason': 10, 'unit': 'PLTU', 'isAvailable': False, 'canPurchase': False, 'nextAvailable': None, 'expiresAt': None, 'allocatedValue': None, 'consumedValue': None, 'availableValue': None}, {'level': 3, 'rejectionReason': 10, 'unit': 'PLTU', 'isAvailable': False, 'canPurchase': False, 'nextAvailable': None, 'expiresAt': None, 'allocatedValue': None, 'consumedValue': None, 'availableValue': None}, {'level': 2, 'rejectionReason': 10, 'unit': 'AGU', 'isAvailable': False, 'canPurchase': True, 'nextAvailable': None, 'expiresAt': None, 'allocatedValue': None, 'consumedValue': None, 'availableValue': None}, {'level': 3, 'rejectionReason': 10, 'unit': 'AGU', 'isAvailable': False, 'canPurchase': True, 'nextAvailable': None, 'expiresAt': None, 'allocatedValue': None, 'consumedValue': None, 'availableValue': None}], 'rejectionSummary': {'quotaReached': False, 'quotaUnit': None, 'consumptionPoolsUnavailable': True, 'preferredPurchasableUnit': 'AGU', 'purchasableUnitIsNotPresentOnLicense': True, 'purchasableUnitIsDepletedOnLicense': False}}}
Code: AGENT_RUNTIME.LICENSE_NOT_AVAILABLE
How to resolve this issue?