@tdsoft-tech/aikit 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +12 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -1
package/dist/index.d.ts
CHANGED
|
@@ -995,6 +995,6 @@ declare const paths: {
|
|
|
995
995
|
* Provides skills, agents, commands, tools, and plugins for enhanced AI-assisted development.
|
|
996
996
|
*/
|
|
997
997
|
|
|
998
|
-
declare const VERSION = "0.1.
|
|
998
|
+
declare const VERSION = "0.1.4";
|
|
999
999
|
|
|
1000
1000
|
export { type AIKitConfig, type Agent, AgentManager, type AgentType, AntiHallucination, BeadsIntegration, type Command, CommandRunner, Config, type Memory, MemoryManager, type Plugin, type PluginEvent, PluginSystem, type Skill, SkillEngine, type Tool, ToolRegistry, VERSION, defineTool, loadConfig, logger, paths };
|