Skip to content

Instantly share code, notes, and snippets.

View SeLuna-workspace's full-sized avatar

SeLuna-workspace

  • Joined Nov 1, 2025
View GitHub Profile
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Seluna Front-Desk Agent Action",
"type": "object",
"additionalProperties": false,
"required": [
"intent",
"entities"
],
"properties": {