diff --git a/website/docs/advanced/observability.md b/website/docs/advanced/observability.md index 1baefa8f..4248bc59 100644 --- a/website/docs/advanced/observability.md +++ b/website/docs/advanced/observability.md @@ -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. @@ -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). -::: \ No newline at end of file +:::