klotz: github*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. The NOOA framework provides a way to build LLM agents using standard Pythonic object-oriented patterns. By treating agents as objects, developers can map state to typed fields and capabilities to methods where docstrings serve as prompts; specifically, an ellipsis in a method body triggers the runtime for an LLM-driven execution loop.

    - Includes separate packages for CLI tools, memory management, and benchmarking.
    - Supports various local and hosted models via LiteLLM integration.
    - Offers automated tracing with an interactive web viewer for debugging.
    - Necessitates OS-level isolation to safely execute LLM-generated code.
  2. Microsoft’s POML offers a declarative way to manage complex instructions by using XML-like tags and CSS-style rules for prompt design. By separating content from stylistic parameters like tone and token limits, the system promotes modularity, reusability, and improved maintainability compared to manual string concatenation.

    - Requires Python 3.10 or higher
    - Facilitates cleaner version control through structured diffs in pull requests
    - Enables non-engineers like product managers to contribute using familiar syntax styles
    - Allows for model-agnostic structures that separate intent from specific API formatting quirks
  3. Yuge Zhang et al. write about Prompt Orchestration Markup Language (POML), a markup language designed to bring structure, maintainability, and versatility to prompt engineering for Large Language Models. By employing an HTML-like syntax, POML modularizes components such as roles and tasks while decoupling content from presentation via a CSS-inspired styling system.

    - Includes built-in templating with support for variables, loops, and conditionals
    - Provides SDKs for Python and Node.js integration into application workflows
    - Offers a Visual Studio Code extension featuring syntax highlighting and real-time previews
    - Supports seamless embedding of external data sources like images and spreadsheets via specialized components
  4. MindMux presents brain.md, an open-source toolkit that provides a persistent memory layer for coding agents by storing project knowledge as plain Markdown files within a repository. This system ensures that critical decisions and constraints are durable across different LLM sessions and machines via version control. A zero-dependency CLI manages the reading and writing of these files to maintain data integrity through an append-only timeline.

    - Uses Markdown instead of databases like SQLite to facilitate easier diffing in git history.
    - Features a "correct by construction" design that prevents malformed edits by making the CLI the exclusive writer.
    - Supports integration with several agents including Claude Code, Codex, Cursor, and Pi.
  5. fynnfluegge writes about Rocketnotes, a web-based Markdown note-taking application featuring Large Language Model integrations such as chat, text completion, and voice-to-text transcription. The software supports hierarchical document organization, semantic search, and an agentic Zettelkasten archiving system to streamline knowledge management.

    - Supports multiple LLM providers including OpenAI and Anthropic
    - Includes a Neovim plugin for seamless integration into code editors
    - Offers 100% local processing via Docker and Ollama for privacy
  6. Supervision provides essential building blocks for computer vision applications, such as data loading and real-time zone counting. The toolkit remains model agnostic, enabling easy integration of various machine learning models via specialized connectors.

    - Supports multiple dataset formats including YOLO, COCO, and Pascal VOC
    - Offers utilities to split, merge, and convert datasets
    - Includes capabilities for speed estimation and dwell time analysis
  7. Snyk Agent Scan provides a way to discover and inspect local agent components like Model Context Protocol (MCP) servers and skills. It identifies various security risks, such as prompt injections, malware payloads in natural language, sensitive data exposure, and credential leaks. The tool offers both an interactive command-line interface for individual users and a background mode for enterprise monitoring through Snyk Evo.

    - Detects 15+ distinct security risks across MCP servers and agent skills
    - Supports agents including Claude Code, Cursor, Windsurf, and Gemini CLI
    - Automatically discovers configurations for various desktop and IDE-based agents
    - Scanning MCP configs executes commands defined in them to retrieve tool descriptions
  8. PandasAI is a Python library that allows users to query datasets using natural language. By leveraging large language models (LLMs), it assists both technical and non-technical individuals in performing data analysis, executing complex queries, and creating visualizations through simple conversation.

    - Cross-dataframe query support
    - Secure Docker sandbox option
    - Multiple LLM provider compatibility via LiteLLm
  9. Page Assist is an open-source browser extension that provides a sidebar and web interface for interacting with local large language models from any webpage. It allows users to chat about current website content by connecting the tool to providers like Ollama or OpenAI API compatible endpoints. The software supports several browsers, including Chromium-based options and Firefox.

    - Data is stored locally within browser storage to maintain privacy
    - Features keyboard shortcuts such as Ctrl+Shift+Y for rapid sidebar access
    - Compatible with various local model providers, including Chrome AI (Gemini Nano)
  10. Heinz Ulrich Lemke writes his 1972 PhD thesis regarding interactive graphics within an integrated Computer-Aided Design (CAD) system through the PIXIE subsystem and a satellite graphics doctrine. This markdown transcription provides a verbatim version of the original work, enhanced with editorial notes and links to historical assembler listings and link protocols.

    - Interactivity is defined as signaling rates around man-machine loops.
    - The PIXIE system had implementations at RCA Labs Princeton and in London.
    - A single measured session was estimated to consume 5–10% of CPU capacity.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: github

About - Propulsed by SemanticScuttle