Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions agents/abrarzahin__invoice-processing-manager/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# invoice-processing-manager

A multi-agent invoice-processing workflow built on Lyzr Studio.

## What it does
- Extracts key invoice fields
- Validates extracted data against invoice review policies
- Formats the final output into a clean structured response

## Main capabilities
- Manager-agent orchestration
- Specialist extraction / validation / formatting agents
- Manager memory using Lyzr Cognis
- RAG-grounded validation using `invoice_validation_policies`

## Source Repository
https://github.com/abrarzahin/invoice-processing-manager-agent
17 changes: 17 additions & 0 deletions agents/abrarzahin__invoice-processing-manager/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "invoice-processing-manager",
"description": "A multi-agent invoice-processing workflow that extracts invoice fields, validates them against policy guidance, and formats the final result into a clean structured output.",
"author": "abrarzahin",
"repository": "https://github.com/abrarzahin/invoice-processing-manager-agent",
"documentation": "https://github.com/abrarzahin/invoice-processing-manager-agent/blob/main/README.md",
"soul": "https://github.com/abrarzahin/invoice-processing-manager-agent/blob/main/SOUL.md",
"config": "https://github.com/abrarzahin/invoice-processing-manager-agent/blob/main/agent.yaml",
"tags": [
"ai-agent",
"multi-agent",
"invoice-processing",
"rag",
"automation",
"lyzr"
]
}