Commit Graph

8 Commits

Author SHA1 Message Date
gpt-engineer-app[bot] 5a9ca2bbf9 Add pagination to agents screen
Implement pagination controls on the agents screen to manage a large number of agents. This includes state management for current page and items per page, logic to slice and display agents, and UI elements for navigation (previous, next, page numbers, ellipsis). The search functionality now resets to the first page.
2025-11-07 19:52:34 +00:00
gpt-engineer-app[bot] f8966d0ae8 Refactor agent cards on home screen
Update agent cards to display title, AI model, status, and agent version. Remove the options button and replace it with a chevron icon to navigate to the agent details screen.
2025-11-07 19:17:03 +00:00
gpt-engineer-app[bot] 64b4c39c92 Refactor agent and prompt management
Restructures the application to integrate prompt management directly into the agent details view. Removes the separate "Prompts" page and its associated components. Agents are now the root route, and clicking an agent navigates to a detail page where its system prompt, AI model, and version history can be managed.
2025-11-07 19:14:00 +00:00
gpt-engineer-app[bot] 954b09f836 Refactor Agents and Prompts routes 2025-10-30 12:48:10 +00:00
gpt-engineer-app[bot] d3c2e31d15 Refactor: Make system responsive 2025-10-29 15:02:56 +00:00
gpt-engineer-app[bot] b9d7db533c Add Agents screen to sidebar 2025-10-29 14:57:43 +00:00
gpt-engineer-app[bot] 2a74f0b498 Remove Agents screen 2025-10-29 14:04:48 +00:00
gpt-engineer-app[bot] 6efb71b59b Create HGTX PromptLab UI 2025-10-29 12:06:30 +00:00