terraphim_server 0.1.0

Terraphim service handling the core logic of the Terraphim AI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Axum Server for Terraphim AI
============================
This is the Axum server for Terraphim AI. It is a simple server that serves /config and /search API endpoints.

Note: axum have it's own default/settings.toml file to configure the server depending on the device capabilities. 
it will copy default/settings.toml to ~/.config/terraphim/settings.toml if it doesn't exist on MacOS and Linux. 

To build locally, run:
```
earthly +save-fe-local
cargo build
```