https://github.com/shaharia-lab/echoy
Echoy - intelligent & smart AI assistance for your daily life
https://github.com/shaharia-lab/echoy
ai ai-assistant chatbot echoy open-source smart-assistant
Last synced: about 1 year ago
JSON representation
Echoy - intelligent & smart AI assistance for your daily life
- Host: GitHub
- URL: https://github.com/shaharia-lab/echoy
- Owner: shaharia-lab
- License: mit
- Created: 2025-03-23T23:40:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T21:35:17.000Z (about 1 year ago)
- Last Synced: 2025-06-25T06:47:21.716Z (about 1 year ago)
- Topics: ai, ai-assistant, chatbot, echoy, open-source, smart-assistant
- Language: Go
- Homepage:
- Size: 164 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

# Echoy
Echoy - intelligent & smart AI assistance for your daily life.
## Installation
```shell
curl -fsSL https://raw.githubusercontent.com/shaharia-lab/echoy/main/setup.sh | bash
```
## Development
### Generating mocks
All interfaces have generated mocks in their own package using [Mockery V2](https://github.com/vektra/mockery).
```shell
go install github.com/vektra/mockery/v2@latest
```
To update or generate new mocks run:
```shell
mockery
```
To ignore a specific package or make customizations please refer to the `.mockery.yaml` config file and Mockery documentation.
Don't forget to commit the generated mocks to the repository.