The three bricks a notebook agent is missing

Your agent runs fine in your notebook and collapses the moment someone else uses it. It forgets everything between two calls, it cannot trigger any of your functions, and it does not read the web except by guessing. Three bricks fill exactly those three gaps.

Why

A demo agent does not fail on its model, it fails on everything around it. The demo works: you type your question into the cell, the answer lands, you are convinced. Then you hand it to a colleague and the illusion dissolves in three minutes. It asks again for the context it was given yesterday. It describes what it would do instead of doing it, because none of your functions is actually reachable. It cites a web page it never opened. That is not a model problem, it is an equipment problem. A production agent needs three things the notebook handed it for free without you noticing: memory…

When

Coming out of prototype: your agent runs locally and you want to put it in other hands. Audience dev or technical PM who already has a responding agent, not someone starting out. ✅ You know it is your kit when Your agent already works in a notebook or script, making it answer is no longer the question It loses the thread between sessions: every call starts from zero It narrates instead of…

Tools included

View on Coeurdar