Commit 5b40518
Add video embeds to docs (#1189)
* xpander instrumentation
* add xpander docs
* update graph view
* cleanup instrumentation, updated xpandercontext
* update instrumentor.py
* fix ruff import err
* Update Xpander documentation and example
* Update CrewAI example documentation
- Fix installation commands (correct uv pip install syntax)
- Move AgentOps benefits explanation to Step 1
- Use proper crewai create workflow with YAML configs
- Remove redundant installation steps
- Show real project structure and file editing
- Add clear AgentOps integration points
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
* Update Google ADK example documentation
- Fix installation commands (correct uv pip install syntax)
- Use proper Google ADK project structure with mkdir/touch commands
- Show real file creation and module setup
- Add step-by-step build process with actual file contents
- Include multiple execution options (adk web, adk run, programmatic)
- Move AgentOps benefits explanation to Step 1
- Add clear AgentOps integration points throughout workflow
- Remove old notebook-style code and scripts
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
* Update LangGraph example documentation
- Follow official LangGraph basic chatbot tutorial structure
- Use proper StateGraph with START/END pattern
- Show real project creation with mkdir/touch commands
- Fix installation commands (correct uv pip install syntax)
- Add step-by-step build process with complete chatbot.py file
- Include interactive chat interface with streaming responses
- Move AgentOps benefits explanation to Step 1
- Add clear AgentOps session management throughout
- Remove old tool-based complexity, focus on basic chatbot
- Show proper State definition with add_messages reducer
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
* Fix uv installation commands across all documentation
- Replace 'uv add' with 'uv pip install' in all examples and integrations
- Affects 32 documentation files across v2/examples and v2/integrations
- Ensures proper uv usage when no pyproject.toml exists yet
- Fixes installation workflow for new users following documentation
* Add YouTube video embeds to integration documentation
- Add CrewAI integration tutorial video (t9YRRd2-wus) to CrewAI docs
- Add OpenAI Agents SDK tutorial video (9FH-BYqYYrQ) to OpenAI Agents Python docs
- Add Agno integration tutorial video (M4e1Ybkn_K0) to Agno docs
Videos are embedded at the top of each integration page under "Video Tutorial" section to help users get started quickly.
---------
Co-authored-by: Dwij <[email protected]>
Co-authored-by: Claude <[email protected]>1 parent 3ec4218 commit 5b40518
File tree
33 files changed
+815
-500
lines changed- docs/v2
- examples
- integrations
33 files changed
+815
-500
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Large diffs are not rendered by default.
0 commit comments