Merge pull request #369 from jamesmurdza/fix/docs-broken-links

This commit is contained in:
James Murdza
2025-08-26 12:02:34 -04:00
committed by GitHub
5 changed files with 7209 additions and 5 deletions

View File

@@ -9,9 +9,9 @@ The benchmark system evaluates models on GUI grounding tasks, specifically agent
## Available Benchmarks
- **[ScreenSpot-v2](./screenspot-v2)** - Standard resolution GUI grounding
- **[ScreenSpot-Pro](./screenspot-pro)** - High-resolution GUI grounding
- **[Interactive Testing](./interactive)** - Real-time testing and visualization
- **[ScreenSpot-v2](./benchmarks/screenspot-v2)** - Standard resolution GUI grounding
- **[ScreenSpot-Pro](./benchmarks/screenspot-pro)** - High-resolution GUI grounding
- **[Interactive Testing](./benchmarks/interactive)** - Real-time testing and visualization
## Quick Start

View File

@@ -0,0 +1,15 @@
---
title: Callbacks
---
Callbacks in the Agent SDK provide hooks into the agent's lifecycle, allowing for custom functionality to be executed at various stages of an agent's run. They enable extensibility by allowing developers to integrate their own logic for tasks such as logging, cost management, and data anonymization.
This section details the various callbacks available in the Agent SDK.
## Available Callbacks
- [Agent Lifecycle](agent-lifecycle.mdx)
- [Cost Saving](cost-saving.mdx)
- [Logging](logging.mdx)
- [PII Anonymization](pii-anonymization.mdx)
- [Trajectories](trajectories.mdx)

View File

@@ -56,7 +56,7 @@ agent = ComputerAgent(
)
```
See also: [Budget Manager Callbacks](./callbacks#cost-saving)
See also: [Budget Manager Callbacks](./callbacks/cost-saving)
## See Also
- [Prompt Caching](./prompt-caching)

View File

@@ -56,7 +56,7 @@ lume run macos-sequoia-vanilla:latest
lume run ubuntu-noble-vanilla:latest
```
> We provide [prebuilt VM images](#prebuilt-images) in our [ghcr registry](https://github.com/orgs/trycua/packages).
> We provide prebuilt VM images in our [ghcr registry](https://github.com/orgs/trycua/packages).
### Create a Custom VM

7189
docs/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff