NIM port of ANSNA (Adaptive Neuro-Symbolic Network Agent): https://github.com/patham9/ANSNA
- A recent version of Nim
- We use version 0.19 of https://nim-lang.org/
- Follow the Nim installation instructions or use choosenim to manage your Nim versions
We use Nimble to manage dependencies and run tests.
To build and install ANSNA in your home folder, just execute:
nimble install
After a succesful installation, running ansna
will start the agent.
To execute all tests:
nimble test
Licensed under both of the following:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license: LICENSE-MIT or http://opensource.org/licenses/MIT