fix(headless): derive ephemeral tools from conversation model - #3871
Merged
Conversation
Use the authoritative conversation model through the normal agent toolset path, and lock parity across OpenAI, Anthropic, and Gemini models. See [trace](https://app.letta.com/chat/agent-57231da8-42f3-4523-b190-66c3eda21057?conversation=conv-0b449d7b-185b-4e55-a1b0-632b09398c86). Resume conversation with `letta --conv conv-0b449d7b-185b-4e55-a1b0-632b09398c86` 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Bob <agent-57231da8-42f3-4523-b190-66c3eda21057@letta.com>
sarahwooders
marked this pull request as ready for review
August 16, 2026 23:49
sarahwooders
requested review from
4shub,
carenthomas,
cpacker,
devanshrj,
jnjpng,
kl2806 and
sarahwooders
as code owners
August 16, 2026 23:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This follows #3817 and prevents the agent-free path from drifting into separate model/toolset behavior.
Test plan
bun test src/headless-ephemeral-toolset.test.ts src/agent/ephemeral-conversation.test.tsbun run check👾 Generated with Letta Code