{"id":20579767,"url":"https://github.com/arcj137442/pynei","last_synced_at":"2026-01-07T02:45:48.612Z","repository":{"id":192634800,"uuid":"660698576","full_name":"ARCJ137442/PyNEI","owner":"ARCJ137442","description":"NARS-Embodied-Interface in Python","archived":false,"fork":false,"pushed_at":"2024-09-14T13:19:15.000Z","size":32105,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T07:41:41.860Z","etag":null,"topics":["non-axiomatic-reasoning","pygame-application"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ARCJ137442.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-30T16:03:13.000Z","updated_at":"2024-09-14T13:19:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"33287e16-403b-47f3-bd22-93517a91af84","html_url":"https://github.com/ARCJ137442/PyNEI","commit_stats":null,"previous_names":["arcj137442/pynei"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCJ137442%2FPyNEI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCJ137442%2FPyNEI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCJ137442%2FPyNEI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARCJ137442%2FPyNEI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARCJ137442","download_url":"https://codeload.github.com/ARCJ137442/PyNEI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253328834,"owners_count":21891534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["non-axiomatic-reasoning","pygame-application"],"created_at":"2024-11-16T06:18:31.397Z","updated_at":"2026-01-07T02:45:48.562Z","avatar_url":"https://github.com/ARCJ137442.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NARS-Embodied-Interface NARS具身接口\n\n![GitHub License](https://img.shields.io/github/license/ARCJ137442/PyNEI?style=for-the-badge\u0026color=0288d1)\n![Code Size](https://img.shields.io/github/languages/code-size/ARCJ137442/PyNEI?style=for-the-badge\u0026color=0288d1)\n![Lines of Code](https://www.aschey.tech/tokei/github.com/ARCJ137442/PyNEI?style=for-the-badge\u0026color=0288d1)\n[![Language](https://img.shields.io/badge/language-Python-blue?style=for-the-badge\u0026color=0288d1)](https://www.python.org/)\n\n开发状态：\n\n![Created At](https://img.shields.io/github/created-at/ARCJ137442/PyNEI?style=for-the-badge)\n![Last Commit](https://img.shields.io/github/last-commit/ARCJ137442/PyNEI?style=for-the-badge)\n\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-2.0.0-%23FE5196?style=for-the-badge)](https://conventionalcommits.org)\n\n## 简介\n\n一个以 ***NARS*** 作为AI玩家，提供集成访问\u0026调用的接口\n\n- 前身：\n  - **徐博洋「NARS战机」：[Noctis-Xu/NARS-FighterPlane](https://github.com/Noctis-Xu/NARS-FighterPlane)**\n  - [ARCJ137442/NARS-FighterPlane](https://github.com/ARCJ137442/NARS-FighterPlane/tree/master/NARS-FighterPlane_v2.i_alpha) v2.i_alpha\n- 缩写：NEI\n\n## Concept 概念\n\n- NARS: Non-Axiomatic Reasoning System | 非公理推理系统\n- NAL: Non-Axiomatic Logic | 非公理逻辑\n- CIN: Computer Implementation of NARS  | NARS的计算机实现\n\n## Preparation 预备\n\n1. Python 3.11+\n2. PyGame（若需运行游戏）\n\n## Feature 特性\n\n- 更通用化的具身接口代码\n  - 将「智能体定义」和「与NARS程序通信」分离\n  - 集中定义NAL语句，避免分散与重复\n  - 更高的代码重用率\n- 异步CIN进程管理机制\n  - 一个子进程启动CIN实例\n  - 两个附属子线程，分别负责I/O操作\n\n## References 参考\n\nNARS计算机实现\n\n- OpenNARS: \u003chttps://github.com/opennars/opennars\u003e\n- ONA: \u003chttps://github.com/opennars/OpenNARS-for-Applications\u003e\n- NARS-in-Python: \u003chttps://github.com/ccrock4t/NARS-Python\u003e\n\nNARS+ \u0026 游戏Demo\n\n- NARS-Pong in Unity3D: \u003chttps://github.com/ccrock4t/NARS-Pong\u003e\n- NARS-FighterPlane by Boyang Xu: \u003chttps://github.com/Noctis-Xu/NARS-FighterPlane\u003e\n- ARCJ137442/NARS-FighterPlane: \u003chttps://github.com/ARCJ137442/NARS-FighterPlane\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcj137442%2Fpynei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcj137442%2Fpynei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcj137442%2Fpynei/lists"}