ahmed.mujtaba
381d7a7bdd
committed
2026-09-11 16:18:01 +05:00
ahmed.mujtaba
e6d2cffddb
Merge pull request 'SQS_BROKER' ( #91 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 41s
Details
Reviewed-on: #91
2026-09-10 13:56:50 +00:00
ahmed.mujtaba
7ed9e4be59
Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-10 18:50:43 +05:00
ahmed.mujtaba
ea13b5b98c
hover
2026-09-10 18:50:19 +05:00
ahmed.mujtaba
f8cd8d26f2
Merge pull request 'SQS_BROKER' ( #90 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 36s
Details
Reviewed-on: #90
2026-09-10 12:26:45 +00:00
ahmed.mujtaba
e64e6849bb
Merge branch 'SQS_BROKER' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-10 17:25:14 +05:00
ahmed.mujtaba
b9c5b41e19
Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-10 17:25:12 +05:00
ahmed.mujtaba
a441a930d1
Merge branch 'main' into SQS_BROKER
2026-09-10 12:24:59 +00:00
ahmed.mujtaba
6974ca4a82
Merge branch 'SQS_BROKER' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-10 17:24:24 +05:00
ahmed.mujtaba
79a479ba36
advanced to openai
2026-09-10 17:24:22 +05:00
ahmed.mujtaba
ed689ccea1
Merge pull request 'CV bank assignmed of job' ( #89 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 32s
Details
Reviewed-on: #89
2026-09-10 11:39:07 +00:00
ahmed.mujtaba
8b09242ace
Merge branch 'main' into SQS_BROKER
2026-09-10 11:39:00 +00:00
ahmed.mujtaba
87282328f6
CV bank assignmed of job
2026-09-10 16:35:49 +05:00
ahmed.mujtaba
cff1f74dee
Merge pull request 'SQS_BROKER' ( #88 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 38s
Details
Reviewed-on: #88
2026-09-10 11:26:03 +00:00
ahmed.mujtaba
de4d360e06
candidate inbopx,pipeline progress,cv bank
2026-09-10 16:25:32 +05:00
ahmed.mujtaba
493120d906
commited
2026-09-10 15:15:24 +05:00
ahmed.mujtaba
9ffa2b1367
Merge branch 'Talha' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-10 15:15:12 +05:00
ahmed.mujtaba
34f15c7183
commit
2026-09-10 15:15:05 +05:00
ahmed.mujtaba
2efc2cdf3a
corrected candiadte
2026-09-10 14:55:57 +05:00
ahmed.mujtaba
bdfae436ac
ats score ignired
Deploy to S3 / deploy (push) Successful in 33s
Details
2026-09-09 21:02:17 +05:00
ahmed.mujtaba
3933ba55d6
pkt tiemzone no mateter the briowser
Deploy to S3 / deploy (push) Successful in 39s
Details
2026-09-09 20:37:20 +05:00
ahmed.mujtaba
07faee1180
.
2026-09-09 20:26:28 +05:00
ahmed.mujtaba
a04d75e482
Merge pull request 'SQS_BROKER' ( #87 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 42s
Details
Reviewed-on: #87
2026-09-09 15:20:52 +00:00
ahmed.mujtaba
4a33651082
Merge branch 'main' into SQS_BROKER
2026-09-09 15:19:25 +00:00
ahmed.mujtaba
5fdc6031aa
listing corrections
2026-09-09 20:16:25 +05:00
ahmed.mujtaba
c0e4a94d58
total applications removed
2026-09-09 19:42:01 +05:00
ahmed.mujtaba
52624d99d8
Merge pull request 'SQS_BROKER' ( #86 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 36s
Details
Reviewed-on: #86
2026-09-09 14:20:57 +00:00
ahmed.mujtaba
25220d237b
Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-09 19:20:23 +05:00
ahmed.mujtaba
30fb63f4f9
Merge branch 'SQS_BROKER' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-09 19:19:08 +05:00
ahmed.mujtaba
0e4902d486
offerws page
2026-09-09 19:19:05 +05:00
Talha Ahmed
f63878fe19
Merge remote-tracking branch 'origin/main' into Talha
...
Deploy to S3 / deploy (push) Successful in 36s
Details
# Conflicts:
# backend/inbox/views.py
2026-09-09 16:13:13 +05:00
Talha Ahmed
06427a4f32
Run gpt-4o-mini in production and cut OpenAI spend without changing outputs
...
- .env.example documents the production model (gpt-4o-mini-2024-07-18) and a
4000-token output cap; the model rejects caps above 16384 with a 400, which
the old 32768 value triggered on every llm_call request.
- llm_setup: safe default cap and per-call token/cache usage logging.
- agent/prompt: job posts precede the resume so the stable block hits the
prompt cache for every CV after the first in a sync run.
- inbox: On-Hold rescan pairs candidates with active jobs only; scores against
closed roles were paid for and never shown.
- app: ruff formatting for the config/model edits from main, and an accurate
comment on why gpt-4o-mini is admitted while the rest of gpt-4o is not.
Verified live on gpt-4o-mini: llm_call and the scorer both succeed, the
28-check scoring audit passes, ruff/mypy/pytest pass for app.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-09 15:58:07 +05:00
ahmed.mujtaba
96cf699f81
Merge pull request 'sumkmary check udpate' ( #85 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 34s
Details
Reviewed-on: #85
2026-09-09 10:56:52 +00:00
ahmed.mujtaba
07b90c1d59
Merge branch 'main' into SQS_BROKER
2026-09-09 10:56:34 +00:00
ahmed.mujtaba
3969d62a51
sumkmary check udpate
2026-09-09 15:52:46 +05:00
ahmed.mujtaba
9d31cdd198
Merge pull request 'SQS_BROKER' ( #84 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 33s
Details
Reviewed-on: #84
2026-09-09 10:20:20 +00:00
ahmed.mujtaba
fddd9a6456
Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-09 15:19:11 +05:00
ahmed.mujtaba
1f7088f21c
update conmnfig
2026-09-09 15:17:55 +05:00
ahmed.mujtaba
1b64881bb0
Merge pull request 'SQS_BROKER' ( #83 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 37s
Details
Reviewed-on: #83
2026-09-09 09:05:28 +00:00
ahmed.mujtaba
09f74e6667
Merge branch 'main' into SQS_BROKER
2026-09-09 09:05:18 +00:00
ahmed.mujtaba
1cd0f34e0b
Merge branch 'SQS_BROKER' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-09 14:04:05 +05:00
ahmed.mujtaba
adcd3097f8
add abtcht additon
2026-09-09 14:04:01 +05:00
ahmed.mujtaba
cc58dd09fc
Merge pull request 'global countires' ( #82 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 41s
Details
Reviewed-on: #82
2026-09-08 12:11:30 +00:00
ahmed.mujtaba
f162a766b3
Merge branch 'main' into SQS_BROKER
2026-09-08 12:11:22 +00:00
ahmed.mujtaba
cd4743e953
global countires
2026-09-08 17:10:08 +05:00
ahmed.mujtaba
6ceb5b2c26
Merge pull request 'SQS_BROKER' ( #81 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 40s
Details
Reviewed-on: #81
2026-09-08 11:13:12 +00:00
ahmed.mujtaba
9f6f453220
creds
2026-09-08 16:12:04 +05:00
ahmed.mujtaba
80a7a0abd7
Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER
2026-09-08 16:11:34 +05:00
ahmed.mujtaba
79098aefd5
RESCAN IMPLEMENTED
2026-09-08 15:25:43 +05:00
ahmed.mujtaba
3253db1dde
Merge pull request '.' ( #79 ) from SQS_BROKER into main
...
Deploy to S3 / deploy (push) Successful in 35s
Details
Reviewed-on: #79
2026-09-07 15:12:37 +00:00