Skip to content

Commit

Permalink
feat: ✨ Added an enhanced console "ConsolePlus"
Browse files Browse the repository at this point in the history
1. It based on my private repository [PyNARS-Interface](https://github.com/ARCJ137442/PyNARS-Interface) for personal research
2. It includes a flexible, scalable and useful cmd system with capabilities including but not limited to:
  1. Automatically wait for ANSWER or other type of output
  2. Set random seeds
  3. Single console, multiple reasoners - you can control multiple NARS at the same time
  4. record and view history of input
  5. a simple macro system that can record and reuse cmd series
  • Loading branch information
ARCJ137442 committed Sep 21, 2023
1 parent 91a8b86 commit 316987d
Show file tree
Hide file tree
Showing 3 changed files with 1,230 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,20 @@
// "Tests/examples/single_step/nal5.query.nal"
]
},
{
"name": "Python: console plus",
"type": "python",
"request": "launch",
"module": "pynars.ConsolePlus",
"console": "integratedTerminal",
"env": {
"CODON_PATH": "/Users/bowenxu/.codon/lib/codon/stdlib"
},
"args": [
// "Tests/examples/single_step/nal7/nal7.revrev.nal"
// "Tests/examples/single_step/nal5.query.nal"
]
},
{
"name": "Python: _generate_init_file",
"type": "python",
Expand Down
Loading

0 comments on commit 316987d

Please sign in to comment.