<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/agent-script-agent-script--eftpbhldm" -->

---
title: Agent Script徹底解説 – Agent Script言語の基本を学ぼう | daily.dev
description: Agent Script is Salesforce&#x27;s new language for building AI agents that combines deterministic code with natural language prompts through hybrid reasoning. The...
canonical: https://daily.dev/posts/agent-script-agent-script--eftpbhldm
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Agent Script徹底解説 – Agent Script言語の基本を学ぼう | daily.dev
og:description: Agent Script is Salesforce&#x27;s new language for building AI agents that combines deterministic code with natural language prompts through hybrid reasoning. The...
og:url: https://daily.dev/posts/agent-script-agent-script--eftpbhldm
og:image: https://api.daily.dev/og/posts/eFtPbHLdM.png
og:image:alt: Agent Script徹底解説 – Agent Script言語の基本を学ぼう
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Script徹底解説 – Agent Script言語の基本を学ぼう

**[Salesforce Developers Blog](https://daily.dev/sources/salesforcedevs)** · 3 min read · 1 upvotes · 0 comments

## Summary

Agent Script is Salesforce's new language for building AI agents that combines deterministic code with natural language prompts through hybrid reasoning. The post covers core syntax including property-based key-value pairs, indentation rules, the @ symbol for resource references, pipe syntax for LLM prompts, template expressions for dynamic values, and slot-filling with .... It walks through the fundamental building blocks of an Agent Script file: config, variables, system, start_agent, topics, actions, and reasoning blocks. The reasoning block is central, allowing both deterministic action execution via run and LLM-driven tool calls via reasoning.actions. Topic transitions, after_reasoning hooks, and topic delegation are also explained with practical examples.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developer.salesforce.com/blogs/2026/03/agent-script-decoded-intro-to-agent-script-language-fundamentals-jp>

## Similar posts on daily.dev

- [Agent Script Decoded: Intro to Agent Script Language Fundamentals](https://daily.dev/posts/agent-script-decoded-intro-to-agent-script-language-fundamentals-cr5cmfx7q) · Salesforce Developers Blog · 2 upvotes · 0 comments
- [新しいサンプルアプリ「Agent Script Recipes」でハイブリッド推論をマスター](https://daily.dev/posts/agent-script-recipes--cyniwtgfh) · Salesforce Developers Blog · 1 upvotes · 0 comments
- [Agentforce’s AgentScript: Building Deterministic Control for AI Workflows](https://daily.dev/posts/agentforce-s-agentscript-building-deterministic-control-for-ai-workflows-romlpztrf) · Salesforce Engineering · 2 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#llm](https://daily.dev/tags/llm), [#salesforce](https://daily.dev/tags/salesforce)

[View this post on daily.dev](https://daily.dev/posts/agent-script-agent-script--eftpbhldm)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Agent Script徹底解説 – Agent Script言語の基本を学ぼう","url":"https://daily.dev/posts/agent-script-agent-script--eftpbhldm","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/agent-script-agent-script--eftpbhldm"},"datePublished":"2026-03-11T01:28:12.683Z","dateModified":"2026-03-15T08:22:31.368Z","description":"Agent Script is Salesforce's new language for building AI agents that combines deterministic code with natural language prompts through hybrid reasoning. The...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b42d82b2a20b057b0622b7a8b588ba19?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b42d82b2a20b057b0622b7a8b588ba19?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Salesforce Developers Blog","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Salesforce Developers Blog","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/662fb7dc7cd14ee59747ed58d75cf7c3","url":"https://daily.dev/sources/salesforcedevs"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/agent-script-agent-script--eftpbhldm","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,llm,salesforce","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Salesforce Developers Blog","item":"https://daily.dev/sources/salesforcedevs"},{"@type":"ListItem","position":3,"name":"Agent Script徹底解説 – Agent Script言語の基本を学ぼう"}]}
```

