5 Repos
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.
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.
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.
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.
The Opencode Go library provides convenient access to the Opencode REST API from applications written in Go.
Official Go SDK for building agent plugins.
This library provides convenient access to the Opencode REST API from server-side TypeScript or JavaScript.
Official JavaScript/TypeScript SDK for building agent plugins.