Frequently Asked Questions
Q1: When creating an instance using a template, I encounter the error "AGENT-ERR-0: Instance quota exceeded, Agent type: langflow, Instance count: 10, Quota: 10". How to resolve this?
A1: Please try deleting unnecessary workflow instances to free up quota.
Steps:
- Go to Instance Plaza
- Find the relevant workflow instance and click the three dots on the right
- Select Delete Instance
- Confirm the deletion operation to free up quota.
Q2: In Agentic Assistant, when creating an instance, it shows "Quota has been used up". How to resolve this?
A2: Please try deleting unnecessary instances to free up quota.
Steps:
- Go to Instance Plaza
- Find the workflow instance you want to delete and click the three dots on the right
- Select Delete Instance
- Confirm the deletion operation to free up quota.
Q3: Flow type agent reports error "Module langflow.base.models.csghub_constants not found". How to resolve this?
A3: This issue usually occurs because the system has upgraded Langflow underlying components (such as CSGHub-related modules), causing compatibility issues with Flows created in older versions. Flows created by new users from templates are not affected.
Solutions (two methods):
Method 1: Update existing components (recommended)
- Enter the editing page of the Flow.
- Find the node that needs to be updated (there is usually an update indicator).
- Click the Update button of the node.
- Re-select the model configuration.
- Save and redeploy.
Method 2: Recreate
- Create a new identical Flow from the template.
- Adjust the configuration as needed.
- After saving and deploying, replace the old version.
Q4: Code type agent reports error "No factory found for agent 'oNU8p6o5LyDRDViKDxndm-_nRu7I.Generic_Code_Agent_0131_v1_0'". How to resolve this?
A4: This issue occurs because the system has upgraded the code type agent server, causing registration information to be cleared. You need to re-register the code agent.
Solution:
- Click Edit Instance to jump to the space page.
- Click the Restart button.
- Wait for the space to restart and complete automatic registration.