Prerequisites:
Python 2.7+
Node.js 23+
pnpm
Foundry
To run the agent:
from the agent directory run: pnpm install;pnpm build;pnpm start
To deploy the smart contract to Base:
from the foundry directory run: make deployTipThisCreator ARGS="--network base"