Skip to content

Commit 33ccc5e

Browse files
authored
Update observability.md (#451)
2 parents f879fe3 + f2dc15d commit 33ccc5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/advanced/observability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ TaskWeaver is integrated with AgentOps, so you can use TaskWeaver to generate co
1111

1212
## Get Started
1313

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

16-
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.
16+
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.
1717

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

@@ -56,4 +56,4 @@ Once you have the API keys, the following steps will help you to get started.
5656
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.
5757

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

0 commit comments

Comments
 (0)