Support short-term working memory within a conversation. This gives agents access to relevant context from the current conversation without stuffing the entire history into the prompt.
This is separate from our existing conversation_history that maintains the full conversation (i.e. user and assistant responses).
Support short-term working memory within a conversation. This gives agents access to relevant context from the current conversation without stuffing the entire history into the prompt.
This is separate from our existing conversation_history that maintains the full conversation (i.e. user and assistant responses).