Skip to content

Commit

Permalink
Update observability.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liqul authored Dec 24, 2024
1 parent f879fe3 commit f2dc15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/advanced/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ TaskWeaver is integrated with AgentOps, so you can use TaskWeaver to generate co

## Get Started

TaskWeaver integration with AgentOps is documented [here](https://www.agentops.ai/docs/taskweaver).
TaskWeaver integration with AgentOps is documented [here](https://docs.agentops.ai/v1/integrations/taskweaver).

To get started, you need an API key from AgentOps by [signing up](https://www.agentops.ai/signup) for a free account. Then you need to create a new project and generate the API key from the project settings.
To get started, you need an API key from AgentOps by [signing up](https://app.agentops.ai/signup) for a free account. Then you need to create a new project and generate the API key from the project settings.

Once you have the API keys, the following steps will help you to get started.

Expand Down Expand Up @@ -56,4 +56,4 @@ Once you have the API keys, the following steps will help you to get started.
It is important to note that the LLM calls and the other events are tracked together in different modules of AgentOps. By default, all the LLM calls are tracked when the AgentOps client is initialized. However, the other events are only tracked when the `TaskWeaverEventHandler` handler is used in conjunction within the code.

Therefore, event observability is limited to LLM calls when TaskWeaver is used in [Terminal mode](../usage/cmd.md).
:::
:::

0 comments on commit f2dc15d

Please sign in to comment.