agent Module
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.
Classes
| Agent |
A stateful implementation of ChatPrompt with persistent memory. Agent extends ChatPrompt by providing default memory management, making it easier to maintain conversation context across multiple interactions without manually passing memory each time. Initialize Agent with model and persistent memory. |