Example: Invoice Agent

Let’s say you want to create an agent that extracts information from invoices and stores the data in a database:

  1. Input: Use a Uploader Axon to upload the invoices.
  2. Processor: Connect to an Extractor Axon to pull out key details like invoice number, date, and total amount.
  3. Transformer: Use a Doc Generator to create a formatted report from the extracted data.
  4. Output: Connect to a Database Connector to store the extracted information for future use.

Example: CV Processing Agent

This agent automatically processes CVs and organizes key candidate information for HR.

  1. Input: Use a Uploader Axon to upload CVs in formats like PDF, Word, or image files.
  2. Processor: Add an Extractor Axon to pull out key information such as the candidate’s name, skills, and experience.
  3. Transformer: Use a Files Renamer Axon to rename each file based on the extracted candidate’s name (e.g., {{name}}_CV.pdf).
  4. Output: Store the extracted candidate data in a Database for easy search and retrieval.

Example: Sales Agent

Create an agent that reads sales-related emails and logs them in your database.

  1. Input: Set up a Gmail Reader Axon to watch emails from a specific sales-related inbox.
  2. Processor: Use an Extractor Axon to pull key data such as customer name, inquiry, and purchase details from the emails.
  3. Output: Add a Database Connector to store the extracted sales information for later use or analysis.

Example: Automated Email Generator Agent

This agent generates personalized emails based on extracted data from documents or emails and sends them to a specific recipient.

  1. Input: Use a Gmail Reader Axon to fetch customer inquiries from your inbox.