Hey! Feel free to complete this short task to make us sure that you are really interested in working with us. Share your result with Viktoria via Tg.
<aside> 👉🏼
Deadlines: 2 working days from the moment of receiving the test task.
</aside>
Link to job description
LangGraph stateless chat graph — the bot replies to each user message.
Agent using tool get_current_time that the LLM calls when the user asks for the time. E.g:
def get_current_time() -> dict:
"""Return the current UTC time in ISO‑8601 format.
Example → {"utc": "2025‑05‑21T06:42:00Z"}"""
Launch with langgraph dev. Ensure your project structure supports this.
Minimal repo — a single Python file, requirements.txt, and a short README.
ollama pull …, default port, etc.).get_current_time).git clone <your_repo>
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
langgraph dev
If during multi-turn conversation asking “What time is it?” triggers the tool and returns the correct time, you pass 🌝 and we can proceed to the next part (interview).