forked from stepanogil/autonomous-hr-chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.yaml
More file actions
37 lines (33 loc) · 1.01 KB
/
Copy pathagent.yaml
File metadata and controls
37 lines (33 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
spec_version: "0.1.0"
name: autonomous-hr-chatbot
version: 1.0.0
description: >
An autonomous HR assistant agent that answers employee queries using a suite of
specialized tools — HR policy retrieval via vector search (Pinecone/OpenAI
file-search), employee data analysis via a Python/pandas REPL, and arithmetic
via a calculator chain. The agent is powered by GPT-3.5-turbo / GPT-5 (v2)
through LangChain (original) or the OpenAI Responses API (v2), with a
Streamlit-based front-end. It faithfully represents company timekeeping policy
and surfaces per-employee data such as remaining leave balances.
author: stepanogil
license: MIT
model:
preferred: openai:gpt-4o
fallback:
- openai:gpt-3.5-turbo
constraints:
temperature: 0.0
skills:
- timekeeping-policy-retrieval
- employee-data-analysis
- calculator
runtime:
max_turns: 30
timeout: 120
compliance:
risk_tier: standard
supervision:
human_in_the_loop: none
kill_switch: false
data_governance:
pii_handling: redact