################################################################
# TODO:
# This file currently serves as a placeholder.
# The actual implementation will be added here in the future.
# Please do not use this as a functional module yet.
################################################################
from abc import abstractmethod
from memos.configs.memory import BaseParaMemoryConfig
from memos.memories.base import BaseMemory
class BaseParaMemory(BaseMemory):
"""Base class for all parametric memory implementations."""
@abstractmethod
def __init__(self, config: BaseParaMemoryConfig):
"""Initialize memory with the given configuration."""
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qinshu1109/memos-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server