Views
No views yet
1from tensorstore_memory import AgentMemoryTensor 2mem = AgentMemoryTensor() 3mem.store("agent", "message", tags=["tag"]) 4results = mem.query("what happened?")