Merge pull request #557 from sarinali/fix/docs-citing

Fix newline issue + Ai Gen Citing
This commit is contained in:
Sarina Li
2025-11-10 11:16:23 -05:00
committed by GitHub
2 changed files with 2 additions and 16 deletions

View File

@@ -3,17 +3,8 @@ title: Cua Computers
description: Understanding Cua computer types and connection methods
---
<Callout>
A corresponding{' '}
<a href="https://github.com/trycua/cua/blob/main/notebooks/computer_nb.ipynb" target="_blank">
Jupyter Notebook
</a>{' '}
and{' '}
<a href="https://github.com/trycua/cua/tree/main/examples/computer-example-ts" target="_blank">
NodeJS project
</a>{' '}
are available for this documentation.
</Callout>
{/* prettier-ignore */}
<Callout>A corresponding <a href="https://github.com/trycua/cua/blob/main/notebooks/computer_nb.ipynb" target="_blank">Jupyter Notebook</a> and <a href="https://github.com/trycua/cua/tree/main/examples/computer-example-ts" target="_blank">NodeJS project</a> are available for this documentation.</Callout>
Before we can automate apps using AI, we need to first connect to a Computer Server to give the AI a safe environment to execute workflows in.

View File

@@ -7,11 +7,6 @@ description: Record computer interactions for debugging, training, and analysis
The Computer tracing API provides a powerful way to record computer interactions for debugging, training, analysis, and compliance purposes. Inspired by Playwright's tracing functionality, it offers flexible recording options and standardized output formats.
<Callout>
The tracing API addresses GitHub issue #299 by providing a unified recording interface that works
with any Computer usage pattern, not just ComputerAgent.
</Callout>
## Overview
The tracing API allows you to: