tauri-plugin-askit 0.10.0

Tauri plugin for Agent Stream Kit
Documentation
[default]
description = "Default permissions for the plugin"
permissions = [
    "allow-get-agent-definition",
    "allow-get-agent-definitions",
    "allow-get-agent-spec",
    "allow-update-agent-spec",
    "allow-get-agent-stream-info",
    "allow-get-agent-stream-infos",
    "allow-get-agent-stream-spec",
    "allow-update-agent-stream-spec",
    "allow-new-agent-stream",
    "allow-rename-agent-stream",
    "allow-unique-stream-name",
    "allow-add-agent-stream",
    "allow-remove-agent-stream",
    "allow-add-agents-and-channels",
    "allow-start-agent-stream",
    "allow-stop-agent-stream",
    "allow-new-agent-spec",
    "allow-add-agent",
    "allow-remove-agent",
    "allow-add-channel",
    "allow-remove-channel",
    "allow-start-agent",
    "allow-stop-agent",
    "allow-write-board",
    "allow-set-agent-configs",
    "allow-get-global-configs",
    "allow-get-global-configs-map",
    "allow-set-global-configs",
    "allow-set-global-configs-map",
]