惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Last Week in AI
Last Week in AI
月光博客
月光博客
D
DataBreaches.Net
WordPress大学
WordPress大学
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
C
Check Point Blog
F
Fortinet All Blogs
B
Blog
小众软件
小众软件
Vercel News
Vercel News
罗磊的独立博客
有赞技术团队
有赞技术团队

Salesforce

How We Protect Our Data as Customer Zero Scale Your MRR: Subscription Management For Small Business Streamlining Commerce Media Ad Inventory Management 12 AI Sales Strategies for Startups That Actually Work Sell Smarter: Ecommerce Metrics To Track For Your Small Business Shop Apply the Orchestration Density Framework to Your Next Automation Decision Wait, Black Friday Planning In Spring? It’s Time to Start Holiday Promotions AI-First Operations, One Process at a Time How BCU Is Transforming Banking Service with Agentforce Salesforce Headless 360: What the Agent Consumer Means for Your Integration Architecture Meet Customers Where They Are: Agentforce Contact Center Now Offers WhatsApp Voice 11 Free Lead Generation Tips for Small and Growing Businesses SFR-VibeTrain: The Agent That Trains Agents Why Technical Accuracy is the Wrong Metric for Agent Success Strengthening Salesforce Security Against AI-Driven Threats Join Us in the Community Hub at Connections 2026 The Best Way To Build AI Agents That Customers Trust 5 Ways AI is Changing the Communication Game For Startups Trust in the Era of Agents: Highlights from the 2nd Annual Trusted AI Impact Report You Can Be an Agentic Enterprise No Matter What Size Business How to Make Your Email Marketing Accessible for Everyone What is Headless? Don’t Lose Your Head, SMBs: It’s a Good Thing Architect the Future UI: Slack as Your Agentic Surface Point of Sale Innovations to Modernize the Shopper Experience Governing the Agentic Enterprise at Scale with MuleSoft Omni Gateway How to Cut Service Time with Case Routing Automation 5 Tips for Marketers to Get Started with Salesforce Flow No One is Vibe Coding Trade Promotion Management 7th Edition State of Sales Report: 3 Growth Trends for Startups and SMBs How the Architect Vista Brought Architectural Thinking to Life at TDX 2026
TDX 2026 Roundup: Agentforce Edition
Susannah Plaisted · 2026-04-15 · via Salesforce

Our forward-looking statement applies to this blog.

At TDX 2026, we’re focusing on a question we keep hearing from developers: why does it take so long to go from an agent idea to something running in production? The gap between a working prototype and a deployed agent is real — provisioning, authoring, testing, deployment, observability. Each step has its own friction.

This year we shipped concrete answers. We open sourced Agent Script, launched Agentforce Labs for rapid setup along with other product previews, and released ADLC skills that close the loop from sandbox to production. Here’s what each one does and why it matters.

Open Sourcing Agent Script: An Agent Definition Language for the Enterprise

Agent Script is an agent definition language that lets developers specify when agents should use LLM reasoning and when they should follow deterministic logic. Subagents, actions, variables, guardrails, transitions—all defined in structured, strongly-typed files that coding agents can work with natively.

That’s the key point. You’re not going to write Agent Script by hand. Agents will write it for you. Claude Code, Cursor, Codex—coding agents are writing the majority of code now. If they have Agent Script skills, they get better at building agents. If they don’t, developers write everything manually.

But all this new innovation extends beyond writing net new code. Indeed is an early proof point. Their team uses coding agents to scale agent testing, proving the same skills developers use to build agents also work to validate and improve them.

In opening up the authoring layer, we’re giving developers direct control over tool calling, sub-agent routing, and variable storage. As models get smarter, we intend to take those learnings and further invest in composability across the platform.

A standard also needs room for specialization. Agent Script works as a base language with platform-specific extensions—what we call dialects. Think of it like SQL: the core language is standard, but Oracle, Postgres, and MySQL each add extensions for their specific capabilities. The Agentforce dialect defines how agents work. Mulesoft Agent Fabric extends the language to orchestrate across hybrid integration landscapes. The base language remains open; the extensions reflect the platforms they run on.

