awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesAgent Plugins

Extensions that add functionality, workflows, and capabilities to the agent.

Explore 5 awesome GitHub repositories matching part of an awesome list · Agent Plugins. Refine with filters or upvote what's useful.

Awesome Agent Plugins GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • anomalyco/opencodeAvatar von anomalyco

    anomalyco/opencode

    175,152Auf GitHub ansehen↗

    OpenCode is a framework for orchestrating autonomous AI agents within development environments. It provides a multi-tiered architecture where primary assistants manage user interaction while specialized subagents handle specific tasks like planning, research, and code generation. The system includes a comprehensive command-line interface for managing these workflows, configuring agent behavior, and defining custom tools or commands through metadata-rich files. The platform features a modular plugin system and extensive integration support, including standardized protocols for connecting local

    The core agent framework for terminal-based AI coding.

    TypeScript
    Auf GitHub ansehen↗175,152
  • entireio/cliAvatar von entireio

    entireio/cli

    2,753Auf GitHub ansehen↗

    This project is a Git-based AI session tracker and context manager designed to record AI agent interactions, transcripts, and tool usage directly into Git repositories. It functions as a system for capturing and indexing the reasoning behind code changes, linking AI prompts and responses to specific code commits to preserve developer intent. The tool distinguishes itself by using Git as a primary storage layer for session metadata, utilizing shadow branches and checkpoints to track agent state without polluting the main commit log. It includes specialized capabilities for auditing AI contribu

    Detects and integrates external agent plugins without requiring manual configuration files.

    Goagentsaiclaude
    Auf GitHub ansehen↗2,753
  • anomalyco/opencode-sdk-pythonAvatar von anomalyco

    anomalyco/opencode-sdk-python

    245Auf GitHub ansehen↗

    The Opencode Python library provides convenient access to the Opencode REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx.

    Official Python SDK for building agent plugins.

    Python
    Auf GitHub ansehen↗245
  • anomalyco/opencode-sdk-goAvatar von anomalyco

    anomalyco/opencode-sdk-go

    137Auf GitHub ansehen↗

    The Opencode Go library provides convenient access to the Opencode REST API from applications written in Go.

    Official Go SDK for building agent plugins.

    Go
    Auf GitHub ansehen↗137
  • anomalyco/opencode-sdk-jsAvatar von anomalyco

    anomalyco/opencode-sdk-js

    86Auf GitHub ansehen↗

    This library provides convenient access to the Opencode REST API from server-side TypeScript or JavaScript.

    Official JavaScript/TypeScript SDK for building agent plugins.

    TypeScript
    Auf GitHub ansehen↗86
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Agent Plugins

Unter-Tags erkunden

  • Auto-DiscoveryAutomatic detection and integration of agent plugins without manual configuration. **Distinct from Agent Plugins:** Focuses on the discovery mechanism, whereas Agent Plugins is the general category for the extensions themselves.