Vibe.Skill.Executable (vibe v0.2.2)

Copy Markdown View Source

Trusted executable Elixir skill evaluation.

Summary

Types

t()

@type t() :: %Vibe.Skill.Executable{
  apis: [Vibe.Plugin.API.t()],
  markdown: String.t(),
  metadata: map(),
  module: module(),
  name: String.t(),
  path: String.t()
}