Tags: agents* + github*

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

  1. OpenHuman is an open-source agent harness designed as a personal AI super intelligence, featuring local-first memory through Markdown trees in SQLite and orchestration capabilities via checkpointed graphs. It functions as a brain that builds persistent context from various data sources like email and calendars, acting as both an orchestrator for multi-agent workflows and a deep researcher with built-in web search and media generation tools.

    - Features "Memory Trees" stored locally in Markdown format to create a Karpathy-style Obsidian wiki.
    - Provides end-to-end encrypted agent-to-agent messaging using the Signal protocol.
    - Supports visual, trigger-driven workflows that can be proposed by an AI and reviewed on a canvas.
    - Includes a "Privacy Mode" which ensures no inference data leaves the user's machine when toggled.
  2. Cobus Greyling provides a practical pattern library, starter templates, and CLI tools for loop engineering using AI coding agents. This repository aims to help developers design systems that orchestrate agents to discover work, execute tasks, verify results, and persist state—moving beyond simple prompting toward automated agentic workflows.

    - Includes the `@cobusgreyling/loop` unified CLI with commands like `init`, `doctor`, `status`, `audit`, and `cost`.
    - Offers various patterns such as Daily Triage, PR Babysitter, CI Sweeper, and Dependency Sweeper.
    - Features a tiered rollout strategy: L1 (report) $rightarrow$ L2 (assisted) $rightarrow$ L3 (unattended).
    - Includes tools for observability like `loop-cost` to estimate token spend and ROI.
  3. OpenSandbox is a general-purpose sandbox platform for AI applications offering multi-language SDKs, unified sandbox APIs and Docker/Kubernetes runtimes for use cases like coding agents, GUI agents, evaluation, code execution and RL training. It provides SDKs, CLI and MCP integration, a sandbox protocol for custom runtimes, built-in environments such as command, filesystem and code interpreter, network ingress/egress controls, credential vault injection and strong isolation via gVisor, Kata Containers and Firecracker.

    - Release images published to Docker Hub, GHCR and Alibaba Cloud with Cosign signatures and provenance
    - SDKs for Python, Java/Kotlin, TypeScript/JavaScript, C#/.NET and Go
    - OpenSSF Best Practices badge and CNCF Landscape listing
  4. 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.
  5. 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.
  6. Lightpanda is an original headless browser written in Zig, purpose-built for high-performance web automation and LLM-driven agents rather than being a fork of Chromium or WebKit. It prioritizes low memory consumption and execution speed by omitting unnecessary graphical rendering components while maintaining JavaScript support through the V8 engine. The system provides a CDP server to maintain compatibility with existing Puppeteer and Playwright workflows.

    - Benchmark data suggests 9x faster execution compared to Headless Chrome.
    - Includes an "Agent mode" that outputs deterministic PandaScript from natural language instructions.
    - Offers native Model Context Protocol (MCP) support for seamless agent interaction.
  7. This tool enables the creation of agentic skills based on proven methodologies from domain experts rather than generic generation. It surfaces frameworks and principles from recognized masters in fields such as product management, writing, engineering, sales, and leadership to ensure high-quality outcomes. The workflow identifies golden examples for quality standards and anti-patterns to avoid through a three-layer search process involving local databases, web searches, and primary source deep dives.

    * Employs 3-layer search: local database, expert discovery, and primary source analysis
    * Identifies "golden examples" to define output quality
    * Detects anti-patterns to encode common mistakes as things to avoid
    * Cross-validates methodologies across multiple experts for consensus
    * Supports various domains like Product, Writing, Sales, Engineering, and Leadership
    2026-07-29 Tags: , , , , , by klotz
  8. A real-time visualization tool for Claude Code and Codex agent orchestration that makes complex agent behaviors visible through interactive node graphs. It allows developers to monitor how agents think, branch, and coordinate during execution, facilitating easier debugging of tool call chains and reasoning processes.

    - Live agent visualization via an interactive node graph with real-time streaming
    - Concurrent support for Claude Code and Codex runtimes
    - Integrated VS Code extension for direct workspace monitoring
    - Interactive canvas with pan and zoom capabilities to inspect details
    - Timeline, transcript panels, and JSONL log file replay functionality
  9. Ask-search provides a way for AI agents to perform web searches privately and without the need for paid API keys. It works by wrapping SearxNG, which aggregates results from multiple sources such as Google and Bing into a single meta-search engine. This allows local tools like Claude Code or Antigravity to access real-time information while maintaining data privacy.

    * Zero cost via self-hosted SearxNG backend
    * High compatibility with CLI, MCP servers, and OpenClaw skills
    * Flexible search options including language and category filters
    * Privacy protection through local query aggregation
  10. Open Code Review is an AI-powered CLI tool designed for automated, high-precision code reviews. Originally developed as Alibaba Group's internal assistant, the project uses a hybrid architecture that combines deterministic engineering with LLM agents to provide stable and accurate feedback. Unlike general-purpose agents, it employs smart file bundling and fine-grained rule matching to maintain context and prevent issues like position drift or incomplete coverage on large changesets.
    Key features:
    - AI-driven line-level review comments
    - Hybrid architecture combining hard constraints with dynamic decision-making
    - Support for various LLM endpoints including OpenAI and Anthropic
    - Seamless integration with CI/CD pipelines and coding agents like Claude Code
    - Customizable rule sets for specific project requirements

Top of the page

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

About - Propulsed by SemanticScuttle