
Conductor is live, and it's a big one. Here's what else shipped this week.
Retell's copilot for building and maintaining voice agents. Three parts of it worth knowing about:
β

Ask Conductor to run a scenario, like "what happens if the caller wants to reschedule," and it plays that call against your agent without dialing a real number, then shows you exactly how it responded. Every proposed change is validated against the platform first, so nothing reaches your agent unless it actually holds up.
β Simulate a specific scenario on demand, no real call required
β Every change validated against the platform before you ever see it
β Catches edge cases most teams only find after a call goes wrong
β Nothing ships until the graph, data connections, and logic all check out
Tested before it's trusted.
β

Most bad calls just sit in a call log until someone happens to notice a pattern. Conductor reads failed calls, writes a test that reproduces the problem, runs it as a simulation without dialing a real number, and proposes the fix.
β Failed calls turned into test cases automatically
β Simulated before anything touches production
β Fixes proposed as a change you review, not applied silently
β Already handles 70% of Retell's own simulation testing internally
Every bad call becomes the reason the next one goes better.
β

Conductor never edits a live agent on its own. Every change it proposes shows up inside the actual agent flow, on the exact setting it affects, so you can see precisely what would change before it does.
β Changes appear in place, not as a JSON diff
β Side-by-side view of the old and new value
β Accept or reject one change at a time, with undo
β Nothing goes live until you approve it
The AI suggests the change. You still decide.
β Explore Conductor
β Docs
β Free LLM token allowance raised to 4,000: every agent now gets 4,000 free LLM tokens before any surcharge applies, and chat agents no longer show a surcharge section at all since it doesn't apply to them.
β Better KB parsing and chunking: documents parse more accurately now, especially tables, headers, and unusual layouts, and each chunk keeps its parent header info and splits at sentence boundaries instead of mid-word, so your agent pulls cleaner context.