feat(agent): add frontend-ui-ux-engineer agent for stunning UI/UX
This commit is contained in:
@@ -2,9 +2,11 @@ import type { AgentConfig } from "@opencode-ai/sdk"
|
||||
import { oracleAgent } from "./oracle"
|
||||
import { librarianAgent } from "./librarian"
|
||||
import { exploreAgent } from "./explore"
|
||||
import { frontendUiUxEngineerAgent } from "./frontend-ui-ux-engineer"
|
||||
|
||||
export const builtinAgents: Record<string, AgentConfig> = {
|
||||
oracle: oracleAgent,
|
||||
librarian: librarianAgent,
|
||||
explore: exploreAgent,
|
||||
"frontend-ui-ux-engineer": frontendUiUxEngineerAgent,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user