p-api-agent 0.0.4 → 0.0.5

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 (1) hide show
  1. package/package.json +18 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "p-api-agent",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "files": [
@@ -18,7 +18,23 @@
18
18
  },
19
19
  "author": "",
20
20
  "license": "ISC",
21
- "description": "",
21
+ "description": "一个轻量、高效、模型无关的 LLM Agent 框架,采用 ReAct 单调用循环架构",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/p-shoko/p-api-agent.git"
25
+ },
26
+ "homepage": "https://github.com/p-shoko/p-api-agent#readme",
27
+ "bugs": {
28
+ "url": "https://github.com/p-shoko/p-api-agent/issues"
29
+ },
30
+ "keywords": [
31
+ "agent",
32
+ "llm",
33
+ "react",
34
+ "function-call",
35
+ "openai",
36
+ "ai"
37
+ ],
22
38
  "devDependencies": {
23
39
  "@types/lodash": "4.17.16",
24
40
  "@types/node": "^25.3.5",