Skip to content

Conversation

@Hundao
Copy link
Contributor

@Hundao Hundao commented Jan 15, 2026

Add example script testing Haystack with OpenAI, Anthropic, and Gemini providers. Confirms that aden-py's existing SDK instrumentation captures Haystack LLM calls without requiring dedicated Haystack support.

Haystack uses actual provider SDKs internally:

  • OpenAI: built-in (openai SDK)

  • Anthropic: anthropic-haystack (anthropic SDK)

  • Gemini: google-ai-haystack (google-generativeai SDK)

  • Add haystack-ai, anthropic-haystack, google-ai-haystack dev dependencies

Add example script testing Haystack with OpenAI, Anthropic, and Gemini
providers. Confirms that aden-py's existing SDK instrumentation
captures Haystack LLM calls without requiring dedicated Haystack support.

Haystack uses actual provider SDKs internally:
- OpenAI: built-in (openai SDK)
- Anthropic: anthropic-haystack (anthropic SDK)
- Gemini: google-ai-haystack (google-generativeai SDK)

- Add haystack-ai, anthropic-haystack, google-ai-haystack dev dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant