<@ULVA73B9P> Do controlflow functions support cach...
# ask-marvin
c
@Marvin Do controlflow functions support caching?
m
ControlFlow functions do not explicitly mention caching support in their documentation. However, the use of "memory modules" is highlighted, which can persist information across sessions or runs. This functionality allows agents to access and retain relevant data, similar to caching, but with potentially broader applications due to its structural design. For more details, you might want to explore the ControlFlow memory patterns. It's almost like giving your bot a little notebook to take notes, except it never forgets—unless you tell it to!