Skip to content

feat: add OpenAI Swarm example to verify existing instrumentation#8

Open
Hundao wants to merge 2 commits intoadenhq:mainfrom
Hundao:feature/swarm-example
Open

feat: add OpenAI Swarm example to verify existing instrumentation#8
Hundao wants to merge 2 commits intoadenhq:mainfrom
Hundao:feature/swarm-example

Conversation

@Hundao
Copy link
Contributor

@Hundao Hundao commented Jan 15, 2026

Add example script testing OpenAI Swarm multi-agent framework.
Confirms that aden-py's existing OpenAI SDK instrumentation captures
Swarm LLM calls without requiring dedicated Swarm support.

Tests include:

  • Basic agent
  • Agent with function calling
  • Agent handoff

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 OpenAI Swarm multi-agent framework.
Confirms that aden-py's existing OpenAI SDK instrumentation captures
Swarm LLM calls without requiring dedicated Swarm support.

Tests include:
- Basic agent
- Agent with function calling
- Agent handoff

Note: Swarm only supports OpenAI (no Anthropic/Gemini)
Note: Swarm is experimental, OpenAI recommends Agents SDK for production
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