release: v7.12.0 — Ollama support for agents - #576
Merged
Merged
Conversation
The multi-object export (v7.11.2) wrote two '# OBJECT MODEL' headers per model: project_builder's '# OBJECT MODEL N #' plus the builder's '# OBJECT MODEL #' banner. The project importer's section splitter matched both, and the import lines between them are non-empty, so re-importing the generated file produced one real object diagram PLUS one spurious empty one per object model. object_model_to_code now writes a single numbered + titled banner (# OBJECT MODEL N: "Name" #) and project_builder no longer emits its own section header - the same 'builder owns the header' pattern already used for NN models. Re-import yields exactly the object models present, with their names preserved. Adds a round-trip regression test. Fixes BESSER-Web-Modeling-Editor#161 (round-trip follow-up)
add Ollama support to BAF agent and RAG generation
…ix model typo Follow-up polish for #565 (Ollama LLM support): - Document the ollama provider + ollamaModels in agent_personalization.rst, including the local base_url/model config and Ollama as a RAG embedding provider. - Add an agent-converter round-trip test asserting the Ollama LLM and Ollama RAG embedding (provider + base_url + model) survive Agent -> code -> JSON -> Agent. - Fix ollamaModels recommendation typo: gemma4:e2b -> gemma3n:e2b (no such gemma4 on Ollama), and drop the stray trailing comma.
- Bump setup.cfg 7.11.2 -> 7.12.0 and add v7.12.0 release notes. - Frontend submodule bump 32a6adfb -> 360dcfa6: adds the Ollama BAF config UI (#157) and carries the BPMN pool/lane fixes (#159) that landed on develop. - Backend: Ollama LLM + RAG support (#565) plus the #161 B-UML export round-trip fix, and follow-up docs/test polish (ac450bf).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LLMOllama). Docs + an agent-converter round-trip test added.Test plan
cd docs && make html— v7.12.0 page renders