llmist 1.6.1 → 1.7.0

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import "./chunk-QR5IQXEM.js";
2
+ import "./chunk-JGORHSHC.js";
3
3
  import {
4
4
  AgentBuilder,
5
5
  BaseGadget,
@@ -27,7 +27,7 @@ import {
27
27
  resolveModel,
28
28
  schemaToJSONSchema,
29
29
  validateGadgetSchema
30
- } from "./chunk-X5XQ6M5P.js";
30
+ } from "./chunk-E52IO2NO.js";
31
31
 
32
32
  // src/cli/constants.ts
33
33
  var CLI_NAME = "llmist";
@@ -88,7 +88,7 @@ import { Command, InvalidArgumentError as InvalidArgumentError2 } from "commande
88
88
  // package.json
89
89
  var package_default = {
90
90
  name: "llmist",
91
- version: "1.6.0",
91
+ version: "1.6.2",
92
92
  description: "Universal TypeScript LLM client with streaming-first agent framework. Works with any model - no structured outputs or native tool calling required. Implements its own flexible grammar for function calling.",
93
93
  type: "module",
94
94
  main: "dist/index.cjs",