opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat: add package-based agent loading from npm packages

Open anduimagui opened this issue 2 weeks ago • 0 comments

This adds support for loading agents from npm packages, enabling dynamic agent installation and management. It improves extensibility by allowing users to install and use agents distributed via npm, expanding the ecosystem beyond built-in agents.

Changes:

  • Implemented package-based agent loading functionality
  • Added npm package integration for agent discovery
  • Updated agent management to handle external packages

If there's a related issue, please let me know and I'll add the reference.

anduimagui avatar Dec 30 '25 19:12 anduimagui