Skip to content

v0.3.0

Choose a tag to compare

@maxvaega maxvaega released this 01 Dec 17:09
· 1 commit to main since this release
56a5c6f

v0.3.0 Script Execution

  • ✅ Script Execution Support (Python, Shell, JavaScript, Ruby, Perl)
  • ✅ Automatic script detection (recursive, up to 5 levels)
  • ✅ Security controls (path validation, permission checks, timeout enforcement)
  • ✅ Environment variable injection (SKILL_NAME, SKILL_BASE_DIR, SKILL_VERSION, SKILLKIT_VERSION)
  • ✅ LangChain script tool integration (each script exposed as separate StructuredTool)
  • ✅ Parameters normalization to lower-case
  • ✅ Comprehensive error handling and audit logging
  • ✅ Cross-platform support (Linux, macOS, Windows)
  • ✅ Backward compatible with v0.1/v0.2 (except ToolRestrictionError removed)