3 days reading through the code of the paper that solved this, here are some notes:
- Long term interactions: the promise of LLM agents is to potentially run over weeks. A lot of the ideas in the paper tackle exactly this problem
- Memory: It’s easy to write down interactions of agents. But how do we track these over time? How do these change with ti... See more