Troubleshooting
Common issues and their solutions.
Agent Not Responding
- Check agent status:
Check the OpenSIN-Code CLI output and logs - Verify API connectivity
- Check logs:
Review logs in the terminal output
High Error Rate
- Review error patterns
- Check rate limits (For Google accounts and OpenAI pools, see Dual Auth Rotators)
- Verify input format
High Latency
- Reduce context window
- Use streaming responses
- Implement caching
Next Steps
Relevante Mandate
| Mandat | Priority | Doku |
|---|---|---|
| Bun-Only | -1.5 | bun install / bun run statt npm |
| Annahmen-Verbot | -5.0 | KEINE Diagnose ohne Beweis |
| Test-Beweis-Pflicht | 0.0 | KEIN "Done" ohne echten Test-Lauf |
→ Alle Mandate
title: Troubleshooting description: Diagnose common OpenSIN issues
Troubleshooting
Quick Entry
Getting StartedCheck prerequisites and setup.InstallationVerify Bun and dependency setup.Quick StartFast path to a working agent loop.API OverviewCross-check the reference surfaces.
Common checks
- Confirm Bun is installed.
- Confirm the repo built successfully.
- Confirm the route you are opening exists.