We are currently looking at possibilities to make AgentTasks and Function Tools configurable based on settings.
So instead of having an fully hardcoded AgentTasks, it is configured through JSON settings and loaded up accordingly based on agent/session initiation.
This currently doesn’t seem possible outside of the box, or are there any recommendations on how to best approach this for example?
Hi @darryncampbell I indeed saw it for function_tools, but interesting approach for Task Groups at runtime. I would than need to add AgentTask, with predefined function tools in there and add them to Task groups at runtime, would that work the same way as having AgentTask with pre defined function tools in it?
Yes, that is the case @darryncampbell I have been able to solve this through making a barebone AgentTask, for which the internal functions are auto-created during start of the session through a configured JSON.