mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 12:59:58 -06:00
Merge pull request #369 from jamesmurdza/fix/docs-broken-links
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
15
docs/content/docs/agent-sdk/callbacks/index.mdx
Normal file
15
docs/content/docs/agent-sdk/callbacks/index.mdx
Normal 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)
|
||||
@@ -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)
|
||||
|
||||
@@ -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
7189
docs/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user