An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![echoy (1)](https://github.com/user-attachments/assets/be098a81-2d01-46e8-a75c-1dceafb0aa81)

# 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.