UNPKG

crewai-ts

Version:

TypeScript port of crewAI for agent-based workflows

6 lines (5 loc) 116 B
/** * Base Agent Interface * Defines the core functionality required for all agent implementations */ export {};