magnetic-one: how to intercept messages sent among agents to display in user application (web app, etc.)? #4188
-
I am planning to run agentic workflows based on magnetic-one and these will be started from web UI. I want to display the messages that are being sent from/to agents inline in the application to monitor status. What is the best approach? So far I am evaluating:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can wait for our effort on magentic one on agentchat #3756 AgentChat's API (preview): https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/index.html |
Beta Was this translation helpful? Give feedback.
-
I recommend you look at the preview interface here https://github.com/microsoft/autogen/tree/main/python/packages/autogen-magentic-one/interface for ideas and maybe you can use it directly. As Eric mentioned, things will change very soon with the agentchat implementation. |
Beta Was this translation helpful? Give feedback.
I recommend you look at the preview interface here https://github.com/microsoft/autogen/tree/main/python/packages/autogen-magentic-one/interface for ideas and maybe you can use it directly.
As Eric mentioned, things will change very soon with the agentchat implementation.