| import type { AgentV2Info } from "@opencode-ai/sdk/v2/types"; | |
| import type { Hooks } from "./registration.js"; | |
| export interface AgentDraft { | |
| list(): readonly AgentV2Info[]; | |
| get(id: string): AgentV2Info | undefined; | |
| default(id: string | undefined): void; | |
| update(id: string, update: (agent: AgentV2Info) => void): void; | |
| remove(id: string): void; | |
| } | |
| export type AgentHooks = Hooks<{ | |
| transform: AgentDraft; | |
| }>; | |
Xet Storage Details
- Size:
- 429 Bytes
- Xet hash:
- f46c84cb05848c3d9b75723927a8e1c6430ac22d8eba5afb9e890344011a6154
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.