@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
13 lines (12 loc) • 495 B
TypeScript
import { AgentCollectionInSupabase } from './constructors/agent-collection-in-supabase/AgentCollectionInSupabase';
/**
* Collection that groups together multiple AI Agents
*
* Note: [🧸] There are two types of collections:
* - `AgentCollection` - which groups together AI Agents
* - `PipelineCollection` - which groups together *(deprecated)* pipelines
*/
export type AgentCollection = AgentCollectionInSupabase;
/**
* TODO: [🧠][🚙] `AgentXxx` vs `AgentsXxx` naming convention
*/