🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agentskit/cli

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentskit/cli - npm Package Compare versions

Comparing version
0.13.25
to
0.13.28
dist/chunk-54AIH25E.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+1
-1
#!/usr/bin/env node
import { createCli } from './chunk-RNOYLQCV.js';
import { createCli } from './chunk-54AIH25E.js';

@@ -4,0 +4,0 @@ // src/bin.ts

#!/usr/bin/env node
export { ChatApp, HookDispatcher, McpClient, applyPolicyToTool, applyPolicyToTools, bridgeMcpServers, buildRagFromConfig, computeCost, configHooksToHandlers, createCli, createOpenAiEmbedder, defaultPolicy, derivePreview, disposeMcpClients, evaluatePolicy, findLatestSession, findSession, forkSession, generateSessionId, getPricing, indexSources, listSessions, loadConfig, loadPlugins, mergePluginsIntoBundle, registerPricing, renameSession, renderChatHeader, renderReport, resolveChatProvider, resolveSession, runAgent, runDoctor, sessionFilePath, startDev, startTunnel, writeSessionMeta, writeStarterProject } from './chunk-RNOYLQCV.js';
export { ChatApp, HookDispatcher, McpClient, applyPolicyToTool, applyPolicyToTools, bridgeMcpServers, buildRagFromConfig, computeCost, configHooksToHandlers, createCli, createOpenAiEmbedder, defaultPolicy, derivePreview, disposeMcpClients, evaluatePolicy, findLatestSession, findSession, forkSession, generateSessionId, getPricing, indexSources, listSessions, loadConfig, loadPlugins, mergePluginsIntoBundle, registerPricing, renameSession, renderChatHeader, renderReport, resolveChatProvider, resolveSession, runAgent, runDoctor, sessionFilePath, startDev, startTunnel, writeSessionMeta, writeStarterProject } from './chunk-54AIH25E.js';
//# sourceMappingURL=index.js.map
//# sourceMappingURL=index.js.map
{
"name": "@agentskit/cli",
"version": "0.13.25",
"version": "0.13.28",
"description": "CLI for AgentsKit chat and project scaffolding.",

@@ -27,3 +27,2 @@ "keywords": [

"sideEffects": false,
"main": "./dist/index.cjs",
"module": "./dist/index.js",

@@ -37,4 +36,3 @@ "types": "./dist/index.d.ts",

"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"import": "./dist/index.js"
}

@@ -54,11 +52,11 @@ },

"yaml": "^2.9.0",
"@agentskit/adapters": "0.13.13",
"@agentskit/core": "1.12.3",
"@agentskit/integrations": "0.5.11",
"@agentskit/ink": "0.10.4",
"@agentskit/memory": "0.11.0",
"@agentskit/rag": "0.4.14",
"@agentskit/runtime": "0.10.10",
"@agentskit/skills": "0.8.15",
"@agentskit/tools": "0.11.11"
"@agentskit/adapters": "0.13.16",
"@agentskit/core": "1.12.4",
"@agentskit/ink": "0.10.5",
"@agentskit/integrations": "0.5.13",
"@agentskit/memory": "0.11.2",
"@agentskit/rag": "0.4.16",
"@agentskit/runtime": "0.10.11",
"@agentskit/skills": "0.8.16",
"@agentskit/tools": "0.12.1"
},

@@ -77,3 +75,4 @@ "devDependencies": {

"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -80,0 +79,0 @@ "agentskit": {

# @agentskit/cli
<p align="center"><img src="https://raw.githubusercontent.com/AgentsKit-io/agentskit/main/apps/docs-next/public/brand/logo-wordmark.svg" alt="AgentsKit" width="180" /></p>
> The programmatic package entry is ESM-only because its Ink 7 UI dependency uses an ESM graph with top-level await.
Profile: <code>major-package</code>
<p align="center"><img alt="AgentsKit" src="https://raw.githubusercontent.com/AgentsKit-io/agentskit/main/apps/docs-next/public/brand/logo-wordmark.svg" width="180" /></p>
Chat with any LLM, scaffold projects, and run agents — all from your terminal.

@@ -16,2 +20,8 @@

## Verified proof
- Package metadata and tests live under `packages/cli/`.
- Package guide: https://www.agentskit.io/docs/packages/cli
- Stability map: [docs/STABILITY.md](../../docs/STABILITY.md)
## How this fits the ecosystem

@@ -37,2 +47,3 @@

<!-- readme-command:install -->
```bash

@@ -107,1 +118,19 @@ npm install -g @agentskit/cli

[Full documentation](https://www.agentskit.io) · [GitHub](https://github.com/AgentsKit-io/agentskit)
## Quick start
<!-- readme-example:quickstart -->
```ts
import '@agentskit/cli'
console.log('@agentskit/cli loaded')
```
## Maturity and compatibility
- Stability: **beta** — see [docs/STABILITY.md](../../docs/STABILITY.md)
- **Node.js 20+** and **TypeScript** strict mode
- Published as `@agentskit/cli`
## Contributing
See [CONTRIBUTING.md](../../CONTRIBUTING.md) and the monorepo [LICENSE](../../LICENSE).

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display