Sushil Thapa
Add eight custom agents to solve the benchmark
ccfcfa9
raw
history blame
95 Bytes
def main():
print("Hello from gaia-solver-agent!")
if __name__ == "__main__":
main()