Skip to content

Sophia Assistant

Product-aware assistant behavior and failure handling.

Sophia is AlphaBase’s product assistant for runtime guidance and operational support.

Expected Behavior

Sophia should:

  • answer platform-specific questions (Desktop/VS Code/CLI)
  • map guidance to actual runtime capabilities
  • provide actionable troubleshooting steps

Common Errors

Unauthorized

If Sophia returns unauthorized errors:

  1. verify runtime host/port target
  2. verify runtime auth configuration
  3. refresh diagnostics
  4. retry request

Runtime Unreachable

Check:

Terminal window
curl http://127.0.0.1:4096/runtime/health
curl http://127.0.0.1:4096/runtime/capabilities

Good Sophia Prompts

  • “Explain why runtime capabilities are unavailable.”
  • “How do I safely expose AlphaBase server on my network?”
  • “What should I check when task streaming terminates early?”