Skip to content

docs: add DaoXE multi-protocol gateway Chat Completions integration#1424

Open
seven7763 wants to merge 1 commit into
AgentOps-AI:mainfrom
seven7763:docs/add-daoxe-integration
Open

docs: add DaoXE multi-protocol gateway Chat Completions integration#1424
seven7763 wants to merge 1 commit into
AgentOps-AI:mainfrom
seven7763:docs/add-daoxe-integration

Conversation

@seven7763

Copy link
Copy Markdown

Summary

  • Add a v2 integration page for DaoXE, a multi-model multi-protocol API gateway, showing the OpenAI client Chat Completions path that AgentOps already instruments (base_url=https://daoxe.com/v1, DAOXE_API_KEY).
  • Add examples/daoxe with a minimal traced Chat Completions script, README, and requirements.
  • Register the integration in docs/mint.json and link a card from the v2 examples index.

DaoXE is positioned as multi-protocol (Chat Completions / Responses, Anthropic Messages, and other published routes). This PR only documents the OpenAI Chat Completions path so existing OpenAI instrumentation applies without a custom provider wrapper.

Model IDs are account-scoped — docs use DAOXE_MODEL / placeholders and point to authenticated GET /v1/models and https://daoxe.com/pricing rather than hard-coding a public model list. Service availability is outside mainland China.

Test plan

  • Review docs/v2/integrations/daoxe.mdx for Mintlify/MDX formatting and nav entry under Integrations.
  • Review docs/v2/examples/daoxe.mdx + examples/daoxe/daoxe_chat_example.py for consistency with the xAI OpenAI-client pattern.
  • Confirm docs/mint.json remains valid JSON and lists v2/integrations/daoxe.
  • Optional live check with real DAOXE_API_KEY, AGENTOPS_API_KEY, and an account-scoped DAOXE_MODEL (no credentials in this PR).

References

Document using DaoXE with AgentOps via the OpenAI client
(base_url https://daoxe.com/v1, DAOXE_API_KEY) and add a
matching examples/daoxe sample. Model IDs stay account-scoped.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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