This is the project for the UNICEF Technical Documentation Agent.
Dependencies are managed with uv.
To install the dependencies, run:
uv sync
To run the server, run:
uv run agent/server.py
To run the tests, run:
uv run pytest
This project is licensed under the MIT License. See the LICENSE file for details.