本repo是2025 AI原生编程挑战赛的示例代码仓库 (不定期更新)
Place your input data in dataset/input.jsonl following the required format.
export ALIBABA_CLOUD_ACCESS_KEY_ID="your-access-key-id"
export ALIBABA_CLOUD_ACCESS_KEY_SECRET="your-access-key-secret"
export ALIBABA_CLOUD_ROLE_ARN="acs:ram::1672753017899339:role/tianchi-user-a"
export ALIBABA_CLOUD_ROLE_SESSION_NAME="my-sls-access"Execute the analysis script:
./run_analysis.shResults will be generated in dataset/output.jsonl with the identified root causes for each problem case.