Skip to content
View mschiaff's full-sized avatar

Block or report mschiaff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dbt-labs/dbt-fusion dbt-labs/dbt-fusion Public

    The next-generation engine for dbt

    Rust 684 103

  2. cl-forge cl-forge Public

    Simple yet powerful Chilean and other tools written in Rust and Python.

    Rust

  3. buda-client buda-client Public

    Buda.com API client for REST and WebSocket APIs with sync and async support.

    Python

  4. Minimal example of a LangChain agent... Minimal example of a LangChain agent using Ollama Cloud models via HTTP (no local Ollama runtime required). Demonstrates authenticated remote inference with ChatOllama, uv inline script metadata for reproducible execution, and a privacy-aware setup (no prompt/response retention).
    1
    # /// script
    2
    # requires-python = ">=3.13"
    3
    # dependencies = [
    4
    #   "langchain[ollama]>=1.2.13,<2.0.0",
    5
    #   "rich-argparse==0.5.0",