Agent Orchestration in web application with multiple user #12563
Unanswered
ultrasimulation
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I need to develop an agentic web application that will be used by multiple users. For the backend I am thinking to build an ASP.NET Core WebAPI with a "/message" endpoint.
-What are the best practice in terms of Dependency Injection for the orchestration?
-How can I reconstruct the state of the orchestration while interacting with a specific user (e.g. the chat history)?
-Thinking to orchestrations like the handoff that could have an human in the loop. Does it means that i need to keep the HandoffOrchestration object "active" on the server (e.g. in a static memory structure) and the InProcessRuntime running in a Task while interacting with the user via HTTP?
Documentation that provides guidance on this, sample and best practices would be very useful.
Beta Was this translation helpful? Give feedback.
All reactions