Upstream References¶
These replace the full repo clones formerly in
docs_and_deps/. Fetch docs on-demand instead of cloning ~900 MB of upstream repos.
Core Dependencies¶
| Project | Repo | Version | Docs URL | Notes |
|---|---|---|---|---|
| LiteLLM | github.com/BerriAI/litellm | latest | docs.litellm.ai | Proxy layer for multi-provider routing |
| vLLM | github.com/vllm-project/vllm | latest | docs.vllm.ai | High-throughput inference engine (Node B) |
| SpacetimeDB | github.com/clockworklabs/SpacetimeDB | 1.0.x | spacetimedb.com/docs | Phase D state layer |
| SpacetimeDB Python SDK | github.com/clockworklabs/spacetimedb-python-sdk | latest | See repo README | Python client bindings |
| MkDocs Material | github.com/squidfunk/mkdocs-material | latest | squidfunk.github.io/mkdocs-material | Public docs system |
| cloudflared | github.com/cloudflare/cloudflared | latest | developers.cloudflare.com/cloudflare-one/connections/connect-networks | Zero-trust tunnel |
| pgvector | github.com/pgvector/pgvector | latest | See repo README | PostgreSQL vector extension |
Infrastructure¶
| Service | Dashboard | Docs |
|---|---|---|
| Cloudflare | dash.cloudflare.com | developers.cloudflare.com |
| NATS | — | docs.nats.io |
| E2B | e2b.dev | e2b.dev/docs |
| SiliconFlow | siliconflow.com | siliconflow.com/articles |
Historical / compatibility references¶
- NATS and other compatibility-era components may still appear in historical materials, but they are not part of the public first-class surface described in this docs set.
AI Model References¶
| Model | Provider | Context | Notes |
|---|---|---|---|
| Llama 4 Scout (MoE) | Meta/Ollama | 128K | Primary M4 Pro reasoning model |
| GLM-4.7-Flash | THU/Ollama | 128K | Coding specialist, 24GB viable |
| Qwen2.5-Coder-7B | Alibaba/Ollama | 32K | Node B coding model |
| all-MiniLM-L6-v2 | SentenceTransformers | — | Embedding model for Node B |
When to Clone¶
Only clone an upstream repo if you need to:
- Debug a build failure that requires stepping through source
- Contribute a patch upstream
- Need offline access to docs for an extended period
Otherwise, use the docs URLs above.