Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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