feat: cpex demo nits#3
Draft
araujof wants to merge 6 commits into
Draft
Conversation
Add a valkey container (official valkey/valkey image) as the CPEX session store and point both cpex configs at it via a flat `global.session_store` block, so taint labels persist across gateway restarts instead of living only in the gateway process. Add a Valkey readiness gate to restart.sh and document the store, inspection commands, and the cross-restart persistence walkthrough in the README. Ignore the agent Python virtualenv. Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
Replace the stub root README with a landing page: a Demos table linking to each demo with a brief description (cpex for now), plus the demos/<name>/ layout convention so future demos slot in cleanly. Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
Instruct the model to set get_compensation's include_ssn only on an explicit ask, and to relay tool field values verbatim so [REDACTED] reads as the gateway's enforcement marker rather than something the model invents or refuses. Switch the default model to ollama/llama3:latest Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
Llama 3 8B (the prior default) is weak at the system prompt's conditional 'set include_ssn true ONLY when explicitly asked' constraint and over-eagerly populated the optional SSN arg. qwen3:8b follows the instruction more reliably. Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
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.
No description provided.