Commit History

feat: support workload-specific model configuration, trust role description grounding, and remove emojis
42f0165

shivamsrng16 commited on

fix: import InstructorRetryException from instructor.core to avoid lazy-import AttributeError
73ec9df

shivamsrng16 commited on

feat: implement database error logging for start and turn conversation failures
8edd832

shivamsrng16 commited on

fix: recalculate derived outreach fact IDs during model copy and validation to avoid stale values
b2c1490

shivamsrng16 commited on

feat: migrate structured model outputs to Instructor with repair recovery fallback
e9a116c

shivamsrng16 commited on

fix: resolve structured format fallback, nested validation repairs, and add turn fallback protection
eacd017

shivamsrng16 commited on

feat: default to openai/gpt-oss-120b:free model
e27ecc2

shivamsrng16 commited on

fix: fall back to alternative structured output mode on incomplete model responses
90d3f74

shivamsrng16 commited on

feat: track candidate profile in dialogue turns
daf0ed3

shivamsrng16 commited on

fix: serialize UUIDs to strings in database interactions payload
60b0f7f

shivamsrng16 commited on

feat: trace agent configuration in database
acffd8b

shivamsrng16 commited on

feat: integrated database
dacf6de

shivamsrng16 commited on

fix: enforce safe truncation on list fields to prevent validation errors and document visualizer in README
939d284

shivamsrng16 commited on

feat(cors): support wildcard * origin matching in development
374fcab
verified

ShivamSrng commited on

build: track and commit config.yaml for deployment
f91ed8f

shivamsrng16 commited on

build: include config.yaml in Docker build context
70b0ffa

shivamsrng16 commited on

docs: add Hugging Face Space metadata to README.md
8fa32de

shivamsrng16 commited on

fix(gateway): implement self-healing JSON parser and repair engine for LLM outputs
ea7fac7

shivamsrng16 commited on

Add deployment, CI, and final support regression coverage after the backend runtime is complete
bc18624

shivamsrng16 commited on

Expose the recruiting agent through FastAPI with request tracing, readiness, CORS, and stable error responses
a1cb089

shivamsrng16 commited on

Add the stateless conversation-turn service that validates sessions and executes the orchestration graph
af932f7

shivamsrng16 commited on

Add the LangGraph conversation workflow that connects analysis, retrieval, policy enforcement, revision, and fallback
479bcae

shivamsrng16 commited on

Add the company configuration and initial outreach services before conversation-turn orchestration
0604b7c

shivamsrng16 commited on

Add deterministic conversation guardrails before wiring the orchestration graph
e1b9b4f

shivamsrng16 commited on

Add the OpenAI-compatible model gateway with workload routing and structured-output fallbacks
a396a2f

shivamsrng16 commited on

Add model-facing prompt builders that keep company context grounded, structured, and injection-resistant
fe91620

shivamsrng16 commited on

Add deterministic in-memory retrieval for company evidence before introducing model-driven conversation behavior
6ff3172

shivamsrng16 commited on

Define the recruiting-agent domain contracts and validation rules before adding service behavior
69dfb5f

shivamsrng16 commited on

Add the runtime configuration layer with safe YAML loading, dotenv precedence, and redacted settings diagnostics
1b0a853

shivamsrng16 commited on

chore: initialize backend repository tooling, packaging metadata, ignore rules, and local developer automation
163c736

shivamsrng16 commited on