add models and temps UML

- add new models
- temp change to UML diagrams
This commit is contained in:
Awen Lelu
2026-03-08 12:43:23 +01:00
parent 9c3577737f
commit 7340e61a30
33 changed files with 1308 additions and 82 deletions

View File

@@ -72,11 +72,22 @@
virtualenv = pythonSet.mkVirtualEnv "healthai-dev-env" workspace.deps.all;
in
{
default = pkgs.mkShell {
dossier = pkgs.mkShellNoCC {
PRESENTERM_CONFIG_FILE = ./dossier/config.yaml;
packages = with pkgs; [
presenterm
yaml-language-server
mermaid-cli
];
};
default = pkgs.mkShellNoCC {
packages = [
virtualenv
pkgs.uv
pythonSet.python.pkgs.setuptools
pkgs.ruff
pkgs.taplo
];
env = {
UV_NO_SYNC = "1";