View Source API Reference agens v0.1.1
Modules
Agens is used to create multi-agent workflows with language models.
The Agent module provides functions for starting, stopping and running Agents.
The Config struct represents the configuration for an Agent process.
The Prompt struct represents an advanced prompt for an Agent process.
A Job defines a multi-agent workflow through a sequence of steps.
The Config struct defines the details of a Job.
The Step struct defines a single step within a Job.
The Message struct defines the details of a message passed between Agents, Jobs and Servings.
The Serving module provides functions for starting, stopping and running Servings.
The Config struct represents the configuration for a Serving process.
The Supervisor module for the Agens application.
The Tool behaviour.