working on sensors and rules
This commit is contained in:
@@ -18,8 +18,7 @@ Each runtime YAML file contains only the fields that are stored in the database:
|
||||
- **python.yaml** - Python 3 runtime for actions and sensors
|
||||
- **nodejs.yaml** - Node.js runtime for JavaScript-based actions and sensors
|
||||
- **shell.yaml** - Shell (bash/sh) runtime - always available
|
||||
- **native.yaml** - Native compiled runtime (Rust, Go, C, etc.) - always available
|
||||
- **sensor_builtin.yaml** - Built-in sensor runtime for native Attune sensors
|
||||
- **native.yaml** - Native compiled runtime (Rust, Go, C, etc.) - executes binaries directly without an interpreter
|
||||
|
||||
## Loading
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ref: core.native
|
||||
pack_ref: core
|
||||
name: Native
|
||||
description: Native compiled runtime (Rust, Go, C, etc.) - always available
|
||||
description: Native compiled runtime (Rust, Go, C, etc.) - executes binaries directly without an interpreter
|
||||
|
||||
distributions:
|
||||
verification:
|
||||
@@ -17,9 +17,4 @@ installation:
|
||||
build_required: false
|
||||
system_native: true
|
||||
|
||||
execution_config:
|
||||
interpreter:
|
||||
binary: "/bin/sh"
|
||||
args:
|
||||
- "-c"
|
||||
file_extension: null
|
||||
execution_config: {}
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
ref: core.builtin
|
||||
pack_ref: core
|
||||
name: Builtin
|
||||
description: Built-in sensor runtime for native Attune sensors (timers, webhooks, etc.)
|
||||
|
||||
distributions:
|
||||
verification:
|
||||
always_available: true
|
||||
check_required: false
|
||||
type: builtin
|
||||
|
||||
installation:
|
||||
method: builtin
|
||||
included_with_service: true
|
||||
Reference in New Issue
Block a user