mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
20 lines
528 B
Markdown
20 lines
528 B
Markdown
# ac-qu-ai-nt
|
|
|
|
`ac-qu-ai-nt` is a project I'm working on, using artificial intelligence to break down the user's query, acquire knowledge, and transfer insights to the user('s mind).
|
|
|
|
This is a placeholder while I take small steps to build out the project.
|
|
|
|
# Contributing
|
|
|
|
This is a summary of the crates I expect to be in this project and how they are used:
|
|
|
|
```mermaid
|
|
flowchart TD
|
|
core --> cli-clap
|
|
core --> gui-eframe
|
|
core --> tui-ratatui
|
|
cli-clap --> multibinary
|
|
gui-eframe --> multibinary
|
|
tui-ratatui --> multibinary
|
|
```
|