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
Consider implementing new state of the art reasoning & memory:
CodeAct architecture implementation of architecture used by Manus.
It implements using Python instead of JSON function-calling, which enables solving more complex tasks in less steps.
Mem0 - Stores long-time memory in triplets for retrival. Letta (previously MemGPT) - is an alternative memory framework and is providing a long-term memory.
The text was updated successfully, but these errors were encountered:
Consider implementing new state of the art reasoning & memory:
CodeAct architecture implementation of architecture used by Manus.
It implements using Python instead of JSON function-calling, which enables solving more complex tasks in less steps.
https://github.com/langchain-ai/langgraph-codeact
Mem0 - Stores long-time memory in triplets for retrival.
Letta (previously MemGPT) - is an alternative memory framework and is providing a long-term memory.
The text was updated successfully, but these errors were encountered: