llmist 2.1.0 → 2.3.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-LSCCBXS7.js";
2
+ import "./chunk-ZDNV7DDO.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-PDYVT3FI.js";
30
+ } from "./chunk-GANXNBIZ.js";
31
31
 
32
32
  // src/cli/constants.ts
33
33
  var CLI_NAME = "llmist";
@@ -86,8 +86,8 @@ import { Command, InvalidArgumentError as InvalidArgumentError2 } from "commande
86
86
  // package.json
87
87
  var package_default = {
88
88
  name: "llmist",
89
- version: "2.0.0",
90
- 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.",
89
+ version: "2.2.0",
90
+ description: "TypeScript LLM client with streaming tool execution. Tools fire mid-stream. Built-in function calling works with any model\u2014no structured outputs or native tool support required.",
91
91
  type: "module",
92
92
  main: "dist/index.cjs",
93
93
  module: "dist/index.js",
@@ -161,9 +161,16 @@ var package_default = {
161
161
  "universal-client",
162
162
  "multi-provider",
163
163
  "hooks",
164
- "gadgets"
164
+ "gadgets",
165
+ "chatbot",
166
+ "chatgpt",
167
+ "agentic",
168
+ "language-model",
169
+ "generative-ai",
170
+ "bun",
171
+ "nodejs"
165
172
  ],
166
- author: "",
173
+ author: "Zbigniew Sobiecki <zbigniew@sobiecki.name>",
167
174
  license: "MIT",
168
175
  dependencies: {
169
176
  "@anthropic-ai/sdk": "^0.69.0",