Skip to content

Commit

Permalink
deploy: b955088
Browse files Browse the repository at this point in the history
  • Loading branch information
ASL-r committed Jul 11, 2024
1 parent 498985c commit e34efc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sources/customize/client_configuration.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To successfully integrate your agent (or agents we provide) into your IoA server

* Create a file named :code:`agent_name.yaml` to serve as the configuration file for the agent, depending on the number of agents required, create the corresponding number of YAML files. For example: :code:`configs/client_configs/cases/example/bob.yaml`

The following are configuration examples for parameters. The configuration file is divided into three sections: **server** , **tool_agent**, **comm**.
The following are configuration examples for parameters. The configuration file is divided into three sections: **server** , **tool agent**, **communication service client**.

Server
===========================
Expand Down
2 changes: 1 addition & 1 deletion customize/client_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h1>Client Configuration<a class="headerlink" href="#client-configuration" title
<li><p>Create a folder named your_case_name under the <code class="code docutils literal notranslate"><span class="pre">configs/client_configs/cases</span></code> directory for your cases. For example: <code class="code docutils literal notranslate"><span class="pre">configs/client_configs/cases/example</span></code></p></li>
<li><p>Create a file named <code class="code docutils literal notranslate"><span class="pre">agent_name.yaml</span></code> to serve as the configuration file for the agent, depending on the number of agents required, create the corresponding number of YAML files. For example: <code class="code docutils literal notranslate"><span class="pre">configs/client_configs/cases/example/bob.yaml</span></code></p></li>
</ul>
<p>The following are configuration examples for parameters. The configuration file is divided into three sections: <strong>server</strong> , <strong>tool_agent</strong>, <strong>comm</strong>.</p>
<p>The following are configuration examples for parameters. The configuration file is divided into three sections: <strong>server</strong> , <strong>tool agent</strong>, <strong>communication service client</strong>.</p>
<section id="server">
<h2>Server<a class="headerlink" href="#server" title="Link to this heading"></a></h2>
<p>The server section is responsible for setting up the basic server configurations</p>
Expand Down

0 comments on commit e34efc6

Please sign in to comment.