This topic describes Function Compute (FC) features and related documentation updates.
February 2026
|
Product |
Feature Name |
Change Type |
Feature Description |
References |
|
AgentRun |
Authorize RAM Users to Use AgentRun |
Optimization |
Optimize the policy document for authorizing Resource Access Management (RAM) users to use AgentRun. Adjust the system policy to a custom policy and provide complete custom policy configuration content to facilitate authorization as needed. |
|
|
Service Regions |
New |
Add AgentRun service region documentation. It describes the public cloud regions and corresponding Region IDs currently supported by the AgentRun agent runtime service. |
||
|
Image Generation FunArt |
Publish Online Service |
New |
Support publishing online inference services for ComfyUI image generation projects using Function Compute. This enables rapid deployment and external provision of image generation capabilities. |
|
|
Multi-tenant Mode |
New |
Support enabling multi-tenant mode for ComfyUI image generation projects. This allows multiple users to share the same inference service instance, reducing resource costs and improving service utilization. |
January 2026
|
Product |
Feature Name |
Change Type |
Feature Description |
References |
|
AgentRun |
Knowledge Base Integration |
New |
The knowledge base feature supports associating external professional documents or private data with AI agents. Agents can retrieve relevant context when executing tasks, improving the accuracy and timeliness of responses. |
|
|
API Aggregation Packaging |
New |
Support encapsulating different types of tools (such as MCP Server, RESTful API) into a unified MCP service. This provides a unified access entry point. The feature supports integrating existing APIs and reduces network and resource overhead when agents access multiple tools. |
||
|
Persistent Memory Storage |
New |
Provide persistent memory capabilities for agents. This supports saving and retrieving contextual data such as user interaction history and preference information across sessions. Based on vector retrieval technology, agents can provide responses according to historical memory. It also supports integration through MCP tools or open source frameworks like LangChain. |
||
|
Create Agents with Flow |
New |
A visualization orchestration feature based on the Flow canvas pattern. It supports various node types, such as start nodes, LLM nodes, MCP service nodes, and code execution nodes. The system can convert canvas configurations into executable workflows. It supports two execution modes: conversation mode and workflow mode. |
||
|
PrivateLink Internal Network Access |
New |
Support establishing VPC private connections through PrivateLink. Users can securely and stably access AgentRun resources through custom internal domain names without exposing them to the public network. This improves access security and stability. |
Access AgentRun Resources Through PrivateLink Internal Network |
|
|
Function Compute |
CORS Configuration Support |
Optimization |
Support configuring Cross-Origin Resource Sharing (CORS) request handling policies through API. Users can directly configure policies on HTTP triggers or custom domain names. This eliminates the need to write cross-domain logic in function code. |