Skip to content

Commit 05b5d36

Browse files
authored
Create README
1 parent 607088d commit 05b5d36

File tree

1 file changed

+26
-0
lines changed
  • samples/agent-catalog/msft-agent-samples/semantic-kernel-sdk/contract-analysis-agent

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contract Analysis Agent
2+
3+
## Overview
4+
5+
The Contract Analysis agent assists in reviewing multiple versions of a contract by evaluating the changes between them. It extracts key fields and clauses from the contracts and generates a detailed report that highlights the differences. The report is formatted in markdown to clearly identify these differences and it mirrors the structure of the contracts to ensure readability and makes it easy for the reviewer to understand all changes.
6+
7+
The agent performs the following:
8+
9+
* **Contract Comparison**: Compare two versions of a contract to identify changes in key fields and clauses. Use specialized tools and techniques to extract relevant information from them.
10+
* **Report Generation**: Generate a detailed report on the differences between the two versions of the contract. Format reports using markdown to ensure clarity and readability. Organize content with headings, subheadings, bullet points, and numbered lists.
11+
* **Communication**: Communicate findings to the reviewer in a clear and concise manner. Identify the next actions for the reviewer.
12+
13+
The agent uses the following tools:
14+
15+
* **Azure Content Understanding**: Contract analysis, content extraction, field extraction.
16+
* **File Search**: Pull user-provided additional documents or brand guides.
17+
18+
## Getting Started
19+
20+
TBD
21+
22+
### Prerequisites
23+
24+
### Instructions
25+
26+
### Sample Data

0 commit comments

Comments
 (0)