https://github.com/jorisbontje/nim-ansna
Adaptive Neuro-Symbolic Network Agent
https://github.com/jorisbontje/nim-ansna
agi ai aikr artificial-general-intelligence nim nim-lang nim-language
Last synced: 21 days ago
JSON representation
Adaptive Neuro-Symbolic Network Agent
- Host: GitHub
- URL: https://github.com/jorisbontje/nim-ansna
- Owner: jorisbontje
- Created: 2018-09-30T20:42:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T15:27:48.000Z (over 6 years ago)
- Last Synced: 2025-03-23T18:48:12.163Z (about 1 month ago)
- Topics: agi, ai, aikr, artificial-general-intelligence, nim, nim-lang, nim-language
- Language: Nim
- Size: 80.1 KB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adaptive Neuro-Symbolic Network Agent
[](https://circleci.com/gh/jorisbontje/nim-ansna)
[](https://opensource.org/licenses/Apache-2.0)
[](https://opensource.org/licenses/MIT)
Join the NARS community:
[](https://riot.im/app/#/room/#nars:matrix.org)
[](https://groups.google.com/forum/#!forum/open-nars)## Rationale
NIM port of ANSNA (Adaptive Neuro-Symbolic Network Agent): https://github.com/patham9/ANSNA## Building & Testing
### Prerequisites
* A recent version of Nim
* We use version 0.19 of https://nim-lang.org/
* Follow the Nim installation instructions or use [choosenim](https://github.com/dom96/choosenim) to manage your Nim versions### Build & Install
We use [Nimble](https://github.com/nim-lang/nimble) to manage dependencies and run tests.
To build and install ANSNA in your home folder, just execute:
```bash
nimble install
```After a succesful installation, running `ansna` will start the agent.
To execute all tests:
```bash
nimble test
```## License
Licensed under both of the following:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT