You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(package): support pnpm 10
fix(package): support pnpm 10
feat(skill-agent): add skill agent module with core functionality
Add new skill agent module with core functionality including:
- Skill management and loading system
- Skill tool integration for agent usage
- Config markdown parsing for skill documentation
- Type definitions for skill-related interfaces
- Integration with existing AgentTARS system
feat: allow OPENAI_API_KEY in secretlint config
fix: remove unused devDependencies from package.json
feat(skill-agent): add initial skill agent interface package
Add new package @tarko/skill-agent-interface with basic configuration files
(rslib.config.ts, tsconfig.json, package.json) and initial type definitions
for skill agent functionality. Includes SkillAgentOptions, SkillInfo, and
SkillRegistry interfaces.
fix(deps): upgrade node-fetch to v3.3.2 and update related dependencies
0 commit comments