agentitive / spellbound

Autonomous and goal-seeking coding agents. 💫
MIT License
21 stars 2 forks source link

Create plugin system for custom tools #35

Open poteat opened 1 year ago

poteat commented 1 year ago

We should have a npm-based plugin system a la spellbound-plugin-markdown that adds domain-specific tools (and potentially other modifications), so folks can create domain-specific use cases for Spellbound without having to modify the primary engine.

dustinlacewell commented 1 year ago

How would they add the plugin to their installation of the extension?