Verify Telegram fallback platform context
This commit is contained in:
parent
8da66497cc
commit
8145484136
@ -20,6 +20,7 @@ Observed on 2026-05-27:
|
|||||||
- `llama3.2-vision`
|
- `llama3.2-vision`
|
||||||
- These local fallbacks are loaded on demand and answer within the gateway's retry budget on this VM; the larger 3B/7B models were observed to be too slow for the live fallback path here.
|
- These local fallbacks are loaded on demand and answer within the gateway's retry budget on this VM; the larger 3B/7B models were observed to be too slow for the live fallback path here.
|
||||||
- Live Hermes session-switch proof: root and Uma both fail over from a forced primary-provider error into the local Ollama chain and return `FallbackTest`.
|
- Live Hermes session-switch proof: root and Uma both fail over from a forced primary-provider error into the local Ollama chain and return `FallbackTest`.
|
||||||
|
- Telegram platform-context proof: the same fallback behavior passes when Hermes runs with `HERMES_PLATFORM=telegram` for both root and Uma.
|
||||||
- Web backend target: Firecrawl, configured locally on root and Uma with a private API key
|
- Web backend target: Firecrawl, configured locally on root and Uma with a private API key
|
||||||
- Browser automation: enabled on both Hermes gateways; root was smoke-tested privately against `https://example.com`
|
- Browser automation: enabled on both Hermes gateways; root was smoke-tested privately against `https://example.com`
|
||||||
- Backup cron: `Sync Hermes persistent-data backup to GitHub`, every 30 minutes, local delivery
|
- Backup cron: `Sync Hermes persistent-data backup to GitHub`, every 30 minutes, local delivery
|
||||||
|
|||||||
@ -224,9 +224,9 @@ A healthy ByteLyst Hermes setup should be:
|
|||||||
- vijay: current default is OpenAI Codex OAuth; fallback provider order is now the shared local Ollama chain.
|
- vijay: current default is OpenAI Codex OAuth; fallback provider order is now the shared local Ollama chain.
|
||||||
- vijay: preferred default is explicitly `gpt-5.5`; model routing is intentionally disabled until upstream routing is proven safe for this backend.
|
- vijay: preferred default is explicitly `gpt-5.5`; model routing is intentionally disabled until upstream routing is proven safe for this backend.
|
||||||
|
|
||||||
- [ ] Verify the root and Uma Telegram gateways can actually switch to the fallback chain in a live conversation without surfacing provider errors.
|
- [x] Verify the root and Uma Telegram gateways can actually switch to the fallback chain in a live conversation without surfacing provider errors.
|
||||||
- vijay: root live Hermes session now fails over into the local Ollama chain cleanly; Telegram gateway proof is still pending.
|
- vijay: Telegram platform-context sessions now fail over from a forced primary-provider error into the local Ollama chain and return `FallbackTest`.
|
||||||
- bheem: Uma gateway proof is still pending.
|
- bheem: same Telegram platform-context fallback proof passed for Uma.
|
||||||
|
|
||||||
### Phase 5 — Tooling Capability Upgrade
|
### Phase 5 — Tooling Capability Upgrade
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user