Agent-LLM Docs
  • CONTRIBUTION
  • Building Prompts for Plugin System
  • Common Questions & Answers
  • Agent-LLM (Large Language Model)
  • concepts
    • Agents
    • Chains
    • Prompts
    • Providers
  • providers
    • BARD
    • BING
    • FASTCHAT
    • GPT4ALL
    • GPT4FREE
    • GPUGPT4ALL
    • HUGGINGCHAT
    • KOBOLD
    • LLAMACPP
    • OOBABOOGA
    • OPENAI
    • PALM
Powered by GitBook
On this page
  1. concepts

Agents

Agents are a combintation of a single model and a single directive. An agent can be given a task to pursue. In the course of pursuing this task, the agent may request the execution of commands through the Agent LLM server. If this occurs, the result of that command will be passed back into the agent and execution will continue until the agent is satisfied that its goal is complete.

PreviousconceptsNextChains

Last updated 2 years ago