Example: Invoice Agent
An agent that extracts information from invoices and stores the data in a database:
- Trigger: Use an Uploader Axon to upload invoices.
- Task: Add an Extractor Axon to pull details such as invoice number, date, and total amount.
- Task: Use a Doc Generator Axon to create a formatted report.
- Action: Connect a Database Connector to store the extracted information.
Example: CV Processing Agent
An agent that processes CVs and organizes candidate information for HR:
- Trigger: Use an Uploader Axon to upload CVs in formats like PDF or Word.
- Task: Add an Extractor Axon to pull details such as candidate name, skills, and experience.
- Task: Use a File Renamer Axon to rename each file based on the candidate’s name (e.g., {{name}}_CV.pdf).
- Action: Store extracted data in a Database Connector.
Example: Sales Agent
An agent that processes sales-related emails and logs the data into a database:
- Trigger: Set up a Gmail Reader Axon to monitor a sales inbox.
- Task: Use an Extractor Axon to extract details like customer name, inquiry, and purchase details.
- Action: Save the extracted data using a Database Connector.
Example: Automated Email Generator Agent
An agent that creates and sends personalized emails:
- Trigger: Use a Gmail Reader Axon to fetch customer inquiries.