@nex-ai/nex 0.1.46 → 0.1.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nex-ai/nex",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "Nex CLI provides organizational context & memory to AI agents. Connect email, CRM, Slack, meetings, and 100+ tools into one knowledge graph.",
5
5
  "mcpName": "ai.nex/nex",
6
6
  "type": "module",
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -0,0 +1,59 @@
1
+ # --- Nex Context & Memory ---
2
+
3
+ # Nex — Organizational Context & Memory
4
+
5
+ Nex provides your AI agent with real-time organizational knowledge — contacts, deals, meetings, emails, notes, insights, patterns, and playbooks — via MCP tools. Context is proactively injected into your conversation, so relevant knowledge surfaces automatically even when you don't ask for it.
6
+
7
+ ## MCP Tools Available
8
+
9
+ ### `nex_ask` — AI-powered context query (recommended)
10
+ Use for natural language questions about organizational context.
11
+ Examples: "what's the latest on the Acme deal?", "when did I last talk to Sarah?"
12
+
13
+ ### `nex_remember` — Store information
14
+ Save notes, observations, meeting summaries, or any text to the knowledge base.
15
+ Examples: "remember that John prefers email over Slack", store meeting notes
16
+
17
+ ### `nex_search` — Fuzzy record lookup
18
+ Search CRM records (people, companies, deals) by name or keyword.
19
+ Use when looking up a specific named entity rather than asking a question.
20
+
21
+ ### `nex_list_integrations` — Check connected data sources
22
+ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
23
+
24
+ ### `nex_connect_integration` — Connect a data source
25
+ Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
26
+
27
+ ### `nex_get_notifications` — View recent notifications
28
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
29
+
30
+ ### `nex_set_notification_preferences` — Update notification settings
31
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
32
+
33
+ ### `nex_create_notification_rule` — Create custom notification rules
34
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
35
+
36
+ ## Proactive Context
37
+
38
+ Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
39
+
40
+ - **Entity insights** — facts about people, companies, and deals mentioned or relevant to the task
41
+ - **Knowledge insights** — patterns, lessons learned, and domain knowledge from past work
42
+ - **Playbook rules** — proven approaches and best practices from the user's experience
43
+
44
+ Leverage this context to provide more informed, personalized responses. If the context mentions a relevant pattern or past decision, incorporate it naturally without explicitly referencing the context block.
45
+
46
+ ## When to Use Nex Tools Directly
47
+
48
+ Use `nex_ask` proactively when:
49
+ - The user mentions a person, company, or project — look up their context
50
+ - The task involves a domain the knowledge graph may have insights on
51
+ - You need organizational context to make a better recommendation
52
+
53
+ Use `nex_remember` when:
54
+ - The user shares a decision, preference, or important fact worth persisting
55
+ - A conversation reveals new knowledge that future sessions should have access to
56
+
57
+ Always try `nex_ask` first for general queries. Use `nex_search` when you need to find a specific record by name.
58
+
59
+ # --- End Nex ---
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response:
@@ -22,6 +22,15 @@ Shows which integrations (Gmail, Slack, Calendar, CRM) are connected and active.
22
22
  ### `nex_connect_integration` — Connect a data source
23
23
  Initiate OAuth connection for Gmail, Google Calendar, Outlook, Slack, Salesforce, HubSpot, or Attio.
24
24
 
25
+ ### `nex_get_notifications` — View recent notifications
26
+ Check for new notifications from Nex. Shows deal changes, meeting updates, relationship insights, and custom alerts.
27
+
28
+ ### `nex_set_notification_preferences` — Update notification settings
29
+ Change notification frequency or toggle notification types. Example: set polling to every 5 minutes.
30
+
31
+ ### `nex_create_notification_rule` — Create custom notification rules
32
+ Set up AI-powered notification rules in natural language. Example: "notify me when deal value changes by more than 10%".
33
+
25
34
  ## Proactive Context
26
35
 
27
36
  Nex automatically surfaces relevant context from the user's knowledge graph on every prompt — not just questions. When you see a `<nex-context>` block, use it naturally to inform your response: