5d076aa
2688f5c
5d076aa
2688f5c
5d076aa | | from agents.jd_agent import jd_agent
test_state = {
"job_description": "We are looking for a Senior AI Engineer with Python, FastAPI, LLMs and deployment experience."
}
print(jd_agent(test_state)["jd_requirements"])
|