Useful Plugins
Built-inPre-built plugins from connectonion.useful_plugins
What is a Plugin?
A plugin is a reusable list of event handlers. Use plugins=[...] to add pre-packaged functionality to any agent.
Learn how to build custom plugins in the Plugin System documentation.
ReAct Pattern
re_actImplements Reason + Act pattern with planning before action and reflection after tool execution
Code Evaluation
evalSafe code evaluation and execution in a sandboxed environment
Image Result Formatter
image_result_formatterAutomatically formats base64 images in tool results for vision models (GPT-4o, etc.)
Gmail Plugin
gmail_pluginPre-configured event handlers for Gmail integration workflows
Calendar Plugin
calendar_pluginPre-configured event handlers for calendar management workflows
Shell Approval
shell_approvalRequires user confirmation before executing shell commands for safety
System Reminder
system_reminderInjects contextual guidance into tool results to nudge agent behavior
Combining Plugins
Plugins can be combined for powerful agent behaviors:
Customizing Plugins
Need to modify a built-in plugin? Copy it to your project:
Then import from your local copy and customize:
See co copy for full details.
