@lythos/agent-adapter-deepseek-serve 0.14.6 → 0.15.1

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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @lythos/agent-adapter-deepseek-serve
2
+
3
+ DeepSeek adapter for [`@lythos/agent-adapter`](https://github.com/lythos-labs/lythoskill/tree/main/packages/lythoskill-agent-adapter/). Launches `deepseek serve --http` daemon and communicates via thread API.
4
+
5
+ ## Usage
6
+
7
+ This package has no standalone CLI. It is consumed through the `@lythos/agent-adapter` registry.
8
+
9
+ ## Related
10
+
11
+ - [`@lythos/agent-adapter`](https://github.com/lythos-labs/lythoskill/tree/main/packages/lythoskill-agent-adapter/) — Adapter registry and base types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lythos/agent-adapter-deepseek-serve",
3
- "version": "0.14.6",
3
+ "version": "0.15.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "bun test src/ --pass-with-no-tests",
@@ -22,6 +22,6 @@
22
22
  "serve-mode"
23
23
  ],
24
24
  "dependencies": {
25
- "@lythos/agent-adapter": "^0.14.6"
25
+ "@lythos/agent-adapter": "^0.15.1"
26
26
  }
27
27
  }