Make added tokens contexts trickle down

Created on 16 May 2025, 21 days ago

Problem/Motivation

Currently you can set custom tokens when you invoke an agent as seen here: 📌 Allow retrieving context from the agent entity wrapper Active .

The problem is that if you setup an agent that has subagents, these custom contexts are not trickling down to and of the subagents, that might need that information as well.

Steps to reproduce

Create an agent that uses a custom token
Create and subagent that uses a custom token
Call an agent that uses the subagent.
Check logs - the agents tokens got replaced, but not the sub agent.

Proposed resolution

Make sure that tokens trickle down.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.1

Component

Code

Created by

🇩🇪Germany marcus_johansson

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024