zhitalk 0.0.2 → 0.0.3

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 +20 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,25 @@
2
2
 
3
3
  A personal AI Agent like OpenClaw, including tools, skills, memory, hook, sub-agent, MCP sever, etc. Run in the terminal.
4
4
 
5
- ## Tech
5
+ ## Usage
6
+
7
+ Docs https://zhitalk.chat/
8
+
9
+ Install
10
+
11
+ ```
12
+ npm install zhitalk -g
13
+ ```
14
+
15
+ Run in terminal
16
+
17
+ ```
18
+ zhitalk
19
+ ```
20
+
21
+ ## Dev
22
+
23
+ ### Tech
6
24
 
7
25
  - runtime: nodejs
8
26
  - language: typescript
@@ -11,7 +29,7 @@ A personal AI Agent like OpenClaw, including tools, skills, memory, hook, sub-ag
11
29
  - CLI tool: commander.js
12
30
  - database: sqlite
13
31
 
14
- ## Command
32
+ ### Command
15
33
 
16
34
  ```bash
17
35
  pnpm dev
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zhitalk",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A personal AI Agent like OpenClaw, including tools, skills, memory, hook, sub-agent, MCP server, etc. Run in the terminal.",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",