Delete the failed Agentd Studio code:
Omni/Agentd/Studio.hs (main entry point)Omni/Agentd/Studio/ directory (Layout.hs, Agents.hs, Memory.hs, Notes.hs, Tasks.hs, etc.)This was a standalone web UI attempt that is being replaced by the new agents surface integrated into the main Omni.Web server.
1. Delete Omni/Agentd/Studio.hs
2. Delete Omni/Agentd/Studio/ directory
3. Remove any references to Studio from Omni/Agentd.hs (if any imports exist)
4. Remove Studio from any build configs, deploy manifests, or service files
5. Verify bild Omni/Agentd.hs still builds cleanly
Studio in Omni/Agentd* filesagentd-studio in deploy manifests
Ava verified: shipped as part of commit b05c4976 'agents web ui: interactive agent interface'. /agents endpoint live on beryllium and returns 200. Moving to Verified.