| ▲ | handfuloflight a day ago |
| Does it store memory so future sessions are bootstrapped with necessary context? Looks great though! |
|
| ▲ | szin a day ago | parent [-] |
| 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 a day ago | parent [-] | | 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. |
|