@ha-bits/bit-intersect
v0.1.13
Published
Intersect AI integration bit module - imports from @ha-bits/cortex instead of activepieces
Maintainers
Readme
@ha-bits/bit-intersect
Intersect AI integration bit module for the Habits workflow system.
This module provides AI actions (chat, image generation, transcription, etc.) that connect to Intersect AI services.
Key Difference from @ha-bits/piece-intersect
This module imports from @ha-bits/cortex packages.
Features
- Send prompts to AI models
- Generate images
- Text-to-speech conversion
- Audio transcription and translation
- Vision prompts (analyze images)
- Structured data extraction
- Create videos
- Ask AI assistant
Installation
npm install @ha-bits/bit-intersectUsage
This module is designed to be used with the Habits workflow executor:
import { intersect } from '@ha-bits/bit-intersect';
// Use in workflow configuration
const action = intersect.actions.send_prompt;License
MIT
