mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 07:42:43 +02:00
Updated hr_agent to be full stack: gradio + fastAPI (#235)
* commiting to remove * fix * updating hr_agent --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local> Co-authored-by: Adil Hafeez <adil@katanemo.com>
This commit is contained in:
parent
bb9a774a72
commit
bb882fb59b
8 changed files with 157 additions and 71 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[
|
||||
{
|
||||
"point_in_time": 0,
|
||||
"data_snapshot_days_ago": 0,
|
||||
"regions": [
|
||||
{ "region": "asia", "contract": 100, "fte": 150, "agency": 2000 },
|
||||
{ "region": "europe", "contract": 80, "fte": 120, "agency": 2500 },
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"satisfaction": 3.5
|
||||
},
|
||||
{
|
||||
"point_in_time": 30,
|
||||
"data_snapshot_days_ago": 30,
|
||||
"regions": [
|
||||
{ "region": "asia", "contract": 110, "fte": 155, "agency": 1000 },
|
||||
{ "region": "europe", "contract": 85, "fte": 130, "agency": 1600 },
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
"satisfaction": 4.0
|
||||
},
|
||||
{
|
||||
"point_in_time": 60,
|
||||
"data_snapshot_days_ago": 60,
|
||||
"regions": [
|
||||
{ "region": "asia", "contract": 115, "fte": 160, "agency": 500 },
|
||||
{ "region": "europe", "contract": 90, "fte": 140, "agency": 700 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue