API for Autonomy's chooseAndRunAgent & chooseAndAccomplishGoal #1248
dvag-joerg-winter
started this conversation in
Ideas
Replies: 2 comments
-
|
We don't want to add unnecessary dependency on Spring AI via directly adding core methods taking However,I agree that this usage scenario makes sense. One easy approach:
This would still send a single string. I'd be open to considering having |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is this an issue, or should we convert it over to discussion? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Would it make sense to allow agent selection this way?
autonomy.chooseAndRunAgent(Prompt(sessionMemory.get(conversationId)))This would enable an easy way to pass the messages from a ChatClient conversation.
The question is, if the ranker is able to cope with these messages and rank agents according to the entire conversation. This probably depends on changes in the ranker?
Concatenating all messages to a single user input seems wrong.
Beta Was this translation helpful? Give feedback.
All reactions