TALENTFORGE-AI / src /streamlit_app.py
muhyousf's picture
Add JD Intelligence agent with Mistral API
5d076aa
Raw
History Blame Contribute Delete
222 Bytes
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"])