feat: add /download command to export agent file locally (#124)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -85,6 +85,13 @@ export const commands: Record<string, Command> = {
|
||||
return "Opening toolset selector...";
|
||||
},
|
||||
},
|
||||
"/download": {
|
||||
desc: "Download agent file locally",
|
||||
handler: () => {
|
||||
// Handled specially in App.tsx to access agent ID and client
|
||||
return "Downloading agent file...";
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user