<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Agent Development Guide on Smartchart开发手册</title>
    <link>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/</link>
    <description>Recent content in Agent Development Guide on Smartchart开发手册</description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="https://help.smartchart.cn/en/docs/7.AIApplications/Agent/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/Bot/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/Bot/</guid>
      <description>Use Cases # Connect to DingTalk, WeCom, etc., work like openClaw but with self-control Introduction # SmartChart supports connecting agents to DingTalk, WeCom and other enterprise IM platforms as group bots providing intelligent services. When the bot receives messages, it calls SmartChart&amp;rsquo;s Python agent dataset logic, supporting tool calling (file viewing, data inquiry, record writing, etc.), using ds_tool() for multi-agent collaboration.
Usage # Create dataset, type: Agent, connector: Python, name &amp;ldquo;sCraw&amp;rdquo; prompt = &amp;#34;&amp;#34;&amp;#34;$prompt&amp;#34;&amp;#34;&amp;#34; system=&amp;#34;&amp;#34;&amp;#34;You are a professional digital assistant.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/DocGeneration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/DocGeneration/</guid>
      <description>Introduction # The document generation agent uses multi-step streaming processing to automatically generate complete Word documents (.docx) from natural language requirements. Core flow: 1) Use LLM to extract requirements and chapter structure -&amp;gt; 2) Generate content chapter by chapter via LLM -&amp;gt; 3) Save as Word document using ds_save_doc(). Supports streaming progress feedback.
Use Cases # Operation documents, proposals, tender documents generation Usage # LLM connections are abstracted as data sources, see Basics -&amp;gt; First AI Scene</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/SmartQA/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/SmartQA/</guid>
      <description>Introduction # Smart Q&amp;amp;A is SmartChart&amp;rsquo;s Text-to-SQL implementation. Users ask questions in natural language, the system first uses a routing agent to determine which business table the question belongs to, then the askdata skill dataset auto-generates SQL and queries the database, finally presenting results visually. The entire flow is implemented through two datasets (routing agent + Q&amp;amp;A skill) without additional programming frameworks.
Use Cases # Enter knowledge and data Q&amp;amp;A from homepage Usage # LLM connections are abstracted as data sources, see Basics -&amp;gt; First AI Scene</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/SmartTicket/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/SmartTicket/</guid>
      <description>Introduction # Smart ticket submission demonstrates the complete chain of &amp;ldquo;LLM + chart tool calling&amp;rdquo; in SmartChart: user uploads invoice image -&amp;gt; LLM recognizes and reviews content -&amp;gt; triggers tool call ({&amp;quot;tool&amp;quot;:&amp;quot;VV_ReimbursementForm&amp;quot;,...}) -&amp;gt; chart dataset renders reimbursement form. Datasets named with VV prefix are &amp;ldquo;Visualization Variant&amp;rdquo; datasets, specifically for rendering visual results - a SmartChart agent tool calling convention.
Use Cases # Connecting LLM + data + charts + forms + reach Invoice review example Usage # Create LLM data source, using dashAI to call Alibaba DashScope dashAI supports qwen model, auto-switches to vl model for image uploads (default qwen-vl, changeable via {&amp;ldquo;vmodel&amp;rdquo;:&amp;ldquo;qwen-vl-max&amp;rdquo;})</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/WebPageGeneration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/Agent/WebPageGeneration/</guid>
      <description>Introduction # The web page generation agent provides SmartChart&amp;rsquo;s standard HTML template format to LLM, letting it directly generate visualization page code that runs in SmartChart. Ideal for rapid prototyping and users without frontend background. Generated code can be pasted directly into dashboard templates.
Use Cases # SmartChart dashboard and web page development Usage # LLM connections are abstracted as data sources, see Basics -&amp;gt; First AI Scene
Create dataset, type: Agent, connector: LLM data source, name &amp;ldquo;Web Page Generation&amp;rdquo; You can generate HTML based on the template format, filling CSS, HTML, JS in corresponding template areas.</description>
    </item>
    
  </channel>
</rss>
