Pi.Plugin.API (pi_bridge v0.1.0)

Copy Markdown View Source

Callable API metadata exposed by executable skills and plugins.

Summary

Types

t()

@type t() :: %Pi.Plugin.API{
  alias: atom() | nil,
  description: String.t(),
  examples: [String.t()],
  module: module(),
  name: atom()
}

Functions

new(api)