Skip to content

Commit

Permalink
adding video to llama stack page (#628)
Browse files Browse the repository at this point in the history
* adding video to llama stack page

* implement code review

* camelcase the iframe tag attributes for React syntax reasons

---------

Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
  • Loading branch information
thaddavis and the-praxs authored Jan 9, 2025
1 parent 8f92278 commit 57916a0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/v1/examples/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,19 @@ mode: "wide"
></iframe>
</Card>

<Card title="AgentOps x Llama Stack" icon="film" iconType="solid">
Learn how to monitor Llama Stack applications that use the llama-stack-client-python SDK with AgentOps
<iframe
width="280"
height="158"
src="https://www.youtube.com/embed/OZgTN4SdQ2Y"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</Card>

<Card title="Simple Agent" icon="person-carry-box" iconType="solid" href="https://www.loom.com/share/0e0d2986f3d644a58d1e186dc81cd8b1">
Add AgentOps to a simple chat completion
![thumbnail](https://cdn.loom.com/sessions/thumbnails/0e0d2986f3d644a58d1e186dc81cd8b1-with-play.gif)
Expand Down
10 changes: 10 additions & 0 deletions docs/v1/integrations/llama_stack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ AgentOps integrates with Llama Stack via its python [client](https://github.com/

Llama Stack has comprehensive [documentation](https://llama-stack.readthedocs.io/) available as well as a great [quickstart](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html) guide. You can use this guide to setup the Llama Stack server and client or alternatively use our Docker [compose](https://github.com/AgentOps-AI/agentops/blob/main/examples/llama_stack_client_examples/docker-compose.yml) file.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/OZgTN4SdQ2Y"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

## Adding AgentOps to Llama Stack applications

<Steps>
Expand Down

0 comments on commit 57916a0

Please sign in to comment.