| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
e6926352aa
|
feat: Expose self-delivery for InProcessRuntime in AgentsApp (#5240)
* Enable configuring SelfDelivery (defaults to false) when using AgentsAppBuilder * Also fixes the predicate for self-delivery --------- Co-authored-by: Griffin Bassman <griffinbassman@gmail.com> |
1 year ago |
|
|
43e9c266c1
|
feat: Enable queueing and step mode in InProcessRuntime (#5239)
Moves the semantics of message delivery in .NET to be closer to Python (up to vagaries of differences in Threading) * Creates a message delivery queue in InProcessRuntime * Creates Start/Stop/WaitForIdle APIs on InProcessRuntime * Creates API to step individual messages * Updates InProcessRuntime to play well with IHost as an IHostedService |
1 year ago |
|
|
caa33124bf |
remove unported things from the solution
formatting |
1 year ago |
|
|
235a3bfab3 |
feat: Enable Services mapping without passing in HostApplicationBuilder
* update getting-started sample |
1 year ago |
|
|
a4d8d571b0 | getting started sample | 1 year ago |