# MemoryMeta

**Package:** `flyte.ai.agents`

Per-file metadata sidecar (sha256, actor, timestamp, …) for a memory entry.

## Parameters

```python
class MemoryMeta(
    path: str,
    sha256: str,
    updated_at: str,
    updated_by: str,
    reason: str,
    bytes: int,
)
```
| Parameter | Type | Description |
|-|-|-|
| `path` | `str` | |
| `sha256` | `str` | |
| `updated_at` | `str` | |
| `updated_by` | `str` | |
| `reason` | `str` | |
| `bytes` | `int` | |

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/flyte-sdk/packages/flyte.ai.agents/memorymeta.md
**HTML**: https://www.union.ai/docs/v2/union/api-reference/flyte-sdk/packages/flyte.ai.agents/memorymeta/
