Tutorials
Tutorials are hands-on lessons. Use this section when you want to learn a workflow end to end before turning it into an operating runbook.
What is in this section
Section titled “What is in this section”- Observe Bub with tapes and Jaeger — inspect Bub’s own tape first, then export Logfire/OpenTelemetry traces to Jaeger.
- Connect MCP Servers with bub-mcp — install the MCP plugin, wire up a time server, and call it from a Bub turn.
- Persist tapes in SQLAlchemy with SQLite — replace the file-based tape store with a local SQLite database.
- Run Bub with a local llama.cpp model — expose a GGUF Gemma model as a local OpenAI-compatible endpoint.
Next steps
Section titled “Next steps”- Need the runtime model first? Read Turn pipeline.
- Need persistent deployment settings? Read Configure.