We're adding support for skills and custom agents in
and there's an interesting opportunity to allow packages to publish and distribute these files, e.g. in inst/agents or inst/skills.
- Could we easily auto-discover and attach an agent or skill from a package?
- Could we offer a way to install agents/skills from a package into the project or user scope?
- Should we auto-discover and use
inst/agents and inst/skills when working inside an R package?