Files
sentclaw/backend/app/memory/extractor.py
T
2026-04-07 16:05:05 +08:00

7 lines
165 B
Python

class MemoryExtractor:
def __init__(self, llm_client):
self.llm_client = llm_client
def extract_from_conversation(self, conversation):
pass