Nomos
Your resident operator. Ask about the fleet, or tell it to act.
{#each suggestions as q}
{/each}
{#if msg.role === 'user'}
{msg.text}
{:else}
{#each getInlineTools(msg) as tool (tool.id)}
{@const renderer = getToolRenderer(tool)}
{#if renderer}
{/if}
{/each}
{#if msg.text}
{@html render(msg.text)}
{:else if msg.tools.length === 0}
{/if}
{#if msg.pendingApprovals.length > 0}
{/if}
{/if}
{/each}
{#if $currentSession && $messages.length > 0}