klotz: agents* + github*

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

  1. 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
  2. A self-hosted, GitHub-compatible API server designed for agents, automation, and developer workflows. It allows existing GitHub clients to work with owned repositories by exposing REST v3, GraphQL v4, OAuth device flow, and Git Smart HTTP while utilizing real bare Git repositories and TiDB/MySQL-compatible storage for metadata.
  3. A directory of specialized scripts and capabilities designed for AI agents within the agent-scripts repository. These skills provide automated workflows across various domains including web browsing, software development processes like code review and debugging, system maintenance, and integrations with platforms such as WhatsApp, Discord, and Sonos.
    Main topics include:
    Browser automation and web interaction
    Developer productivity tools for GitHub and coding workflows
    Platform-specific automations for messaging and smart home devices
    System utility scripts for macOS and developer environments
  4. gitcrawl is a local-first GitHub triage tool and a drop-in caching shim for the gh CLI. It mirrors repository issues and pull requests into a local SQLite database, enabling semantic clustering and full-text search while preventing API rate limit exhaustion. This setup allows maintainers and AI agents to perform heavy read operations against a local cache rather than live GitHub servers.
    Main features:
    Local SQLite storage for all issue, PR, and commit metadata.
    A gh-compatible shim that handles most read-only calls locally.
    Semantic clustering using OpenAI embeddings to group related reports.
    An interactive terminal UI for cluster browsing.
    JSON support for easy automation with AI agents.
  5. OpenKB is an open-source command-line system designed to transform raw documents into a structured, interlinked wiki-style knowledge base using Large Language Models. Unlike traditional RAG systems that rediscover information with every query, OpenKB compiles knowledge once into a persistent format where summaries, concept pages, and cross-references are automatically maintained and updated.
    Key features and capabilities include:
    - Vectorless long document retrieval powered by PageIndex tree indexing.
    - Native multi-modality for understanding figures, tables, and images.
    - Broad format support including PDF, Word, Markdown, PowerPoint, HTML, and Excel.
    - Automated wiki compilation that creates summaries and synthesizes concepts across documents.
    - Interactive chat sessions with persisted history and Obsidian compatibility via wikilinks.
    - Health check tools (linting) to identify contradictions, gaps, or stale content within the knowledge base.
  6. A Python package designed to provide production-ready templates for Generative AI agents on Google Cloud. It allows developers to focus on agent logic by automating the surrounding infrastructure, including CI/CD pipelines, observability, security, and deployment via Cloud Run or Agent Engine.
    Key features and offerings include:
    - Pre-built agent templates such as ReAct, RAG (Retrieval-Augmented Generation), multi-agent systems, and real-time multimodal agents using Gemini.
    - Automated CI/CD integration with Google Cloud Build and GitHub Actions.
    - Data pipelines for RAG using Terraform, supporting Vertex AI Search and Vector Search.
    - Support for various frameworks including Google's Agent Development Kit (ADK) and LangGraph.
    - Integration with the Gemini CLI for architectural guidance directly in the terminal.
  7. This project, `autoresearch-opencode`, is an autonomous experiment loop designed for use with OpenCode. It's a port of `pi-autoresearch`, but implemented as a pure skill, eliminating the need for an MCP server and relying solely on instructions the agent follows using its built-in tools. The skill allows users to automate optimization tasks, as demonstrated by the example of optimizing the BogoSort algorithm which achieved a 7,802x speedup by leveraging Python's `bisect` module for sorted-state detection.
    The system maintains state using a JSONL file, enabling resume/pause functionality and detailed experiment tracking. It provides a dashboard for monitoring progress and ensures data integrity through atomic writes and validation checks.
  8. Stripe's "Minions" are AI agents designed to autonomously complete complex coding tasks, from understanding a request to deploying functional code. Unlike traditional AI coding assistants that offer suggestions line-by-line, Minions aim for end-to-end task completion in a single shot. This approach leverages large language models (LLMs) to handle the entire process, including planning, code generation, and testing. The article details Stripe's implementation, focusing on overcoming challenges like long context windows and the need for reliable tooling. The goal is to significantly boost developer productivity by automating repetitive and complex coding tasks.
  9. Stripe engineers have developed 'Minions,' autonomous coding agents capable of completing software development tasks end-to-end from a single instruction. These agents generate production-ready pull requests with minimal human intervention, currently producing over 1,300 per week. The system, built on an internal fork of Goose, integrates LLMs with Stripe's developer tools and utilizes 'blueprints' – workflows combining code and agent loops – to handle tasks.
    Reliability is paramount, with changes undergoing human review and rigorous testing. Minions excel at well-defined tasks like configuration updates and refactoring, demonstrating a growing trend in AI-driven software development.
  10. OpenViking is an open-source context database designed specifically for AI Agents. It unifies the management of context (memory, resources, and skills) using a file system paradigm, enabling hierarchical context delivery and self-iteration.

Top of the page

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

About - Propulsed by SemanticScuttle