|
4 | 4 | <meta name="viewport" content="width=device-width,initial-scale=1"> |
5 | 5 | <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | 6 |
|
7 | | - <meta property="article:modified_time" content="2026-02-04T02:32:26+00:00" /><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html"><link rel="next" title="RAG (Retrieval-Augmented Generation)" href="rag.html"><link rel="prev" title="MCP (Model Context Protocol)" href="mcp.html"> |
| 7 | + <meta property="article:modified_time" content="2026-02-10T03:40:03+00:00" /><link rel="index" title="Index" href="../../genindex.html"><link rel="search" title="Search" href="../../search.html"><link rel="next" title="RAG (Retrieval-Augmented Generation)" href="rag.html"><link rel="prev" title="MCP (Model Context Protocol)" href="mcp.html"> |
8 | 8 | <link rel="canonical" href="https://java.agentscope.io/en/task/agent-skill.html"> |
9 | 9 | <link rel="prefetch" href="../../_static/logo.svg" as="image"> |
10 | 10 |
|
@@ -445,7 +445,7 @@ <h3>Adaptive Design<a class="headerlink" href="#adaptive-design" title="Link to |
445 | 445 | <p>We have further abstracted skills so that their discovery and content loading are no longer dependent on the file system. Instead, the LLM discovers and loads skill content and resources through tools. At the same time, to maintain compatibility with the existing skill ecosystem and resources, skills are still organized according to file system structure for their content and resources.</p> |
446 | 446 | <p><strong>Organize your skill content and resources just like organizing a skill directory in a file system!</strong></p> |
447 | 447 | <p>Taking the <a class="reference internal" href="#skill-structure"><span class="xref myst">Skill Structure</span></a> as an example, this directory-structured skill is represented in our system as:</p> |
448 | | -<div class="highlight-java notranslate"><div class="highlight"><pre><span></span><span class="n">AgentSkill</span><span class="w"> </span><span class="n">skill</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="k">new</span><span class="w"> </span><span class="n">AgentSkill</span><span class="p">.</span><span class="na">builder</span><span class="p">()</span> |
| 448 | +<div class="highlight-java notranslate"><div class="highlight"><pre><span></span><span class="n">AgentSkill</span><span class="w"> </span><span class="n">skill</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">AgentSkill</span><span class="p">.</span><span class="na">builder</span><span class="p">()</span> |
449 | 449 | <span class="w"> </span><span class="p">.</span><span class="na">name</span><span class="p">(</span><span class="s">"data_analysis"</span><span class="p">)</span> |
450 | 450 | <span class="w"> </span><span class="p">.</span><span class="na">description</span><span class="p">(</span><span class="s">"Use this skill when analyzing data, calculating statistics, or generating reports"</span><span class="p">)</span> |
451 | 451 | <span class="w"> </span><span class="p">.</span><span class="na">skillContent</span><span class="p">(</span><span class="s">"# Data Analysis\n..."</span><span class="p">)</span> |
@@ -789,7 +789,7 @@ <h2>Related Documentation<a class="headerlink" href="#related-documentation" tit |
789 | 789 | Made with |
790 | 790 | <a href="https://github.com/pradyunsg/furo">Furo</a> |
791 | 791 | <div class="last-updated"> |
792 | | - Last updated on 2026-02-04</div> |
| 792 | + Last updated on 2026-02-10</div> |
793 | 793 | </div> |
794 | 794 | <div class="right-details"> |
795 | 795 | <div class="icons"> |
|
0 commit comments