v0.8.1 - Agent Skills System
What's New
Agent Skills System
This release introduces the Agent Skills system, an extensible capability framework for DSAgent.
New Features
-
Skills Module - Full implementation of skill loading, registration, and installation
- Install skills from GitHub:
dsagent skills install github:dsagent-skills/eda-analysis - Install from local directory:
dsagent skills install ./my-skill - List installed skills:
dsagent skills list - Show skill details:
dsagent skills info <name>
- Install skills from GitHub:
-
CLI Slash Commands - New interactive commands in chat REPL:
/skills- List all installed skills/skill <name>- Show detailed skill information
-
Documentation - Comprehensive skills documentation at
docs/guide/skills.md
Other Improvements
- Intent classification for improved response matching
- Markdown rendering for assistant messages
- Fallback handling for unsupported LLM parameters
- Auto-create session when
/datacommand is used - Hide internal tags (intent, think) from CLI output