Skip to content

Commit 4f2bd3e

Browse files
committed
chore: annotate content-guard allows for public example data
1 parent 2e8d7a9 commit 4f2bd3e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Run your agent brigade: an operator-system CLI that bootstraps, c
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = { text = "MIT" }
12-
authors = [{ name = "Solomon Neas", email = "srneas@gmail.com" }]
12+
authors = [{ name = "Solomon Neas", email = "srneas@gmail.com" }] # content-guard: allow email
1313
keywords = ["agents", "openclaw", "claude-code", "codex", "memory", "bootstrap", "brigade", "operator"]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",

src/brigade/templates/openclaw/ollama-memory-search.openclaw.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"",
55
"Wires a local Ollama embedding model into OpenClaw's memory search.",
66
"Assumes Ollama is running on http://localhost:11434 with an embedding model pulled.",
7-
"Replace <embedding-model> with the actual model name (e.g. nomic-embed-text)."
7+
"Replace <embedding-model> with the actual model name (e.g. nomic-embed-text).",
8+
"content-guard: allow localhost-port file"
89
],
910
"memory": {
1011
"search": {

0 commit comments

Comments
 (0)