docs: drop architecture ASCII from sillytavern guide

This commit is contained in:
Erosika 2026-04-23 13:33:59 -04:00
parent 3d37b343cb
commit 6d26666df2
1 changed files with 0 additions and 16 deletions

View File

@ -165,22 +165,6 @@ A toggle button in the panel opts out of auto-detection entirely. When disabled,
Empty local values are never pushed, so a blank field cannot accidentally delete a host key.
## Architecture
```
Browser (Client Extension) Server (Plugin)
+-----------------------+ +------------------------------+
| index.js | fetch() | plugin/index.js |
| | ------------> | |
| - Settings UI | /api/plugins/ | - Express router (9 routes) |
| - Event hooks | honcho-proxy | - Honcho SDK (@honcho-ai/sdk)|
| - Prompt injection | | - API key from ST secrets or |
| - Tool registration | | ~/.honcho/config.json |
+-----------------------+ +------------------------------+
```
The server plugin reads API credentials from SillyTavern's secrets store first, falling back to `~/.honcho/config.json`. It re-reads the global config before every write to prevent race conditions with concurrent tools.
## Troubleshooting
| Symptom | Fix |