Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).
:::
:::
Loading