mnemnk-api

Crates.iomnemnk-api
lib.rsmnemnk-api
version0.2.0
created_at2025-02-13 10:17:26.517063+00
updated_at2025-03-07 03:43:07.12672+00
descriptionMnemnk agent of API server
homepage
repositoryhttps://github.com/mnemnk/mnemnk-api
max_upload_size
id1554032
size43,532
Akira Ishino (stn)

documentation

README

mnemnk-api

mnemnk-api is a Mnemnk agent, which works as API server.

Installation

cargo install mnemnk-api

Setup

mnemnk-api is enabled by default. After installation, restart Mnemnk and it should be running.

If it is not enabled, please edit Settings in Mnemnk as follows

  "agents": {
    "api": {
      "enabled": true
    },
    ...

Save the settings and restart Mnemnk.

Development

> cargo run
...

You can stop mnemnk-api by entering QUIT.

License

MIT

Commit count: 15

cargo fmt