-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Feature requestNew feature requestNew feature request
Description
Description
Our agentic solution relies on agents being defined at runtime based on configuration that varies depending on the user.
Using temporal the agents need to be set up during startup which creates a problems since we don't know the exact configuration we want the model to have at that time. We have solved this by defining a few global agents with a superset of tools that we then overwrite at runtime with an agent that has a subset of these. This solve the problem partly but we still cannot set model configuration at runtime.
What is the best approach here? How are we supposed to configure our agents at runtime?
References
No response
Metadata
Metadata
Assignees
Labels
Feature requestNew feature requestNew feature request