Skip to content

Commit

Permalink
Merge branch 'multion-example' of https://github.com/AgentOps-AI/agen…
Browse files Browse the repository at this point in the history
…tops into multion-example
  • Loading branch information
HowieG committed Jun 4, 2024
2 parents ea40013 + 1f3b520 commit 5226270
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions agentops/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def __init__(
os.environ.get("AGENTOPS_ENV_DATA_OPT_OUT", "False").lower() == "true"
)

self.config = None

try:
self.config = Configuration(
api_key=api_key,
Expand Down Expand Up @@ -142,6 +144,7 @@ def _check_for_partner_frameworks(
from .partners.autogen_logger import AutogenLogger

autogen.runtime_logging.start(logger=AutogenLogger())
self.add_tags(["autogen"])
except ImportError:
pass
except Exception as e:
Expand Down
2 changes: 1 addition & 1 deletion agentops/partners/autogen_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AutogenLogger(BaseLogger):
agent_store: [{"agentops_id": str, "autogen_id": str}] = []

def __init__(self):
agentops.add_tags(["autogen"])
pass

def start(self) -> str:
pass
Expand Down
4 changes: 2 additions & 2 deletions docs/v1/integrations/cohere.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ This is a living integration. Should you need any added functionality message us
AGENTOPS_API_KEY=<YOUR API KEY>
```
</Step>
<Step title="Run your crew">
<Step title="Run your Agent">
Execute your program and visit [app.agentops.ai/drilldown](https://app.agentops.ai/drilldown) to observe your Agents! 🕵️
<Tip>
After your run, AgentOps prints a clickable url to console linking directly to your session in the Dashboard
</Tip>
<div/>{/* Intentionally blank div for newline */}
<Frame type="glass" caption="Clickable link to session">
<img height="200" src="https://github.com/AgentOps-AI/agentops/blob/cf67191f13e0e2a09446a61b7393e1810b3eee95/docs/images/link-to-session.gif=?raw=true" />
<img height="200" src="https://github.com/AgentOps-AI/agentops/blob/cf67191f13e0e2a09446a61b7393e1810b3eee95/docs/images/link-to-session.gif?raw=true" />
</Frame>
</Step>
</Steps>
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ Most of which has been automatically recorded for you.
### Session Overview
View a meta-analysis of all of your sessions in a single view.
<Frame type="glass" caption="Session Overview">
<img height="200" src="https://github.com/AgentOps-AI/agentops/blob/cf67191f13e0e2a09446a61b7393e1810b3eee95/docs/images/overview.png=?raw=true" />
<img height="200" src="https://github.com/AgentOps-AI/agentops/blob/cf67191f13e0e2a09446a61b7393e1810b3eee95/docs/images/overview.png?raw=true" />
</Frame>
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.2.0"
version = "0.2.1"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand Down

0 comments on commit 5226270

Please sign in to comment.