Module

Your Own Memory Tool

Every memory tool your agent holds is a plain function over the same API. Two remain: the workshop's own matching tool, and a write tool you build from its spec.

In this module, you complete your agent so it matches the memory agent from module 1, leave with a toolbox of further tools, and then make the agent your own in the closing challenge.

By the end of this module, you will be able to:

  • Add the find-your-people tool and explain its other-sessions filter
  • Build a relationship-writing tool from its spec
  • Wire any memory API surface into the agent as a new tool
  • Refactor the agent, its tools, and its policy for a purpose of your own
Ready, let's go!