Skip to content

v0.8.1 - Agent Skills System

Choose a tag to compare

@nmlemus nmlemus released this 21 Jan 05:46
· 12 commits to main since this release

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>
  • 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 /data command is used
  • Hide internal tags (intent, think) from CLI output

Full Changelog

v0.8.0...v0.8.1