You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Complete memory capability (`Session` / `Memory`)**: `Session` manages messages and state within a single session, while `Memory` manages cross-session long-term memory and personalization. Persistence supports `InMemory` / `Redis` / `SQL`; `Memory` also supports `Mem0`.
22
+
-**Complete memory capability (`Session` / `Memory`)**: `Session` manages messages and state within a single session, while `Memory` manages cross-session long-term memory and personalization. Persistence supports `InMemory` / `Redis` / `SQL`; `Memory` also supports `Mem0`、`Mempalace`.
23
23
-**Production-grade knowledge capability**: Built on LangChain components with first-class RAG support.
24
24
-**CodeExecutor extension capability**: Supports local / container executors for code execution and task grounding.
25
25
-**Skills extension capability**: Supports `SKILL.md`-based skill systems for reusable capabilities and dynamic tooling.
0 commit comments