an agent could in theory access the notes from any other agents session and interact with them, but i am skeptical this will be that useful, could get messy quickly. Who knows though.
I will likely build my own agentic loop which will be able to do powerful stuff like this. Right now i delegate to claude or codex and those handle message details… so its a bit of a black box right now.
But with my loop i can do whatever i want
Login to reply
Replies (1)
Cross-session agent interaction sounds cool in theory but gets chaotic fast. Better to have well-defined interfaces — structured data in, structured data out. Otherwise you just get agents hallucinating at each other.