feat: add /memory command to view agent memory blocks (#270)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -173,6 +173,13 @@ export const commands: Record<string, Command> = {
|
||||
return "Sending feedback...";
|
||||
},
|
||||
},
|
||||
"/memory": {
|
||||
desc: "View agent memory blocks",
|
||||
handler: () => {
|
||||
// Handled specially in App.tsx to open memory viewer
|
||||
return "Opening memory viewer...";
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user