File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { Agent } from '@mastra/core/agent' ;
22import { createModel } from '../../../utils' ;
33
4- const PROVIDER_NAME = process . env . CHALLENGE_PARSER_AI_PROVIDER || 'TC-Ollama ' ;
5- const MODEL_ID = process . env . CHALLENGE_PARSER_AI_MODEL_ID || 'qwen3.5:4b ' ;
4+ const PROVIDER_NAME = process . env . CHALLENGE_PARSER_AI_PROVIDER || 'AWSBedrock ' ;
5+ const MODEL_ID = process . env . CHALLENGE_PARSER_AI_MODEL_ID || 'us.anthropic.claude-sonnet-5 ' ;
66const AGENT_ID = 'challenge-parser-agent' ;
77
88/**
Original file line number Diff line number Diff line change 11import { Agent } from '@mastra/core/agent' ;
22import { createModel } from '../../../utils' ;
33
4- const PROVIDER_NAME = process . env . JD_REWRITER_AI_PROVIDER || 'TC-Ollama ' ;
5- const MODEL_ID = process . env . JD_REWRITER_AI_MODEL_ID || 'qwen3.5:4b ' ;
4+ const PROVIDER_NAME = process . env . JD_REWRITER_AI_PROVIDER || 'AWSBedrock ' ;
5+ const MODEL_ID = process . env . JD_REWRITER_AI_MODEL_ID || 'us.anthropic.claude-haiku-4-5-20251001-v1:0 ' ;
66const AGENT_ID = 'jd-rewriter-agent' ;
77
88export const jdRewriterAgent = new Agent ( {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { instanceScorers } from '../../scorers/instance-scorers';
77// Feature flag: Enable scorers only in local dev
88const IS_LOCAL_DEV = process . env . LOCAL_DEV === 'true' ;
99
10- const PROVIDER_NAME = process . env . SKILLS_EXTRACTOR_AI_PROVIDER || 'TC-Ollama ' ;
11- const MODEL_ID = process . env . SKILLS_EXTRACTOR_AI_MODEL_ID || 'qwen3.5:4b ' ;
10+ const PROVIDER_NAME = process . env . SKILLS_EXTRACTOR_AI_PROVIDER || 'AWSBedrock ' ;
11+ const MODEL_ID = process . env . SKILLS_EXTRACTOR_AI_MODEL_ID || 'us.anthropic.claude-haiku-4-5-20251001-v1:0 ' ;
1212const AGENT_ID = 'skillsMatchingAgent' ;
1313
1414export const skillsMatchingAgent = new Agent ( {
You can’t perform that action at this time.
0 commit comments