Skip to main content

13 docs tagged with "Agent"

View all tags

Database Agent

Connecting external databases with built-in drivers. Currently the following databases are supported:

HTTP Agent

For sending HTTP requests to specific hosts.

Introduction

LOC SDK is a downloadable NPM package that defines the interfaces of data context as well as agents - a series of features provided by LOC's logic runtime that can read and/or write internal and external storages.

Local Storage Agent

For sharing data between tasks of one data process, which can stay persistent for a period of time.

Logic Variable Agent

Read a local environment variable (not to be confused with local storage data or secrets in agent configurations). These variable can be set via Studio or CLI, which are useful for configuring a data process' behavior without modifying the logic code.

Payload

Payload is a lazy-loaded object which contains metadata and payload data (if any) from a trigger as the initial input of the data process and for determining how the data process is triggered.

Result Agent

Finalise a JSON object as the task result data. If the trigger is synchronized API route or message queue, it will be returned to the trigger, otherwise stored in LOC to be retrieved later.