demo's seem to build rust progs? #19

Closed
opened 2026-02-07 15:23:00 +00:00 by despiegk · 1 comment
Owner

demo-basic Alias for demo
demo-geomind Demo: clone and process geomind docs from forge
demo-mycelium Demo: clone and process mycelium network docs
demo-ourworld Demo: clone and process ourworld website
demo-all Demo: process ALL namespaces

that should not be needed, maybe just rhai scripts calling, we should only have 2 binaries

  • hero_books_server
  • hero_books (which is the client)

only some integration tests in rust can be separate

demo-basic Alias for demo demo-geomind Demo: clone and process geomind docs from forge demo-mycelium Demo: clone and process mycelium network docs demo-ourworld Demo: clone and process ourworld website demo-all Demo: process ALL namespaces that should not be needed, maybe just rhai scripts calling, we should only have 2 binaries - hero_books_server - hero_books (which is the client) only some integration tests in rust can be separate
despiegk added this to the ACTIVE project 2026-02-07 15:23:04 +00:00
despiegk added this to the now milestone 2026-02-07 15:23:08 +00:00
Owner

Addressed in PR #24 (branch development-fixes-feb).

Commit: f8535bc Phase 5

  • Added run subcommand to CLI: hero_books_client run <script.rhai> [args...]
  • Registers all rhai modules: doctree, vectorsdk, ontology, book
  • Removed 5 Rust demo binaries: demo_basic.rs, demo_all.rs, demo_geomind.rs, demo_mycelium.rs, demo_ourworld.rs
  • Removed corresponding [[example]] entries from Cargo.toml
  • 10 rhai scripts in examples/rhai/ remain as the demo mechanism
  • Makefile demo targets updated
Addressed in PR #24 (branch `development-fixes-feb`). **Commit:** `f8535bc` Phase 5 - Added `run` subcommand to CLI: `hero_books_client run <script.rhai> [args...]` - Registers all rhai modules: doctree, vectorsdk, ontology, book - Removed 5 Rust demo binaries: `demo_basic.rs`, `demo_all.rs`, `demo_geomind.rs`, `demo_mycelium.rs`, `demo_ourworld.rs` - Removed corresponding `[[example]]` entries from Cargo.toml - 10 rhai scripts in `examples/rhai/` remain as the demo mechanism - Makefile demo targets updated
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books#19
No description provided.