Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3786e01
V1 of HR medical agent
tara-servicenow Apr 6, 2026
2adabb5
Allow other domains
tara-servicenow Apr 6, 2026
9944292
Add 12th flow/intent — PTO
tara-servicenow Apr 7, 2026
1a9b300
Apply pre-commit
tara-servicenow Apr 7, 2026
33d4acc
V1 of full dataset
tara-servicenow Apr 8, 2026
36b68fe
Policy fix
tara-servicenow Apr 8, 2026
b1ac881
Tool fix
tara-servicenow Apr 8, 2026
cc3d8a0
Add notifications to skip sorting part
tara-servicenow Apr 8, 2026
7999905
Temp fix
tara-servicenow Apr 8, 2026
e4919ee
Review HR domain app
tara-servicenow Apr 8, 2026
8762d63
Merge
tara-servicenow Apr 8, 2026
110753e
Pre commit
tara-servicenow Apr 8, 2026
ac20f8c
Remove question
tara-servicenow Apr 8, 2026
03bab17
Apply pre-commit
tara-servicenow Apr 8, 2026
c32182a
Small tool fixes
tara-servicenow Apr 8, 2026
979cb34
Add current date time to app
tara-servicenow Apr 8, 2026
3825cdf
Improve payroll correction and shift swap tool validations
tara-servicenow Apr 9, 2026
c2e7a8c
Return callers last name as well for auth
tara-servicenow Apr 9, 2026
4d6436b
Small updates to policies and tool description
tara-servicenow Apr 9, 2026
7b76cf6
Update tool with improvements for linguists
tara-servicenow Apr 9, 2026
678596b
Assignments yaml
tara-servicenow Apr 9, 2026
e6c80d2
Apply pre-commit
tara-servicenow Apr 9, 2026
f888afb
Update FMLA tool to not have covering employee and update policies, a…
tara-servicenow Apr 9, 2026
cd737d0
Merge branch 'pr/tara/hr_domain' of github.com:ServiceNow/eva into pr…
tara-servicenow Apr 9, 2026
592e21f
Add transfer to live agent tool
tara-servicenow Apr 9, 2026
d5e0cd9
Add code for onboarding task completion, specified period for when ex…
tara-servicenow Apr 9, 2026
d7e873a
Add current date time consistency check
tara-servicenow Apr 9, 2026
fa11ba5
Formatting
tara-servicenow Apr 9, 2026
f3564ce
Improve tool
tara-servicenow Apr 9, 2026
b3e3d44
Data v2
tara-servicenow Apr 9, 2026
332c9e9
Apply pre-commit
tara-servicenow Apr 9, 2026
a18192b
Fix caching in tool
tara-servicenow Apr 9, 2026
aa3036c
Merge branch 'pr/tara/hr_domain' of github.com:ServiceNow/eva into pr…
tara-servicenow Apr 9, 2026
49d88dd
add assignments
tara-servicenow Apr 9, 2026
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
1,299 changes: 1,299 additions & 0 deletions configs/agents/medical_hr_agent.yaml

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions configs/hr_assignments.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
# Labeler assignments for HR data review
# Map labeler names to lists of record IDs
assignments:
Tiffany:
- "1.1"
- "1.2"
- "2.1"
- "2.2"
- "A1"
- "A3"
- "D1.1"
- "D1.2"
- "D1.3"
- "D2.1"
- "D2.2"
- "D2.3"
- "T1.1"
- "T1.2"
- "T1.3"
Keerthana:
- "3.1"
- "3.2"
- "4.1"
- "4.2"
- "A4"
- "A5"
- "D3.1"
- "D3.2"
- "D3.3"
- "D4.1"
- "D4.2"
- "D4.3"
- "T2.1"
- "T2.2"
Ryan:
- "5.1"
- "5.2"
- "6.1"
- "6.2"
- "9.1"
- "A2"
- "A6"
- "A7"
- "D5.1"
- "D5.2"
- "D5.3"
- "D6.1"
- "T2.3"
- "T3.1"
Maria:
- "7.1"
- "7.2"
- "8.1"
- "8.2"
- "A8"
- "A9"
- "A10"
- "D7.1"
- "D7.2"
- "D7.3"
- "D8.1"
- "D8.2"
- "T3.2"
- "T3.3"
- "T4.1"
Raghav:
- "9.2"
- "10.1"
- "10.2"
Hoang:
- "11.1"
- "11.2"
- "12.1"
Nifemi:
- "12.2"
- "D8.3"
- "D9.1"
Katrina:
- "D9.2"
- "D9.3"
- "D10.1"
Lindsay:
- "D10.2"
- "D10.3"
- "T4.2"
Tara:
- "T4.3"
- "T5.1"
- "T5.2"
Fanny:
- "T5.3"
- "T6.1"
- "T6.2"
Gabrielle:
- "T7.1"
- "T7.2"
- "T7.3"
82 changes: 82 additions & 0 deletions data/medical_hr_dataset.jsonl

Large diffs are not rendered by default.

Loading
Loading