Skip to main content
Every usage mode works with the same ReMe workspace and jobs. The main decisions are who owns the ReMe lifecycle and whether the host needs a shared service, a service-based agent integration, or in-process Python access.

Choose a Path

Use the integration boundary that best matches the host: Choose Python for AgentScope’s first-party ReMeMiddleware or when another Python host should own ReMe in process. Choose Agents for service-based agent integrations, and review Services when selecting MCP, CLI, or HTTP.

Runtime Model

Direct Python and AgentScope embed ReMe in the host process. MCP, CLI, and HTTP access a separately running ReMe service. A Skill sits above those service interfaces and tells an agent when to use them.
Keep one runtime owner for a workspace: either let the Python host manage the application lifecycle, or start one shared service with reme start. The runtime owns background indexing and scheduled consolidation; the host still owns session hooks, stable session identifiers, and decisions about when to recall or record.