Skip to content

[Feature] Add Plugin System for Custom AI Agents #1

@OnePunchMonk

Description

@OnePunchMonk
  • Implement a lightweight plugin loader to auto-discover agent classes from a agents_custom/ folder using importlib.

  • Enforce inheritance from a common BaseAgent interface for all custom agents.

  • Auto-register discovered agents at runtime; no manual imports required.

  • Provide a sample custom agent and minimal test to validate the plugin mechanism.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions