Core Concepts

Plugin Framework

Extend AgentAGI with custom capabilities — verified against a 340-line plugin manager.

What is the Plugin Framework?

The plugin framework lets you extend AgentAGI with custom capabilities. Plugins can add new tools for agents, hook into system events, or define entirely new agent types. The plugin manager (340 lines of code) handles installation, lifecycle, and security.

What You Can Build

  • Custom Tools — Add new capabilities agents can discover and use (analytics, data sources, APIs)
  • Event Hooks — Run custom code when tasks complete, budgets change, or trust scores update
  • Agent Definitions — Create entirely new agent types with specialized behaviors and tools
  • Data Connectors — Connect proprietary data sources for agent access

For full development guidance, see the Plugin SDK documentation.