feat: implement agent preview functionality and enhance conversation handling

This commit is contained in:
Siddhant Rai
2025-04-16 16:26:47 +05:30
parent d80eeb044c
commit e6ed37139a
8 changed files with 400 additions and 162 deletions

View File

@@ -22,7 +22,7 @@ export default function AgentDetailsModal({
<WrapperModal
className="sm:w-[512px]"
close={() => {
if (mode === 'new') navigate('/agents');
// if (mode === 'new') navigate('/agents');
setModalState('INACTIVE');
}}
>