Skip to content

edimuj/agent-awareness-plugins

Repository files navigation

agent-awareness-plugins

Community provider plugins for agent-awareness.

Each subdirectory is a standalone plugin that can be symlinked into ~/.config/agent-awareness/plugins/.

Plugins

Plugin Description
github-watcher Monitors GitHub repos for new issues, PRs, and comments
server-health Threshold-based server alerts with hysteresis and cooldown
pr-pilot Tracks outbound PRs, detects lifecycle events, frames agent actions

Installation

# Symlink individual plugins
ln -s /path/to/agent-awareness-plugins/github-watcher ~/.config/agent-awareness/plugins/github-watcher

Creating a new plugin

See the agent-awareness provider guide for the plugin interface. Each plugin in this repo should:

  1. Have its own directory with package.json and src/index.ts
  2. Have a root index.ts that re-exports: export { default } from './src/index.ts';
  3. Export a default object conforming to AwarenessPlugin
  4. Include a README.md with config documentation
  5. Be self-contained (no shared dependencies between plugins)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors