UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

9 lines (8 loc) 242 B
import type { TEMPLATES } from '@config/templates'; export type Template = (typeof TEMPLATES)[number]; export type NavigationStoreState = { characterFile?: string; avatar?: string; managedModelName?: string; tee?: boolean; };