@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 426 B
TypeScript
import type { 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;