You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add memory configuration API to Go, Node, Python, .NET, and Java SDKs
Mirror the Rust session memory surface across the remaining SDK
languages: session create and resume accept an optional memory
configuration carrying a required `enabled` flag, omitted from the
wire when unset. Adds the type, the create/resume wiring, clone and
serialization coverage, and README docs per language.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sessions can opt into persistent memory, allowing the agent to read and write memory across turns. Memory is configured per session and applies to both `CreateSessionAsync` and `ResumeSessionAsync`.
The SDK supports custom OpenAI-compatible API providers (BYOK - Bring Your Own Key), including local providers like Ollama. When using a custom provider, you must specify the `Model` explicitly.
0 commit comments