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
First of all, I really like this plug-in. Thank you for your work on it.
One piece that feels missing for my workflow is a session-scoped scratch space shared between the main agent and sub-agents.
My understanding is:
ctx_memory stores durable information across sessions
ctx_note stores information for the current session only
What I would find useful is something like ctx_scratch: a temporary holding area for findings, hand-offs, intermediate plans, validation notes, or other working context that should be available to all agents involved in the current session, but not persisted as long-term memory.
The main distinction I am looking for is:
ctx_memory: durable project/user knowledge
ctx_note: session notes
ctx_scratch: shared agent workspace for temporary coordination
This would make multi-agent workflows easier without polluting durable memory.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, I really like this plug-in. Thank you for your work on it.
One piece that feels missing for my workflow is a session-scoped scratch space shared between the main agent and sub-agents.
My understanding is:
ctx_memorystores durable information across sessionsctx_notestores information for the current session onlyWhat I would find useful is something like
ctx_scratch: a temporary holding area for findings, hand-offs, intermediate plans, validation notes, or other working context that should be available to all agents involved in the current session, but not persisted as long-term memory.The main distinction I am looking for is:
ctx_memory: durable project/user knowledgectx_note: session notesctx_scratch: shared agent workspace for temporary coordinationThis would make multi-agent workflows easier without polluting durable memory.
Beta Was this translation helpful? Give feedback.
All reactions