1def run_agent(task):2 context = memory.recall(task)3 plan = model.think(task, context)4 for step in plan:5 result = tools.use(step)6 memory.save(step, result)7 return plan.summary()8# → done. ship it.
Software
I started with Python and Java, and I'm learning data structures and algorithms at McGill. Every project I build teaches me something new.
Python · Java · Algorithms






