Skip to content

Add framework quickstarts to TypeScript client examples#11

Open
jdrhyne wants to merge 2 commits intomainfrom
docs/framework-quickstarts-wave-b
Open

Add framework quickstarts to TypeScript client examples#11
jdrhyne wants to merge 2 commits intomainfrom
docs/framework-quickstarts-wave-b

Conversation

@jdrhyne
Copy link
Contributor

@jdrhyne jdrhyne commented Mar 5, 2026

Summary

  • add a Framework Quickstarts section in the root README
  • add framework integration sketches in examples/src/ for:
    • OpenAI Agents (framework_openai_agents.mjs)
    • LangChain (framework_langchain.mjs)
    • CrewAI scope note for TypeScript users (framework_crewai_scope.md)
  • update examples/README.md with:
    • framework run commands
    • optional install command for framework dependencies
    • syntax-check commands
  • align framework example asset paths with documented cd examples execution flow
  • execute LangChain tool_calls explicitly so the DWS action actually runs
  • replace nonexistent client.redact(...) usage with supported createRedactionsPreset(...)

Validation

  • node --check examples/src/framework_openai_agents.mjs
  • node --check examples/src/framework_langchain.mjs
  • codex review --disable apps -c model_reasoning_effort='"low"' --uncommitted

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.

2 participants