[go] Merged memory extractor with ingestion task handler (#17730)

Routes async memory extraction through the shared ingestion NATS
pipeline via task_type=memory, removing the dedicated Redis consumer.
Memory failures ack terminally, transient errors nack for redelivery.
This commit is contained in:
Zhichang Yu
2026-08-03 17:08:14 +08:00
committed by GitHub
parent 8ac047d11a
commit c69a2d4798
10 changed files with 430 additions and 82 deletions

View File

@@ -20,7 +20,8 @@ import random
import re
from functools import partial
from litellm import logging
import logging
import numpy as np
from PIL import Image