Skip to content

Commit

Permalink
update banner (#517)
Browse files Browse the repository at this point in the history
* update banner

* remove padding

---------

Co-authored-by: Pratyush Shukla <[email protected]>
  • Loading branch information
areibman and the-praxs authored Nov 19, 2024
1 parent 580867c commit 38abb49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://agentops.ai?ref=gh">
<img src="docs/images/external/logo/banner-badge.png" style="max-width: 500px" width="50%" alt="Logo">
<img src="docs/images/external/logo/github-banner.png" alt="Logo">
</a>
</div>

Expand Down
Binary file added docs/images/external/logo/github-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/v1/examples/multion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ _View All Notebooks on <a href={'https://github.com/AgentOps-AI/agentops/blob/ma
{/* SOURCE_FILE: examples/multion_examples/Autonomous_web_browsing.ipynb */}

# MultiOn Tracking Web Browse Actions
<img src="https://github.com/AgentOps-AI/agentops/blob/b4aac2d4b9fb16d6aa0a25aa9018210a94f1bef2/docs/logo/multion_integration.png?raw=true" width="250px" style="max-width: 100%; height: auto;"/>
<img src="https://github.com/AgentOps-AI/agentops/blob/b4aac2d4b9fb16d6aa0a25aa9018210a94f1bef2/docs/logo/multion_integration.png?raw=true"
width="250px"
style={{ maxWidth: '100%', height: 'auto' }} />

Agents using MultiOn can launch and control remote or local web browsers to perform actions and retrieve context using natural language commands. With AgentOps, MultiOn evens such as browse, retrieve, and step are automatically tracked.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentops"
version = "0.3.17"
version = "0.3.18"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand Down

0 comments on commit 38abb49

Please sign in to comment.