Skip to content

zelph: init at 1.0.1 - #561908

Open
eljamm wants to merge 2 commits into
NixOS:masterfrom
eljamm:init/zelph
Open

eljamm wants to merge 2 commits into
NixOS:masterfrom
eljamm:init/zelph

Conversation

@eljamm

@eljamm eljamm commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Add zelph, a semantic network system and reasoning engine.

image
Construct and Generate Graph

zelph 1.0.1
-- REPL mode - type .help for commands, e.g. '.help .deductions' to change what is shown --

zelph> Nix "is a" "Package Manager"
Nix "is a" "Package Manager"
zelph> Nixpkgs "is a" ("collection of" Nix Package)
Nixpkgs "is a" ("collection of" Nix Package)
zelph> NixOS "is built with" Nix
NixOS "is built with" Nix
zelph> .mermaid
  Mermaid HTML: file:///tmp/«NixOS» «is built with» «Nix».html
zelph>

Note

Work done as part of the Nix@NGI packaging effort

Assisted-by: nix-init
Assisted-by: LLMs in patching FetchContent declarations and building janet from source

Closes: ngi-nix/projects#2319

Pinging @NixOS/ngi-core-members for review.

Things done

Assisted-by: nix-init
Assisted-by: LLMs in patching `FetchContent` declarations and building
janet from source
@nixpkgs-ci nixpkgs-ci Bot added 8.has: package (new) This PR adds a new package 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. llm-assisted Contributions that include code generation with LLMs labels Sep 10, 2026
@eljamm eljamm added this to NGI Sep 10, 2026
@github-project-automation github-project-automation Bot moved this to Needs Refinement in NGI Sep 10, 2026
@eljamm eljamm added the 6.topic: NLNet / NGI The project is part of the NGI funding grant. https://nlnet.nl/NGI/ label Sep 10, 2026
@eljamm eljamm moved this from Needs Refinement to In Review in NGI Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: NLNet / NGI The project is part of the NGI funding grant. https://nlnet.nl/NGI/ 8.has: package (new) This PR adds a new package 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. llm-assisted Contributions that include code generation with LLMs

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

Zelph: Package in Nixpkgs

2 participants