MCPcopy
hub / github.com/unicity-sphere/sphere / IAgent

Interface IAgent

src/types/index.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type ChatModeChangeHandler = (mode: ChatMode, dmRecipient?: string) => void;
5
6export interface IAgent {
7 id: string;
8 name: string;
9 Icon: LucideIcon;
10 category: string;
11 color: string;
12 isSelected?: boolean;
13}
14
15export interface ICryptoPriceData {
16 priceUsd: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected