Sign in Sign up
rubygems

pikuri-subagents

pikuri-subagents owns the sub-agent (delegation) feature top to bottom: the +Pikuri::SubAgent::SubAgentTool+ class (exposed to the LLM as the +agent+ tool), the +Persona+ record, the +Extension+ that wires it onto an agent, and the bundled +Pikuri::SubAgent::RESEARCHER+ persona (network-read only). Hosts that want sub-agents add this gem as a runtime dep and call +c.add_extension Pikuri::SubAgent::Extension.new(personas: [...])+ inside their +Agent.new+ block — same opt-in shape as +pikuri-skills+ / +pikuri-mcp+. Also ships +bin/pikuri-minions+ as a fan-out delegation demo.

Activity

Latest release
2w ago
Total releases
5
Cadence
~6 days
Last 12 months
5

Reach

Downloads
965

Details

License
MIT
First release
May 29, 2026
Releases
Version Released
0.1.0 minor
0.0.7 patch
0.0.5 patch
0.0.6 patch
0.0.4 initial