Codex.Session.Memory (Codex SDK v0.7.2)

Copy Markdown View Source

In-memory session adapter backed by an Agent. Suitable for tests and short-lived runs.

Summary

Functions

Starts a new memory session agent.

Functions

start_link(opts \\ [])

@spec start_link(keyword()) :: {:ok, pid()} | {:error, term()}

Starts a new memory session agent.