pull/390/head
Elvis Saravia 4 months ago
parent 611eeed300
commit 157897b6ae

@ -30,7 +30,7 @@ Generally speaking, an LLM agent framework can consist of the following core com
### Agent
A large language model (LLM) with general-purpose capabilities serves as the main brain, agent module, or coordinator of the system. This component will be activated using a prompt template that entails important details about how the agent and operate, and the tools it will have access to (along with tool details).
A large language model (LLM) with general-purpose capabilities serves as the main brain, agent module, or coordinator of the system. This component will be activated using a prompt template that entails important details about how the agent will operate, and the tools it will have access to (along with tool details).
While not mandatory, an agent can be profiled or be assigned a persona to define its role. This profiling information is typically written in the prompt which can include specific details like role details, personality, social information, and other demographic information. According to [Wang et al. 2023], the strategies to define an agent profile include handcrafting, LLM-generated or data-driven.

Loading…
Cancel
Save