Rendered at 19:29:33 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
szin 1 days ago [-]
I'll be around, happy to answer anything.
handfuloflight 1 days ago [-]
Does it store memory so future sessions are bootstrapped with necessary context? Looks great though!
szin 1 days ago [-]
Thanks! in the works, you can partly go around this now by piping out and back in but we'd like to make it smarter - llm wiki and graph.
yurishapira 1 days ago [-]
Adding to Shaked’s point: persistent memory can become stale and deciding what to retain and trust is a security trade-off. The current stateless approach, combined with the code sandbox, can rebuild context quickly. The idea is to add smarter memory without losing that property.