()
| 136 | } |
| 137 | |
| 138 | function syncUrlState(): void { |
| 139 | updateQueryParams({ |
| 140 | q: '', |
| 141 | model: [], |
| 142 | tool: [], |
| 143 | handoffs: false, |
| 144 | sort: currentSort === 'title' ? '' : currentSort, |
| 145 | }); |
| 146 | } |
| 147 | |
| 148 | export async function initAgentsPage(): Promise<void> { |
| 149 | const list = document.getElementById('resource-list'); |
no test coverage detected