Files
ragflow/internal/harness/core/middlewares/skill/doc.go
Yingfeng 956357b997 Feat: add harness-go framework —— agent core (#16045)
### What problem does this PR solve?

core module for agent layer built on top of graph engine #16039

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2026-06-16 11:39:48 +08:00

12 lines
492 B
Go

// Package skill provides a middleware for dynamic skill loading.
//
// A skill is a reusable capability that can be loaded in three modes:
// - Inline: skill content is injected as instruction text
// - Fork: skill tools are loaded as available tools
// - ForkWithContext: skill tools are loaded with context injection
//
// Skills can be loaded from:
// - FileSystemBackend: read skill definitions from markdown files
// - Embedded content: inline skill definitions
package skill