Agent Infra
Overview
Focus on multi-agent infrastructure and collaboration systems for complex enterprise tasks, moving agents from demo to production.
This track focuses on multi-agent infrastructure and collaboration systems for complex enterprise tasks. Teams are encouraged to start from industries, professional domains, or real business scenarios they know well, identify complex tasks with broad industry relevance, and build Agent Infra solutions with reusable Skills, tool integration, and runtime verification capabilities.
The track is not about showing what a single agent can do. It asks how multiple agents complete task decomposition, context passing, tool calling, result verification, execution-evidence capture, and security auditing under complex constraints.
Entries should target enterprise application scenarios and design a complete closed-loop solution with at least three agents in different roles, forming an end-to-end task loop for real enterprise settings.
Prize Information
*The winner of the Grand Award will be selected from the four track champion teams.
Additional Awards
Topic Directions (Open-ended Topics)
Teams may use the following directions as references, but they are scenario prompts only and do not limit the eligible scope. The organizer encourages participants to start from their professional background, industry, research practice, enterprise projects, or real work and learning scenarios, discover complex tasks with broad industry relevance, and propose solutions in domains where they have stronger insight.
Entries do not need to be limited to operations, security, or cost governance. Any topic from real demand that shows the value of multi-agent task decomposition, collaborative execution, tool calling, result verification, and experience capture, and that can potentially become reusable Skills, tool interfaces, or open-source capabilities, is valid for this track.
The following directions can help teams understand the track positioning and ideate solutions:
Build a multi-agent loop around alert aggregation, root-cause localization, remediation execution, recovery verification, and incident review.
Reference scenarios include:- Multi-source alert aggregation and noise reduction
- Automated root-cause localization
- Remediation recommendation and execution
- Service recovery verification
- Incident review and knowledge capture
Build a multi-agent loop around multi-channel conversation aggregation, intent recognition and prioritization, solution generation and execution, result verification and customer confirmation, and case review with knowledge capture.
Reference scenarios include:- Multi-channel ticket / conversation aggregation and deduplication across email, online support, phone transcripts, and social comments
- Intent recognition and automatic ticket classification and prioritization
- Solution generation and automated execution, such as refunds, exchanges, or account changes
- Result verification and customer-satisfaction confirmation
- Difficult-case review and support-knowledge-base capture
Build a multi-agent loop around defect / requirement aggregation, code root-cause localization, fix generation and execution, test verification and release confirmation, review and knowledge capture.
Reference scenarios include:- Multi-source defects / requirement aggregation and deduplication across issues, logs, and user feedback
- Automated code-defect localization and impact analysis
- Fix generation and automated coding execution
- Test verification and canary-release result confirmation
- Post-release review and development-knowledge-base capture
Build a multi-agent loop around multi-source risk-signal aggregation, risk localization and verification, response-plan generation and execution, result verification and compliance audit, incident review and risk-knowledge capture.
Reference scenarios include:- Multi-source risk-signal aggregation and noise reduction from transaction records, credit data, public sentiment, and complaint records
- Automated risk / fraud root-cause localization and impact analysis
- Claims or credit response recommendation and automated execution
- Response-result verification and compliance-audit confirmation
- Risk-event review and risk-control knowledge-base capture
Technical Requirements
This chapter contains cross-stage technical requirements. The preliminary round may focus on design thinking, while the semi-final and final should gradually form runnable and verifiable engineering materials.
01 Multi-agent Collaboration Requirements
1.1 Multi-agent Collaboration Requirements
The solution should design at least three agents with different roles. Each agent needs a clear identity definition and should collaborate to complete an end-to-end task loop. Multi-agent design must use AgentTeams as the collaboration design baseline and explain how role orchestration, task decomposition, context passing, collaborative execution, and state tracking map to the framework capability.
1.2 Agent Identity List
Teams need to submit an Agent Identity list explaining each agent identity, capability boundary, and collaboration relationship in the multi-agent system. See Appendix A of the Participant Handbook.
1.3 Multi-agent Closed-loop Description
The solution should explain how multiple agents complete the following loop:
- Task input: the system receives alerts, tickets, logs, bills, security events, or other enterprise task inputs.
- Task decomposition: the controller agent or collaboration framework decomposes the task for agents with different roles.
- Context passing: agents pass task context, history, tool-call results, and intermediate conclusions.
- Tool calling: agents invoke Skills, MCP tools, cloud products, enterprise systems, knowledge bases, or external APIs.
- Result verification: the system verifies remediation, security response, cost optimization, or other results.
- Execution-evidence capture: the system stores logs, Trace, Metrics, reports, screenshots, or other execution evidence.
- Approval and rollback: high-risk actions need human confirmation, approval, rollback, and audit mechanisms.
- Experience capture: execution results, reviews, or experience rules are packaged as reusable capabilities.
02 Skill, MCP, RAG, and Observability Requirements
2.1 Skill
Skill is mandatory for this track. Teams may use official Alibaba Cloud Skills or package key capabilities as reusable Skills. Skill should act as the task-capability abstraction layer rather than a one-off agent behavior. Each solution should provide a core Skill list and explain:
- Skill name
- Skill purpose
- Inputs and outputs
- Invocation conditions
- Dependent tools
- Failure handling
- Security boundary
- Reuse value
- Relationship to the multi-agent collaboration flow
2.2 MCP and Tool Integration
MCP is recommended. It is the recommended protocol for connecting external tools and systems such as cloud products, enterprise systems, databases, knowledge bases, ticketing systems, CI/CD, and monitoring systems. Skill acts as the task-capability abstraction layer, while MCP acts as the tool-connection layer.
- If MCP is not used, the solution should provide an equivalent external-tool integration contract covering protocol, authentication, input / output schema, error handling, audit records, and the cost of later migration to MCP.
- The equivalent contract should abstract the external tool into a stable capability callable by Agent / Skill and explain tool name, invocation entry, parameter schema, response structure, permission scope, failure retry, idempotency control, audit logs, and fallback behavior.
- Reviewers do not require an MCP Server implementation for alternatives, but should be able to judge whether later migration to MCP only requires protocol adaptation rather than redesigning the tool-call chain.
2.3 Observability
Observability is recommended. It is a recommended but non-mandatory key technology for moving multi-agent systems from demo to production, and should ideally cover reasoning trajectories across Skill calls, MCP tools, RAG retrieval, and LLM inference while supporting online monitoring, alerting, evaluation, and optimization.
- If observability is used, explain data collection, semantic conventions such as OpenTelemetry GenAI, data types, backend storage and retrieval, application scenarios, and effects.
- The observability system should cover at least one or two of Trace, Log, and Metrics.
- Observation data should support real-time or offline evaluation and help quantify agent reasoning effectiveness and efficiency.
2.4 RAG and Context Enhancement
RAG is recommended but not mandatory. It is suitable for solutions that need to retrieve knowledge bases, history records, standards, business data, Runbooks, review evidence, or tool execution results.
- RAG should act as a context capability within the Agent, Skill, and MCP call chain: MCP connects data sources, Skill packages retrieval, evidence alignment and result writing, and Agent judges whether retrieved result is sufficient for decision-making.
- Based on the scenario, the solution should implement at least two of four capabilities: agent memory storage, knowledge-base RAG, shared state management, and trajectory observability.
- If the solution explicitly does not use RAG, it should implement at least two of the remaining three capabilities excluding knowledge-base RAG and justify the effectiveness of its context mechanism.
03 Recommended Toolchain and Resource Usage
The solution should explain the open-source projects or cloud products used, their versions or compatibility scope, invocation methods, and their relationship to Agent, Skill, MCP, and RAG.
The preliminary round mainly evaluates solution design and does not require runnable code, but multi-agent collaboration design must use AgentTeams, formerly Hiclaw, as the design baseline. Teams shall explain how role orchestration, task decomposition, context passing, collaborative execution, and state tracking map to the framework capability.
- Required: AgentTeams.
- Recommended: official Alibaba Cloud Skills, Nacos, Higress, PolarDB for PostgreSQL, RocketMQ, LoongSuite, AgentScope Studio, and AgentLoop.
- Alternative solutions are allowed, but teams should explain interface compatibility, replacement rationale, and migration cost.
- Recommended projects and cloud products are not scored by quantity. Reviewers focus on design rationale, interface contracts, necessity, replaceability, permission boundaries, end-to-end loop evidence, and later migration cost.
Competition Schedule
This track includes preliminary, semi-final, and final stages. Details are as follows.
*The schedule may be adjusted flexibly according to actual progress and is subject to the committee’s final notice.
Stage Goals and Submission Materials
01 Preliminary: Direction and Solution Design
The preliminary round focuses on project direction, technical solution, open / open-source value, and feasibility. Runnable code is not required.
Semi-finalist teams will enter the next stage according to committee notices and may receive materials, Q&A, mentor support, or resources according to the competition schedule. The Organizing Committee will release further details regarding the exact number of semi-finalists, resource distribution methods and optimization suggestions via email, community groups and other channels.
02 Semi-final: Demo Implementation and Engineering Verification
The semi-final focuses on project completeness, demo runnability, engineering implementation, evaluation results, and open / open-source standards.
Finalist teams will be invited to the on-site final defense for pitches, demos, and expert Q&A. The finalist list, defense schedule, test requirements, and showcase rules will be published on the official website and notified by email or community channels.
03 Final: On-site Pitch and Project Showcase
The final focuses on presentation quality, on-site defense capability, open / open-source value, implementation potential, and long-term growth.
Judges will focus on whether the work truly completes an end-to-end task loop and has runnable, verifiable, auditable, and continuously evolvable capabilities.
Review Focus
1.1 General Review Dimensions
1.2 Track-specific Review Notes
- AgentTeams is not evaluated by whether its name is mentioned. AgentTeams is the multi-agent collaboration design baseline, and reviewers should verify how role orchestration, task decomposition, context passing, collaborative execution, and state tracking map to the framework capability.
- Skill is mandatory for this track. Reviewers will focus on Skill inputs and outputs, invocation conditions, dependent tools, failure handling, validation method, reuse value, version evolution, and open-source distribution design.
- Recommended projects and cloud products are not scored by quantity. Reviewers focus on necessity, interface contract, replaceability, permission boundaries, end-to-end loop evidence, and later migration cost.
Participant Support
This track plans to provide teams that complete preliminary submission and pass submission validity review with up to RMB 200 in compute, cloud services, and other development resource subsidies, or equivalent competition support resources, with a quota of up to 300 slots in principle. After the preliminary submission deadline, the organizing committee will, based on submission and review progress, notify eligible teams via email or official community channels to submit relevant materials, and distribute resources in an orderly manner according to the rules. Resource support is not a competition prize, review bonus, or advancement criterion. Specific support forms, application conditions, material requirements, distribution methods, and schedule are subject to subsequent notices from the organizing committee.
Best-fit Teams
This track is suitable for the following teams:
- Developer teams with multi-agent system design capabilities
- Technical teams familiar with cloud products, enterprise systems, DevOps, ITSM, FinOps, or security-system integration
- Teams with understanding of enterprise-grade complex scenarios such as operations, security, cost governance, and capacity governance
- Teams familiar with business systems, data platforms, development toolchains, or industry application integration
- Teams that understand complex task collaboration, process automation, knowledge capture, risk control, efficiency improvement, or experience optimization in real industry scenarios
- University labs, open-source teams, enterprise technical teams, or independent AI builders with engineering implementation, toolchain integration, and demo-building capabilities
- Teams with open-source project building, technical documentation, or community collaboration experience are preferred