Skip to main content

Agents

Agents are components that use reasoning to make decisions and take actions, designed to autonomously perform tasks or provide services with some degree of “freedom” (or agency). They combine the power of LLM chaining processes with access to external tools such as APIs to interact with applications and accomplish tasks.


BasicAgent

The BasicAgent is a simplified agent designed to get you started quickly. It comes with OpenAI's GPT-4, memory, and the ability to use apps and integrations. All you need to do is plug in the tools you want to use, and you're ready to go!

Parameters:

  • Tools: Simply drag and drop and connect the tools or integrations you want the agent to access, and it's ready to operate.
  • Prompt: The prompt is the text that the agent will use to generate its response. It can be a question, a statement, or any other text that you want the agent to embody. Subject to typical GPT-4 moderations