github av/harbor v0.1.2

latest releases: v0.3.40, v0.3.39, v0.3.38...
17 months ago

fabric

Handle: fabric
URL: -

fabriclogo

Static Badge
GitHub top language
GitHub last commit

fabric is an open-source framework for augmenting humans using AI.

# Create a quiz about Harbor CLI - Neat!
cat $(h home)/harbor.sh | head -n 150 | h fabric --pattern create_quiz --stream
# > Subject: Bash Scripting and Container Management (Harbor CLI)
#   * Learning objective: Understand and utilize basic container management functions in a bash script
#    - Question 1: Which command is used to view the logs of running containers?
#      Answer 1: The `logs` or `l` command is used to view the logs of running containers.
#
#    - Question 2: What does the `exec` function in the Harbor CLI do?
#      Answer 2: The `exec` function in the Harbor CLI allows
#      you to execute a specific command inside a running service container.
#
#    - Question 3: How can you run a one-off command in a service container using the Harbor CLI?
#      Answer 3: You can use the `run` command followed by the name of
#      the service and then the command you want to execute, like so: `./harbor.sh run <service> <command>`.

# Why not generate some tags for the Harbor CLI
cat $(h home)/harbor.sh | head -n 50 | h fabric -sp create_tags
#   harbor_cli bash_script ollama nvidia gpu docker
#   llamacpp tgi lite_llm openai vllm aphrodite tabbyapi
#   mistralrs cloudflare parllama plandex open_interpreter fabric hugging_face

Misc

  • harbor update now respects release tags, run with --latest to stick to the bleeding edge
  • nicer install one-liner with version pinning
  • Mac OS install and linking fixes

Full Changelog: v0.1.1...v0.1.2

Don't miss a new harbor release

NewReleases is sending notifications on new releases.