@outlit/pi 0.1.4 → 0.1.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 (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +6 -4
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Pi package for Outlit customer intelligence tools.
4
4
 
5
+ Outlit is the real-time understanding of every customer, the infrastructure agents use to automate customer operations.
6
+
5
7
  ## Install
6
8
 
7
9
  ```bash
@@ -68,3 +70,11 @@ export default createOutlitPiExtension({
68
70
  You can also pass `apiKey`, `baseUrl`, and `fetch` directly to `createOutlitPiExtension` for embedded or test environments.
69
71
 
70
72
  See [`examples/pi-agents`](../../examples/pi-agents) for complete customer-signal Pi agents built on this package, including usage-decay churn, friction-to-churn, activation-failure, and expansion-readiness examples.
73
+
74
+ ## Canonical Docs
75
+
76
+ - Pi agents: <https://docs.outlit.ai/ai-integrations/pi>
77
+ - Tool gateway API docs: <https://docs.outlit.ai/api-reference/tools>
78
+ - Agent skills: <https://docs.outlit.ai/ai-integrations/skills>
79
+ - MCP integration for remote MCP clients: <https://docs.outlit.ai/ai-integrations/mcp>
80
+ - Agent-facing docs index: <https://docs.outlit.ai/llms.txt>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@outlit/pi",
3
- "version": "0.1.4",
4
- "description": "Pi package for Outlit customer intelligence tools",
3
+ "version": "0.1.5",
4
+ "description": "Pi package for Outlit customer intelligence tools and skill guidance",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Outlit AI",
7
7
  "repository": {
@@ -12,12 +12,14 @@
12
12
  "bugs": {
13
13
  "url": "https://github.com/OutlitAI/outlit-sdk/issues"
14
14
  },
15
- "homepage": "https://github.com/OutlitAI/outlit-sdk#readme",
15
+ "homepage": "https://docs.outlit.ai/ai-integrations/pi",
16
16
  "keywords": [
17
17
  "outlit",
18
18
  "pi",
19
19
  "pi-package",
20
20
  "agents",
21
+ "ai-agents",
22
+ "mcp",
21
23
  "customer-intelligence"
22
24
  ],
23
25
  "pi": {
@@ -64,7 +66,7 @@
64
66
  "test": "vitest run"
65
67
  },
66
68
  "dependencies": {
67
- "@outlit/tools": "^0.2.1"
69
+ "@outlit/tools": "^0.3.0"
68
70
  },
69
71
  "peerDependencies": {
70
72
  "@mariozechner/pi-coding-agent": "*",