Vibe.Subagents.JobStore (vibe v0.2.2)

Copy Markdown View Source

Persistent subagent job storage.

Summary

Functions

get(id)

@spec get(String.t()) :: Vibe.Subagents.JobInfo.t() | nil

list(opts \\ [])

@spec list(keyword()) :: [Vibe.Subagents.JobInfo.t()]

put(job)

@spec put(Vibe.Subagents.JobInfo.t()) :: :ok | {:error, term()}