View Source Agens (agens v0.1.3)

Agens is used to create multi-agent workflows with language models.

It is made up of the following core entities:

  • Agens.Serving - used to interact with language models
  • Agens.Agent - used to interact with servings in a specialized manner
  • Agens.Job - used to define multi-agent workflows
  • Agens.Message - used to facilitate communication between agents, jobs, and servings