mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 11:00:31 -06:00
Merge pull request #557 from sarinali/fix/docs-citing
Fix newline issue + Ai Gen Citing
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user