agentledger 0.3.0 → 0.3.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -157,7 +157,7 @@ app.post('/api/action', agentLedgerMiddleware(ledger, {
|
|
|
157
157
|
AgentLedger is open source. You can self-host the dashboard:
|
|
158
158
|
|
|
159
159
|
```bash
|
|
160
|
-
git clone https://github.com/
|
|
160
|
+
git clone https://github.com/miken1988/agentledger.git
|
|
161
161
|
cd agentledger
|
|
162
162
|
npm install && npm run dev
|
|
163
163
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentledger",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Track, monitor, and control AI agent actions. The missing observability layer for AI agents. Zero dependencies.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"homepage": "https://agentledger.co",
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
45
|
-
"url": "https://github.com/
|
|
45
|
+
"url": "https://github.com/miken1988/agentledger"
|
|
46
46
|
},
|
|
47
47
|
"bugs": {
|
|
48
|
-
"url": "https://github.com/
|
|
48
|
+
"url": "https://github.com/miken1988/agentledger/issues"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=18.0.0"
|