Provides a micro-level compaction mechanism for session history, reducing token usage in conversations.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-compaction-micro
8
plugins
Provides a micro-level compaction mechanism for session history, reducing token usage in conversations.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-compaction-microConverts existing tools into reusable skills, packaging them for easier invocation.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-skill-from-toolsGenerates a command from a natural language prompt, enabling command-line execution based on user intent.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-command-from-promptFilters tools to find root-level ones, helping manage and organize tool sets in workflows.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-tool-filter-root-findRecalls previous tool execution trajectories, providing context for future actions.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-tool-trajectory-recallCompacts assembly plans to streamline multi-step workflows by condensing plan details.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-assembly-plan-compacterStrips prompt-related tool definitions to focus on core assembly tools, likely for skill packaging.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-assembly-tools-prompt-stripAdds a web search provider using Lightpanda, enabling search capabilities within the agent environment.
$ dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-provider-websearch-lightpanda