chore: allow renaming agent (#83)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
@@ -64,6 +64,13 @@ export const commands: Record<string, Command> = {
|
||||
return "Removing tools...";
|
||||
},
|
||||
},
|
||||
"/rename": {
|
||||
desc: "Rename the current agent",
|
||||
handler: () => {
|
||||
// Handled specially in App.tsx to access agent ID and client
|
||||
return "Renaming agent...";
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user