Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
disler committed Jan 12, 2025
1 parent ce0e3e7 commit 0a24761
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,17 @@ uv run python main_base_assistant.py chat
- `--scratchpad`: active memory for you and your assistant
- `--mode`: determines what the assistant does with the command: ('default', 'execute', 'execute-no-scratch').

1. Awaken the assistant
```bash
uv run python main_typer_assistant.py awaken --typer-file commands/template.py --scratchpad scratchpad.md --mode execute
```

2. Speak to the assistant
Try this:
"Hello! Ada, ping the server wait for a response" (be sure to pronounce 'ada' clearly)

3. See the command in the scratchpad
Open `scratchpad.md` to see the command that was generated.

## Assistant Architecture

Expand Down
14 changes: 14 additions & 0 deletions scratchpad.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,18 @@ uv run python commands/template.py ping-server
**Output:**
```
Server pinged. Response time: 276 ms.
```

## Ada Executed Command (2025-01-12 12:46:24)

> Request: Hello, ADA, ping the server, wait for a response.
**Ada's Command:**
```bash
uv run python commands/template.py ping-server --wait
```

**Output:**
```
Server pinged. Response time: 211 ms. (Waited for a response.)
```

0 comments on commit 0a24761

Please sign in to comment.