Skip to content

automaticmode/active_workflow_agent

Repository files navigation

ActiveWorkflowAgent

GitHub Workflow Status GitHub

This library helps you to write your own ActiveWorkflow agents in Ruby using ActiveWorkflow's remote agent API.

Installation

Add this line to your agent's Gemfile:

gem 'active_workflow_agent'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install active_workflow_agent

Documentation

For full documentation please see ActiveWorkflow Agent Ruby on ActiveWorkflow's documentation website.

License

The gem is available as open source under the terms of the MIT License.