CoolFace
Apppublic

MKooi/Coding_Agents

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
test_coder.py7 linesDownload Raw Back to root
1from orchestrator_level3 import run_pipeline2 3problem = "Tính đạo hàm của f(x)=3*x^3 - 4*x^2 + 2*x - 7"4result = run_pipeline(problem, language="python")5 6for k, v in result.items():7    print(k, ":\n", v)