|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
A single item stored in the cross-thread Store. More...
#include <store.h>
Public Attributes | |
| int64_t | created_at |
| Creation timestamp (Unix epoch milliseconds). | |
| std::string | key |
| Item key within the namespace. | |
| Namespace | ns |
| Hierarchical namespace path. | |
| int64_t | updated_at |
| Last update timestamp (Unix epoch milliseconds). | |
| json | value |
| Stored JSON value. | |