No description
Find a file
2026-05-15 08:37:00 +00:00
bundles/developer-toolkit Initial commit: Official SYNAPSE plugins repository 2026-05-10 12:51:09 +02:00
plugins feat(plugins): add official plugin library v2.5.7-dev 2026-05-13 00:21:09 +02:00
README.md docs: add FT-Nova as contributor 2026-05-15 08:37:00 +00:00

SYNAPSE Official Plugins

Official plugins maintained by the SYNAPSE core team.

Overview

This repository contains all official SYNAPSE plugins with guaranteed compatibility, security audits, and comprehensive support.

Repository: FTMahringer/Synapse-plugins (private)
Access: Available to all SYNAPSE users
Quality Standards: Strict code review and testing

Plugins

Core Plugins

Bundles

Official Bundles

Installation

All official plugins are pre-installed with SYNAPSE but must be enabled per agent.

# Enable plugin for an agent
synapse agent update my-agent --enable-plugin web-search

# Install bundle
synapse bundle install developer-toolkit

Plugin Structure

Each plugin follows this structure:

plugin-name/
├── README.md           # Plugin documentation
├── plugin.yaml         # Plugin metadata
├── src/               # Plugin source code
├── tests/             # Plugin tests
└── CHANGELOG.md       # Version history

Development

See SYNAPSE Documentation - Plugin Development for development guidelines.

License

All official plugins are licensed under MIT unless otherwise specified.

Support