Spaces:
Runtime error
Runtime error
| 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"]) | |