@autonia/triggers
v0.1.25
Published
Triggers for AgentGraph
Downloads
22
Readme
@autonia/triggers
Event triggers and automation
Purpose
Provides trigger mechanisms for automating workflows based on various events.
Features
- Event triggers
- Cron scheduling
- Gmail integration
- Webhook support
- Input processors
Installation
npm install @autonia/triggers
# or
pnpm add @autonia/triggers
# or
yarn add @autonia/triggersUsage
import /* exports */ "@autonia/triggers";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @autonia/core
- @autonia/messages
- @autonia/providers
- @autonia/server
- @autonia/tools
- @autonia/types
Development
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
