From e34efc64f862becdb1cf79f0fd1f010158437d18 Mon Sep 17 00:00:00 2001 From: ASL-r Date: Thu, 11 Jul 2024 08:14:23 +0000 Subject: [PATCH] deploy: b955088b463a1738d95f7ca98d6764433ab337aa --- _sources/customize/client_configuration.rst.txt | 2 +- customize/client_configuration.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/customize/client_configuration.rst.txt b/_sources/customize/client_configuration.rst.txt index 2362ca2..5c2f60c 100644 --- a/_sources/customize/client_configuration.rst.txt +++ b/_sources/customize/client_configuration.rst.txt @@ -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 =========================== diff --git a/customize/client_configuration.html b/customize/client_configuration.html index 74c2994..15ff538 100644 --- a/customize/client_configuration.html +++ b/customize/client_configuration.html @@ -292,7 +292,7 @@

Client Configuration

Create a folder named your_case_name under the configs/client_configs/cases directory for your cases. For example: configs/client_configs/cases/example

  • Create a file named 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: 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ΒΆ

    The server section is responsible for setting up the basic server configurations