diff --git a/en/.doctrees/agentscope.agents.agent.doctree b/en/.doctrees/agentscope.agents.agent.doctree index 0dd883ec0..3d428e068 100644 Binary files a/en/.doctrees/agentscope.agents.agent.doctree and b/en/.doctrees/agentscope.agents.agent.doctree differ diff --git a/en/.doctrees/agentscope.agents.dialog_agent.doctree b/en/.doctrees/agentscope.agents.dialog_agent.doctree index 30a04a754..10519d5cd 100644 Binary files a/en/.doctrees/agentscope.agents.dialog_agent.doctree and b/en/.doctrees/agentscope.agents.dialog_agent.doctree differ diff --git a/en/.doctrees/agentscope.agents.dict_dialog_agent.doctree b/en/.doctrees/agentscope.agents.dict_dialog_agent.doctree index 3b3e2bccc..4a5b8c63c 100644 Binary files a/en/.doctrees/agentscope.agents.dict_dialog_agent.doctree and b/en/.doctrees/agentscope.agents.dict_dialog_agent.doctree differ diff --git a/en/.doctrees/agentscope.agents.doctree b/en/.doctrees/agentscope.agents.doctree index 22eef1a5f..879a76c71 100644 Binary files a/en/.doctrees/agentscope.agents.doctree and b/en/.doctrees/agentscope.agents.doctree differ diff --git a/en/.doctrees/agentscope.agents.rag_agent.doctree b/en/.doctrees/agentscope.agents.rag_agent.doctree index b590b2be8..16973dba9 100644 Binary files a/en/.doctrees/agentscope.agents.rag_agent.doctree and b/en/.doctrees/agentscope.agents.rag_agent.doctree differ diff --git a/en/.doctrees/agentscope.agents.react_agent.doctree b/en/.doctrees/agentscope.agents.react_agent.doctree index de8176955..ebdb79cef 100644 Binary files a/en/.doctrees/agentscope.agents.react_agent.doctree and b/en/.doctrees/agentscope.agents.react_agent.doctree differ diff --git a/en/.doctrees/agentscope.agents.rpc_agent.doctree b/en/.doctrees/agentscope.agents.rpc_agent.doctree index 3133bf9ed..55652e181 100644 Binary files a/en/.doctrees/agentscope.agents.rpc_agent.doctree and b/en/.doctrees/agentscope.agents.rpc_agent.doctree differ diff --git a/en/.doctrees/agentscope.agents.user_agent.doctree b/en/.doctrees/agentscope.agents.user_agent.doctree index 0d1a9ff05..d9c81b35b 100644 Binary files a/en/.doctrees/agentscope.agents.user_agent.doctree and b/en/.doctrees/agentscope.agents.user_agent.doctree differ diff --git a/en/.doctrees/agentscope.doctree b/en/.doctrees/agentscope.doctree index eec773ab7..f2ec623c9 100644 Binary files a/en/.doctrees/agentscope.doctree and b/en/.doctrees/agentscope.doctree differ diff --git a/en/.doctrees/agentscope.message.doctree b/en/.doctrees/agentscope.message.doctree index b5a3240a8..a97c5b1b2 100644 Binary files a/en/.doctrees/agentscope.message.doctree and b/en/.doctrees/agentscope.message.doctree differ diff --git a/en/.doctrees/agentscope.message.placeholder.doctree b/en/.doctrees/agentscope.message.placeholder.doctree index c0f1fba90..8770c93a6 100644 Binary files a/en/.doctrees/agentscope.message.placeholder.doctree and b/en/.doctrees/agentscope.message.placeholder.doctree differ diff --git a/en/.doctrees/agentscope.msghub.doctree b/en/.doctrees/agentscope.msghub.doctree index a9141076b..13fe4a69b 100644 Binary files a/en/.doctrees/agentscope.msghub.doctree and b/en/.doctrees/agentscope.msghub.doctree differ diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index 9d1078c68..d6bf7cc6b 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/index.doctree b/en/.doctrees/index.doctree index 56e284981..c1a70af47 100644 Binary files a/en/.doctrees/index.doctree and b/en/.doctrees/index.doctree differ diff --git a/en/agentscope.agents.agent.html b/en/agentscope.agents.agent.html index f231dd4d0..895031e2a 100644 --- a/en/agentscope.agents.agent.html +++ b/en/agentscope.agents.agent.html @@ -237,7 +237,7 @@
Define the actions taken by this agent.
Reply function of the agent. Processes the input data, generates a prompt using the current dialogue memory and system prompt, and invokes the language model to produce a response. The diff --git a/en/agentscope.agents.dict_dialog_agent.html b/en/agentscope.agents.dict_dialog_agent.html index 7d24f087f..0fbd63b91 100644 --- a/en/agentscope.agents.dict_dialog_agent.html +++ b/en/agentscope.agents.dict_dialog_agent.html @@ -165,7 +165,7 @@
Reply function of the agent. Processes the input data, generates a prompt using the current dialogue memory and system prompt, and invokes the language diff --git a/en/agentscope.agents.html b/en/agentscope.agents.html index dee235ea0..7b9d6383e 100644 --- a/en/agentscope.agents.html +++ b/en/agentscope.agents.html @@ -299,7 +299,7 @@
Define the actions taken by this agent.
Reply function of the agent. Processes the input data, generates a prompt using the current dialogue memory and system prompt, and invokes the language model to produce a response. The @@ -551,7 +551,7 @@
Reply function of the agent. Processes the input data, generates a prompt using the current dialogue memory and system prompt, and invokes the language @@ -606,7 +606,7 @@
Processes the input provided by the user and stores it in memory, potentially formatting it with additional provided details.
The method prompts the user for input, then optionally prompts for @@ -691,7 +691,7 @@
The reply method of the agent.
Reply function of the RAG agent. Processes the input data, 1) use the input data to retrieve with RAG function; diff --git a/en/agentscope.agents.rag_agent.html b/en/agentscope.agents.rag_agent.html index df74c2673..67c519d97 100644 --- a/en/agentscope.agents.rag_agent.html +++ b/en/agentscope.agents.rag_agent.html @@ -170,7 +170,7 @@
Reply function of the RAG agent. Processes the input data, 1) use the input data to retrieve with RAG function; diff --git a/en/agentscope.agents.react_agent.html b/en/agentscope.agents.react_agent.html index cadb928eb..009e4752f 100644 --- a/en/agentscope.agents.react_agent.html +++ b/en/agentscope.agents.react_agent.html @@ -168,7 +168,7 @@
The reply method of the agent.
Define the actions taken by this agent.
Processes the input provided by the user and stores it in memory, potentially formatting it with additional provided details.
The method prompts the user for input, then optionally prompts for diff --git a/en/agentscope.html b/en/agentscope.html index 9283c56a2..cbec86d28 100644 --- a/en/agentscope.html +++ b/en/agentscope.html @@ -1282,7 +1282,7 @@
msghub is used to share messages among a group of agents.
Bases: Msg
A placeholder for the return message of RpcAgent.
A placeholder message, records the address of the real message.
The placeholder message for RpcAgent.
Bases: Msg
A placeholder for the return message of RpcAgent.
A placeholder message, records the address of the real message.
MsgHub is designed to share messages among a group of agents.
Bases: object
MsgHub manager class for sharing dialog among a group of agents.
Initialize a msghub manager from the given arguments.
msghub is used to share messages among a group of agents.