sentinel-agent-lua 0.1.0

Lua scripting agent for Sentinel reverse proxy - custom logic via Lua scripts
# Sentinel Agent Registry Manifest
# Lua Agent - Custom scripting with Lua

[agent]
name = "sentinel-agent-lua"
version = "0.1.0"
description = "Lua scripting agent for Sentinel reverse proxy - custom logic via Lua scripts"
authors = ["Sentinel Contributors"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/raskell-io/sentinel-agent-lua"

[protocol]
version = "0.1"
events = ["request_headers", "request_body", "response_headers", "response_body"]

[compatibility]
sentinel-proxy = ">=0.1.0"
sentinel-agent-protocol = "0.1"

[registry]
homepage = "https://sentinel.raskell.io/agents/lua"
documentation = "https://sentinel.raskell.io/docs/agents/lua"
keywords = ["sentinel", "agent", "lua", "scripting", "custom"]
categories = ["custom"]