fix: inject skill context in Agent.kickoff() via _prepare_kickoff

This commit is contained in:
Greyson LaLonde
2026-03-10 17:31:52 -04:00
parent b0909dcc02
commit 8b024fffd8

View File

@@ -1350,6 +1350,8 @@ class Agent(BaseAgent):
),
)
formatted_messages = append_skill_context(self, formatted_messages)
# Build the input dict for the executor
inputs: dict[str, Any] = {
"input": formatted_messages,