File size: 863 Bytes
0646b18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CUGA Demo Setup

## Installation
```bash
uvx --from git+https://github.com/cuga-project/cuga-agent.git#subdirectory=docs/examples/demo_apps/setup create-cuga-demo [--cache] [--local]
```

## Local Development
```bash
uv run create-cuga-demo [--cache] [--local]
# or
CUGA_LOCAL=1 CUGA_SOURCE_DIR=/path/to/cuga-agent/docs/examples/demo_apps uvx --from git+https://github.com/cuga-project/cuga-agent.git#subdirectory=docs/examples/demo_apps/setup create-cuga-demo [--cache]

```
CUGA_LOCAL=1 CUGA_SOURCE_DIR=/Users/samimarreed/dev/cuga-agent/docs/examples/demo_apps uvx --from /Users/samimarreed/dev/cuga-agent/docs/examples/demo_apps/setup create-cuga-demo
```


## Environment Variables
- `CUGA_LOCAL=1` - Use local demo apps instead of git installs
- `CUGA_SOURCE_DIR=/path/to/demo_apps` - Path to the demo_apps directory (when running from uvx temp directory)