Autogen Studio important features #6476
Replies: 3 comments
-
Ctrl+S should save the current edits while I am at the "Teams" edit pages wheatear the Visual or the Json edit mode. |
Beta Was this translation helpful? Give feedback.
-
Can we integrate team inside team?!
|
Beta Was this translation helpful? Give feedback.
-
https://microsoft.github.io/autogen/stable/reference/python/autogen_core.model_context.html This context class should call an external agent that it's mission is only to summaries the "entire" conversation/messages to a small as possible context text (with strong attention to details, without losing important points in the conversation), each new message being added to the conversation the agent should add the previous "Summary" of the chat at the top of that message and summaries it again to a small part of text that can be added at the top of the user message to the original agent, this will make the original agent remember anything we talked about during the entire conversation without losing the context (results we got/discussed before., of course without code blocks to make the context small), by using this way the original agent will always remember what we're doing here .. and I think this will make the cost of the entire conversation much smaller and cheap as I reducing the tokens sent to the API. I need experts in Autogen that has the ability to deeply understand these features and the important of it, and please start working on it immediately and intergrade it into the Autogen sutido. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
1: Ability to re-order the team agents from the Visual edit view.
2: Save/Remember the diagram order / don't reset it when I save the edits, keep it as is.
3: Ability to link a tool on the diagram with different or multiple agents at the same time like linking agents to the team.
4: Let me zoom in or out as I need, don't limit it.
Beta Was this translation helpful? Give feedback.
All reactions