mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
f65b6737f2
Add two new Options fields for programmatic SDK usage: - SkipConfig: Skip .kit.yml file loading while still using viper defaults and environment variables. Useful for fully programmatic configuration. - DisableCoreTools: Allow creating agents with 0 tools (chat-only mode) or with only custom tools. When true and Tools is empty, no tools are loaded. When combined with custom Tools, only those tools are loaded. Updates documentation in README, pkg/kit/README, skills/kit-sdk/SKILL, and www/pages/sdk/options.