🧠 Session Feeds
Capture, replay, or transfer a full LLM interaction as a structured MCP capsule
A session feed is a structured `.llmfeed.json` file that captures the context, intent, and memory of a conversation.
It can include summaries, prompts, user intent, factual statements, decisions made, or trust constraints. This makes it ideal for replaying, auditing, or transferring interactions between agents or sessions.
Use it to:
- Archive sessions in an agent-readable format
- Export a chat from an assistant into a reusable feed
- Transfer conversation memory between platforms
Example Prompt
Use this predefined prompt to ask your LLM to extract a session-feed from a transcript:
Need more? Define your own session capsules, or let the Forge generate one for you.