At TDX 2026, we open sourced Agent Script authoring. The full language specification, grammar, parser, and compiler are available at  github.com/salesforce/agentscript. Our goal is a fully open ecosystem for the language, but we’re getting there in phases. Today, we welcome bug fixes, developer tooling improvements, and suggestions on language direction. Over time, we may consider opening more of the ecosystem to enable a more broadly governed agent harness community. Dialect capabilities and the base language specification are governed by Salesforce — that’s how we ensure enterprise reliability as the language evolves.

Agentforce Labs: Innovation at the Speed of AI

Open sourcing Agent Script removes friction from authoring. But friction also shows up before developers write a single line of code — in provisioning, setup, and configuration. If we want developers building on the platform, we have to meet them where they are.

Agentforce Labs is an incubation program for tackling these friction points. We ship experiments, test them with real developers, and either graduate them to core Agentforce or retire them. We don’t wait for GA release cycles to see if an idea works.

The first experiment is Agentforce Labs Quickstart: instant access to Agentforce from the IDE of your choice. No org provisioning, no setup screens. Developers who want to kick the tires of Agentforce can connect and start building in Claude, Codex or Agentforce Vibes. More experiments will follow at labs.agentforce.com as we identify and eliminate the next friction points.

The Full Lifecycle: From POC to Production

Agent Script opens authoring. Labs opens access. The last layer is everything between building an agent and running it in production — testing, safety reviews, deployment, and observability. That’s where ADLC (Agent Development Life Cycle) skills come in.

ADLC skills close the loop from sandbox to production and back. Developers author and validate `.agent` files locally, run LLM-powered safety reviews that catch harmful patterns keyword filters miss, deploy without leaving their IDE, and feed production session traces back into their authoring workflow. The cycle is continuous: build, test, deploy, observe, improve.

The skills work in any environment that supports the skill.md standard. The repository is available at github.com/SalesforceAIResearch/agentforce-adlc with installation instructions and full documentation. It’s also available in Agentforce Vibes and Agentforce Studio.

What Else We Announced at TDX 2026

Agent Script, Agentforce Labs, and ADLC skills are part of a broader set of announcements under the Agentforce Developer Platform:

  • Agentforce Vibes 2.0 – An AI development environment that understands enterprise metadata through Salesforce Unified Catalog, supports multiple models (Claude Sonnet, GPT-5), and generates code across frameworks like React, LWC, and Apex.
  • Agentforce Experience Layer (AXL) – Define interactive components once and embed them into conversational flows across surfaces (web, mobile, Slack, voice) without rebuilding for each platform.
  • Expanded AgentExchange – Trusted marketplace to discover, deploy, and monetize apps and agents, now with 10,000 Salesforce apps, 2,600+ Slack apps, and 1,000+ agents, tools, and MCP servers from across the ecosystem.
  • Agent Script for Voice – Agent Script now works across text and voice channels. Same deterministic control over voice interactions as text — build once, deploy everywhere.
  • Agentforce Mobile SDK – Deploy Agentforce natively in iOS and Android apps with push-to-talk voice, so customers can speak to get help without leaving the app.
  • Session Trace OTel API (beta) – A single REST call returns a complete Agentforce session trace — interactions, audit events, and feedback data — as standard OpenTelemetry (OTel) spans. Export directly to Splunk, Datadog, New Relic, or any OTel-compatible collector with zero transformation.
  • A/B Testing API (pilot) – Run controlled experiments on Agentforce agents via API. Split traffic between agent versions, measure results, and promote the winner.
  • Testing Center Enhancements (GA – May) – The next generation of Testing Center in Agentforce Studio adds custom scoring evals (define what “good” looks like for your use case — brand voice, compliance, resolution quality), multi-turn conversation testing with voice simulation, and a flexible UI with run history.

Companies like Adobe, Asymbl, Engine, Indeed, Paypal, and Petaluma Creamery showed how they’re deploying agents at scale in case studies and keynote demos.

Start Building

The authoring tools are open. The experiments are live at labs.agentforce.com. If you’ve been waiting for the right moment to build on Agentforce, this is it.