New bot that lets users "channel" a Golly team and get responses in character.
Supports 27 teams with nickname/abbreviation routing, read-only MCP filtering
(11 tools), per-request persona loading, and a Bender-as-librarian fallback
for unmatched requests. Shares the existing mediawiki-mcp-golly sidecar.
* main:
remove unused plan file
append source code link in code when introspection tool is used
make source code link instruction more explicit in system prompt
add repo URL to system prompt for source code links
rename fetch_source_file to fetch_repo_file to avoid RLHF refusal
update bender bot to add introspection
* feature/bender-introspection:
append source code link in code when introspection tool is used
make source code link instruction more explicit in system prompt
add repo URL to system prompt for source code links
rename fetch_source_file to fetch_repo_file to avoid RLHF refusal
update bender bot to add introspection
DeepSeek was not calling the introspection tool because the
self-referential framing ("fetch your own source files") triggered
trained refusal patterns. Reframe as a generic repo file fetch tool
so the model treats it like any other data-retrieval action.
* feature/mediawiki-mcp:
fix args for mediawiki-mcp-server
fix entrypoint script names
bring bender and wiki-golly-bot up to the same standard
mount mediawiki entrypoint script in mcp container
fix credential specification in mediawiki-mcp-config.json
add golly wiki bot
Fix DSML fallback parser for DeepSeek v4 new markup format
Add wiki-charlesreid1 env vars to docker-compose services
Rename MEDIAWIKI_* env vars to WIKI_CHARLESREID1_*
Remove legacy single-workspace fallback references from docs
merge changes from other deepseek bots into wiki-charlesreid1
update remaining files for mediawiki bot for charlesreid1.com wiki
add mediawiki bot for charlesreid1.com wiki
add medaiwiki mcp plan for wiki-charlesreid1-bot