| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
cf1365763c
|
feat: Implement AgentChat.NET Termination Conditions (#5839)
Closes #5801 |
1 year ago |
|
|
b4c1e5841f
|
feat: Save/Load for AgentChat.NET (#5841)
Partially addresses #5800, others pending the Agents PR #5837 and GroupChats PR #5838 coming in to have the classes to attach save/load logic to. |
1 year ago |
|
|
05b14f197a
|
feat: Enable Reset in AgentChat.NET (#5855)
Factors out RunContext management into separate classes: * Defines a LifecycleObject abstraction to manage initialization / deinitialization * Defines RunContextStack to enable a stack of init/deinit layers * Defines a RunManager to own ensuring proper semantics for performing a "single execution at a time" call while enabling a polymorphic base. Implements Reset Closes #5799 Unblocks #5800 (needs RunContext refactor too) |
1 year ago |
|
|
9f1c4c924f
|
.NET AgentChat Part 1: Abstractions, Base Classes, RoundRobin (#5434)
Stands up an initial implementation of the AgentChat project, including abstractions, base classes, and the `RoundRobinGroupChat` implementation. |
1 year ago |