dmoges

Recent Posts RSS

Building a Custom Agent with LangChain

I gave this talk at the BRAIN AI Applications and Tooling Meetup at the Ballarat Hackerspace on 10 June 2026. I wanted to introduce LangChain, as a means to building custom agents in Python. I’ve been coding with it for a client project for a while now, which has allowed me to do things that aren’t easy to do with a standard agent: things like validation, cross-source checking, and so on, while doing the “main” thread.

Read more →