Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@ A Python-based voice assistant that listens to user commands, performs system ta
5. Agent processes the query using tools
6. Response is spoken back to the user

---

## Project Structure
AI-Voice-Agent/
├── main.py # Main voice assistant

├── sources.py # Custom tools (search, wiki, save)

├── requirements.txt

├── .env.example

├── README.md


---

## Installation
Expand Down Expand Up @@ -164,4 +148,4 @@ Any other query is handled by the LangChain agent.

## License

MIT License
MIT