README excerpt
# Pharo Voice Assistant
A simple prototype of a **command-based assistant for the Pharo environment** that allows developers to execute common IDE actions using natural language–like commands.
## Features
* Open System Browser
* Open Workspace
* Open a specific class
* Find method implementors
* Evaluate Smalltalk expressions
* Show command history
* Clear command history
* Show current time
* Built-in help command
* Command suggestions for unknown inputs
* Notification sound on successful command execution
## Example Commands
```
hello
open browser
open workspace
open class Object
find method printString
evaluate 3 + 4
show history
clear history
time
help
```
## Package
```
VoicePharo
```
## Goal
This project explores how a lightweight assistant can simplify navigation and interaction with the **Pharo development environment**.