Bsdkrun.Types.AiAgent (bsdkrun_ex v0.6.0)

Copy Markdown View Source

A coding agent bsdkrun can sandbox.

Each runs in a disposable microVM with a persistent login, a shared skills store, and only the folder you choose to share.

Summary

Types

t()

@type t() :: %Bsdkrun.Types.AiAgent{
  description: String.t(),
  flavor: String.t(),
  id: String.t(),
  installed: boolean(),
  label: String.t(),
  running: integer()
}