Tags: bash* + llm*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. llayer applies the Unix philosophy to large language model orchestration by building framework-free agents with bash, curl, and jq. The architecture decomposes the agent lifecycle into three fundamentals: an append-only JSONL history file for state and memory, a jq stream reducer for context window management, and a standard bash while loop for control flow. This stateless text pipeline enables time-travel debugging via simple file slicing, zero abstraction tooling through native bash functions, and seamless POSIX tool integration for filtering or benchmarking. The system functions as a REPL-style loop that ingests user input, constructs context, evaluates it against a local model like Ollama, handles tool dispatches, and outputs results. All interactions are recorded immutably in a structured JSONL event schema, prioritizing transparency, composability, and minimalist design.
    - Append-only JSONL history for auditing and replayability
    - Modular command chaining for stateless and stateful interactions
    - Docker Compose integration for local Ollama inference
    - Transparent POSIX tool pipeline for data filtering and token benchmarking
    - Minimalist schema with explicit event types and sources
    2026-06-27 Tags: , , , , , , by klotz
  2. Vercel has released Skills.sh, an open-source tool designed to provide AI agents with a standardized way to execute reusable actions, or skills, through the command line. The project introduces what Vercel describes as an open agent skills ecosystem, where developers can define, share, and run discrete operations that agents can invoke as part of their workflows.
  3. The ollama 0.14-rc2 release introduces experimental functionality allowing LLMs to use tools like bash and web searching on your system, with safeguards like interactive approval and command allow/denylists.
    2026-01-10 Tags: , , , , by klotz
  4. This blog post details how to build a natural language Bash agent using NVIDIA Nemotron Nano v2, requiring roughly 200 lines of Python code. It covers the core components, safety considerations, and offers both a from-scratch implementation and a simplified approach using LangGraph.
    2025-11-17 Tags: , , , , , , , by klotz
  5. This blog post details a personal code review tool built around `llm` and `git diff`. It describes installation, how it works, how the author uses it, and its advantages over GitHub's Copilot review tool.
  6. The glamourous AI coding agent for your favourite terminal
  7. The article discusses using AI for code review, emphasizing that it should be used as a tool to flag potential issues for human review, similar to how a spell checker works. It highlights a tool created by Bill Mill to aid in this process, which uses a command-line interface to connect to LLMs. The author stresses the importance of discernment when accepting AI suggestions and provides the system prompt used in the tool.
    2025-08-02 Tags: , , , , by klotz
  8. This GitHub repository contains a collection of example files demonstrating various use cases and configurations for the llamafiles tools, including examples:

    * **System Administration:** Scripts and configurations for Ubuntu, Raspberry Pi 5, and macOS.
    * **LLM Interaction:** Examples of prompts and interactions with LLMs like Mixtral and Dolphin.
    * **Text Processing:** Scripts for summarizing text, extracting information, and formatting output.
    * **Development Tools:** Examples related to Git, Emacs, and other development tools.
    * **Hardware Monitoring:** Scripts for monitoring GPU and NVMe drive status.
  9. This project provides an LLM Websearch Agent using a local SearXNG server for search functionality and includes Python scripts and a bash script for interacting with an LLM to summarize search results.
    2024-11-30 Tags: , , , , , by klotz
  10. gptme is a personal AI assistant in your terminal, enabling it to use the terminal, run code, edit files, browse the web, use vision, and more. It assists in all kinds of knowledge-work, especially programming.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "bash+llm"

About - Propulsed by SemanticScuttle