Shami96 commited on
Commit
ee0ab5d
·
verified ·
1 Parent(s): 026b128

Upload agents/definitions.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. agents/definitions.py +3 -1
agents/definitions.py CHANGED
@@ -43,7 +43,7 @@ JOB_SEARCH_PROMPT = f"""You are a Job Search Agent for Shami. Your job is to fin
43
  ## Output Format
44
  For each job found, provide:
45
  - **Title** and **Company**
46
- - **URL** to the posting
47
  - **Salary** (if listed)
48
  - **Match Score** (0-100%) with reasoning
49
  - **Key Requirements** vs Shami's skills
@@ -51,10 +51,12 @@ For each job found, provide:
51
 
52
  ## Rules
53
  - Search at least 3 different job boards/platforms
 
54
  - Only include jobs with 60%+ match score
55
  - Cover letters must reference specific requirements from the posting
56
  - Be honest about skill gaps — don't fabricate experience
57
  - Focus on AI/LLM/agent roles, full-stack TypeScript/React roles, or automation roles
 
58
  """
59
 
60
  JOB_SEARCH_TOOLS = [web_search, web_fetch]
 
43
  ## Output Format
44
  For each job found, provide:
45
  - **Title** and **Company**
46
+ - **Direct URL** to the job posting page (the actual link where the user can click and apply — MUST be a real, clickable URL like https://www.linkedin.com/jobs/view/... or https://remoteok.com/remote-jobs/...)
47
  - **Salary** (if listed)
48
  - **Match Score** (0-100%) with reasoning
49
  - **Key Requirements** vs Shami's skills
 
51
 
52
  ## Rules
53
  - Search at least 3 different job boards/platforms
54
+ - CRITICAL: Every job MUST include a direct, clickable URL to the actual job posting page. Use the URLs from search results. If a job doesn't have a URL, skip it.
55
  - Only include jobs with 60%+ match score
56
  - Cover letters must reference specific requirements from the posting
57
  - Be honest about skill gaps — don't fabricate experience
58
  - Focus on AI/LLM/agent roles, full-stack TypeScript/React roles, or automation roles
59
+ - Format URLs as markdown links: [Apply on LinkedIn](https://...)
60
  """
61
 
62
  JOB_SEARCH_TOOLS = [web_search, web_fetch]