mktcode
mktcode
Low FPS
I'm trying kaboom.js for the first time and I have a simple scene with a level. ```javascript import './style.css' kaboom({ fullscreen: true, global: true }) loadSprite('tiles', './tilemap.png', { sliceX: 3,...
Currently an [agent's memory](https://github.com/joaomdmoura/crewAI/blob/637bd885cf2d9cf6d83bd21405391c5d7df1c280/src/crewai/agent.py#L262) is of type [Conversation Summary](https://python.langchain.com/docs/modules/memory/types/summary). I would like to change that to one of the [other mechanisms](https://python.langchain.com/docs/modules/memory/). Could the agent's memory parameter take string names for...