Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:10
· 8 commits to main since this release

See CHANGELOG.md for details.

Supply chain

  • Images are Trivy-scanned (CRITICAL/HIGH; python CRITICAL) before push.
  • Cosign keyless signatures are attached to each image digest.
  • SPDX SBOMs are attached to this release.

Conformance (Spec v1)

pip install -r conformance/requirements.txt
python -m conformance spec --json
python -m conformance check --url http://YOUR_HOST:8080

Container images

docker pull ghcr.io/kantik001/grounded-llm-server:0.4.0
docker pull ghcr.io/kantik001/grounded-llm-python:0.4.0
docker pull ghcr.io/kantik001/grounded-llm-webapp:0.4.0

What's Changed

  • docs: refresh architecture diagram for v0.3 by @kantik001 in #99
  • docs: use icon-rich architecture diagram by @kantik001 in #100
  • docs: link grounded-agent in ecosystem map by @kantik001 in #101
  • feat(verify): optional remote guardrails via gRPC :50052 by @kantik001 in #102
  • docs: sync architecture for optional guardrails :50052 by @kantik001 in #103
  • docs: complete EN/RU KB sync for optional guardrails :50052 by @kantik001 in #104
  • docs: link grounded-bench in ecosystem by @kantik001 in #105
  • docs: link grounded-vllm serving-path adapter by @kantik001 in #106
  • docs: sync career plan with shipped Tier A artifacts by @kantik001 in #107
  • chore: trim Docker build context via .dockerignore by @kantik001 in #108
  • chore: sync .env.example with compose and v0.3 options by @kantik001 in #109
  • Chore/docs ci and prod hygiene by @kantik001 in #110
  • Chore/docs ci and prod hygiene by @kantik001 in #116
  • refactor(api): harden Python RAG service and clarify package layout by @kantik001 in #118
  • chore(ci): share composite actions and harden GitHub automation by @kantik001 in #119
  • chore(config): examples, domains schema, drop flat locale JSON by @kantik001 in #120
  • fix: restore root README on GitHub homepage by @kantik001 in #121
  • chore(conformance): harden HTTP contracts and dedupe OpenAPI CI by @kantik001 in #122
  • chore(data): nest HR knowledge base under default/default by @kantik001 in #124
  • chore(connectors): registry, requirements, and docs hygiene by @kantik001 in #123
  • chore(deploy): README, prod values example, gRPC Service port by @kantik001 in #125
  • Refactor/server internal packages by @kantik001 in #130
  • feat: enterprise hardening (sprints 1–5) by @kantik001 in #131

Full Changelog: v0.3.0...v0.4.0