Commit Graph
3 Commits
Author SHA1 Message Date
Ludy87 aeb027e9ee Pin base images in Dockerfiles with digests
Pin base images to immutable sha256 digests for reproducible and more secure builds. Updated ARG BASE_VERSION to include digest in docker/backend/Dockerfile, docker/embedded/Dockerfile, and docker/embedded/Dockerfile.fat; replaced eclipse-temurin base in embedded/Dockerfile.fat with a sha256-pinned reference; and pinned the ghcr.io/astral-sh/uv base image in engine/Dockerfile.dev.
2026-06-24 17:56:13 +02:00
James BruntonandGitHub e10c5f6283 Redesign Python AI engine (#5991)
# Description of Changes
Redesign the Python AI engine to be properly agentic and make use of
`pydantic-ai` instead of `langchain` for correctness and ergonomics.
This should be a good foundation for us to build our AI engine on going
forwards.
2026-03-26 10:35:47 +00:00
James BruntonandGitHub c58a6092ec Add SaaS AI engine (#5907) 2026-03-16 11:01:50 +00:00