From 17d742e3a84d5680fccbc350cf7f8a208220f0e9 Mon Sep 17 00:00:00 2001 From: Pranav Mutatkar Date: Mon, 6 Jul 2026 12:08:58 -0700 Subject: [PATCH] docs: add Raindrop DSPy integration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 596c6a4..b7dd6fe 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ A collection of awesome things regarding DSPy. - [DSPy with Opik](https://www.comet.com/docs/opik/integrations/dspy) - Log DSPy runs with tracing, evaluations, and prompt optimization workflows. - [OpenInference DSPy Instrumentation](https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-dspy) - [Opentelemetry tracing for DSPy with Langtrace](https://docs.langtrace.ai/supported-integrations/llm-frameworks/dspy#dspy) +* [DSPy with Raindrop](https://docs.raindrop.ai/integrations/dspy) - Observability integration for DSPy that wraps modules (Predict, ChainOfThought, etc.) to automatically capture inputs, outputs, model, and token usage. - [DSPy with Future AGI](https://docs.futureagi.com/integrations/dspy) - [Chemistry Augmented Generationn](https://github.com/scottmreed/chemistry-augmented-generation) MIPRO based optimization of chemical property prediction - [Superhighway](https://superhighway.walls.sh/guides/web-search-dspy) - Real-time web search for DSPy programs — wrap `/search`, `/news`, `/images`, `/scrape`, and `/research` as a `dspy.Tool` for ReAct agents or as a custom `dspy.Module`. Pay-per-call API with a free tier; guide includes runnable examples.