Skip to content

Define TemporalAgents at runtime #3506

@jhammarstedt

Description

@jhammarstedt

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions