Jido.VFS.Adapter.InMemory.AgentStream (Jido.VFS v1.0.0)

View Source

Enumerable and collectable stream for chunked in-memory file access.

Summary

Types

t()

@type t() :: %Jido.VFS.Adapter.InMemory.AgentStream{
  chunk_size: pos_integer(),
  config: map() | nil,
  path: String.t() | nil
}