Skip to content

hellas-ai/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hellas-cli

Quickstart

Install:

cargo install --git https://github.com/hellas-ai/node

Execute:

cargo run -- execute run -p hey

End-to-end

Install server features:

cargo install --git https://github.com/hellas-ai/node --features serve

Run server:

hellas-cli serve
Node Address: bb18ebc065d836ecc7e1f33972d2c17eac9894cd33ce4916f66cb1165ccc7550
RPC server running. Press Ctrl+C to stop

Run client:

cargo run -- execute run -p hey bb18ebc065d836ecc7e1f33972d2c17eac9894cd33ce4916f66cb1165ccc7550
Hello! How can I help you today?<|im_end|>%

Monitor discovery and peer health:

cargo run -- monitor --timeout-secs 30

Dependency hygiene (CI + local)

Run the shared maintenance checks from flake:

nix run .#dep-hygiene -- check

Useful subcommands:

nix run .#dep-hygiene -- outdated
nix run .#dep-hygiene -- major
nix run .#dep-hygiene -- audit
nix run .#dep-hygiene -- update-check
nix run .#dep-hygiene -- update

About

hellas rpc node + client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors