@askexenow/exe-os 0.9.88 → 0.9.90
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/deploy/stack-manifests/v0.9.json +48 -9
- package/dist/bin/agentic-ontology-backfill.js +44 -23
- package/dist/bin/agentic-reflection-backfill.js +44 -23
- package/dist/bin/agentic-semantic-label.js +44 -23
- package/dist/bin/backfill-conversations.js +44 -23
- package/dist/bin/backfill-responses.js +44 -23
- package/dist/bin/backfill-vectors.js +44 -23
- package/dist/bin/bulk-sync-postgres.js +44 -23
- package/dist/bin/cleanup-stale-review-tasks.js +44 -23
- package/dist/bin/cli.js +44 -23
- package/dist/bin/exe-agent.js +44 -23
- package/dist/bin/exe-assign.js +44 -23
- package/dist/bin/exe-boot.js +44 -23
- package/dist/bin/exe-call.js +44 -23
- package/dist/bin/exe-cloud.js +44 -23
- package/dist/bin/exe-dispatch.js +44 -23
- package/dist/bin/exe-doctor.js +44 -23
- package/dist/bin/exe-export-behaviors.js +44 -23
- package/dist/bin/exe-forget.js +44 -23
- package/dist/bin/exe-gateway.js +44 -23
- package/dist/bin/exe-heartbeat.js +44 -23
- package/dist/bin/exe-kill.js +44 -23
- package/dist/bin/exe-launch-agent.js +44 -23
- package/dist/bin/exe-new-employee.js +44 -23
- package/dist/bin/exe-pending-messages.js +44 -23
- package/dist/bin/exe-pending-notifications.js +44 -23
- package/dist/bin/exe-pending-reviews.js +44 -23
- package/dist/bin/exe-rename.js +44 -23
- package/dist/bin/exe-review.js +44 -23
- package/dist/bin/exe-search.js +44 -23
- package/dist/bin/exe-session-cleanup.js +44 -23
- package/dist/bin/exe-start-codex.js +44 -23
- package/dist/bin/exe-start-opencode.js +44 -23
- package/dist/bin/exe-status.js +44 -23
- package/dist/bin/exe-team.js +44 -23
- package/dist/bin/git-sweep.js +44 -23
- package/dist/bin/graph-backfill.js +44 -23
- package/dist/bin/graph-export.js +44 -23
- package/dist/bin/intercom-check.js +44 -23
- package/dist/bin/scan-tasks.js +44 -23
- package/dist/bin/setup.js +44 -23
- package/dist/bin/shard-migrate.js +44 -23
- package/dist/gateway/index.js +44 -23
- package/dist/hooks/bug-report-worker.js +44 -23
- package/dist/hooks/codex-stop-task-finalizer.js +44 -23
- package/dist/hooks/commit-complete.js +44 -23
- package/dist/hooks/error-recall.js +44 -23
- package/dist/hooks/ingest.js +44 -23
- package/dist/hooks/instructions-loaded.js +44 -23
- package/dist/hooks/notification.js +44 -23
- package/dist/hooks/post-compact.js +44 -23
- package/dist/hooks/post-tool-combined.js +44 -23
- package/dist/hooks/pre-compact.js +44 -23
- package/dist/hooks/pre-tool-use.js +44 -23
- package/dist/hooks/prompt-submit.js +44 -23
- package/dist/hooks/session-end.js +44 -23
- package/dist/hooks/session-start.js +44 -23
- package/dist/hooks/stop.js +44 -23
- package/dist/hooks/subagent-stop.js +44 -23
- package/dist/hooks/summary-worker.js +44 -23
- package/dist/index.js +44 -23
- package/dist/lib/employee-templates.js +44 -23
- package/dist/lib/exe-daemon.js +66 -27
- package/dist/lib/hybrid-search.js +44 -23
- package/dist/lib/schedules.js +44 -23
- package/dist/lib/store.js +44 -23
- package/dist/lib/ws-client.js +8 -0
- package/dist/mcp/server.js +44 -23
- package/dist/runtime/index.js +44 -23
- package/dist/tui/App.js +44 -23
- package/package.json +1 -1
- package/stack.release.json +4 -4
|
@@ -4550,6 +4550,19 @@ var init_platform_procedures = __esm({
|
|
|
4550
4550
|
priority: "p1",
|
|
4551
4551
|
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
4552
4552
|
},
|
|
4553
|
+
// --- Updates and deployment ---
|
|
4554
|
+
{
|
|
4555
|
+
title: "How to update exe-os \u2014 CLI update + stack update (two steps)",
|
|
4556
|
+
domain: "operations",
|
|
4557
|
+
priority: "p0",
|
|
4558
|
+
content: 'Updating exe-os is a two-step process. Step 1 \u2014 update the CLI: `npm install -g @askexenow/exe-os@latest` (gets bug fixes, new platform procedures, new tools). Step 2 \u2014 update the VPS stack (if applicable): `exe-os stack-update --target <version> --yes` (pulls new Docker images for exed, wiki, CRM, gateway). Step 1 MUST happen before Step 2 \u2014 the stack-update command itself may have bug fixes. After updating, restart the daemon: the deploy script handles this automatically. Check update availability: `exe-os update --check` or config(action="check_update"). Agents should NEVER run npm install or stack-update autonomously \u2014 always confirm with the user first.'
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
4562
|
+
domain: "operations",
|
|
4563
|
+
priority: "p1",
|
|
4564
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
4565
|
+
},
|
|
4553
4566
|
// --- Hierarchy and dispatch ---
|
|
4554
4567
|
{
|
|
4555
4568
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -4620,6 +4633,20 @@ var init_platform_procedures = __esm({
|
|
|
4620
4633
|
priority: "p1",
|
|
4621
4634
|
content: "Once per session (COO boot only, never repeat), call list_my_feature_requests to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no requests exist or none are shipped, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
|
|
4622
4635
|
},
|
|
4636
|
+
// --- Platform vs Customer ownership ---
|
|
4637
|
+
{
|
|
4638
|
+
title: "What the platform provides vs what you customize",
|
|
4639
|
+
domain: "architecture",
|
|
4640
|
+
priority: "p0",
|
|
4641
|
+
content: "Exe OS has two layers. PLATFORM layer (shipped in code, updated via npm): platform procedures, default identity templates, MCP tools, tool gating, schema migrations, daemon behavior. You get improvements automatically on update. CUSTOMER layer (yours, stored locally): agent identities (exe.md files), behaviors, company procedures, config.json, wiki content, CRM data, memory. These are NEVER overwritten by updates. Identity templates are stamped once at /exe-new-employee \u2014 after that the file is yours. If the platform ships a better template, you can compare yours against the default with getTemplate() and merge what you want. Company procedures (company_procedure tool) layer ON TOP of platform procedures \u2014 both are injected, platform first. Behaviors are always yours. Config is always yours. The platform will never modify your local data."
|
|
4642
|
+
},
|
|
4643
|
+
// --- Updates ---
|
|
4644
|
+
{
|
|
4645
|
+
title: "How to update exe-os \u2014 CLI first, then stack",
|
|
4646
|
+
domain: "operations",
|
|
4647
|
+
priority: "p0",
|
|
4648
|
+
content: "When bug fixes or features are available (surfaced at boot via list_my_bug_reports/list_my_feature_requests), update in two steps: (1) CLI: `npm install -g @askexenow/exe-os@latest` \u2014 this updates the local tools, MCP server, and bundled stack manifest. Must happen first so the stack-update tool itself has the latest fixes. (2) Stack (VPS only): `exe-os stack-update --target <version> --yes` \u2014 pulls new Docker images and restarts services. The target version comes from the stack manifest bundled with the CLI. Always update CLI before stack. Use `exe-os update --check` to see if a CLI update is available. Use `exe-os stack-update --check` to see stack status. For non-interactive/SSH: use `--yes` or `-y` flag. Never run `npm install -g` inside a tmux agent session \u2014 have the founder or COO do it from the host shell."
|
|
4649
|
+
},
|
|
4623
4650
|
// --- Operations ---
|
|
4624
4651
|
{
|
|
4625
4652
|
title: "Managers must supervise deployed workers",
|
|
@@ -4679,58 +4706,52 @@ var init_platform_procedures = __esm({
|
|
|
4679
4706
|
},
|
|
4680
4707
|
// --- MCP Tool Catalog (Layer 0 — every agent knows what tools exist) ---
|
|
4681
4708
|
{
|
|
4682
|
-
title: "MCP
|
|
4709
|
+
title: "MCP tool dispatch \u2014 all tools use action parameter",
|
|
4683
4710
|
domain: "tool-use",
|
|
4684
|
-
priority: "
|
|
4685
|
-
content:
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
title: "MCP tools \u2014 task orchestration",
|
|
4689
|
-
domain: "tool-use",
|
|
4690
|
-
priority: "p1",
|
|
4691
|
-
content: "create_task: dispatch work to an employee (auto-spawns session). The ONLY dispatch path. list_tasks: query tasks by status, assignee, project. get_task: fetch full task details by ID. update_task: change status (in_progress, done, blocked, cancelled) + add result summary. close_task: finalize a reviewed task (COO only). checkpoint_task: save progress state for crash recovery. resume_employee: re-spawn an employee session for an existing task."
|
|
4711
|
+
priority: "p0",
|
|
4712
|
+
content: 'exe-os MCP tools come in two surfaces depending on EXE_MCP_TOOL_SURFACE config. Consolidated (19 tools): action-based dispatch \u2014 memory(action="recall"), task(action="create"), etc. Legacy (108 tools): one tool per operation \u2014 recall_my_memory, create_task, etc. Both surfaces have identical functionality. Use whichever tool names are available in your session. If you see domain tools (memory, task, config, etc.), use the action parameter. If you see specific tools (recall_my_memory, create_task, etc.), call them directly.'
|
|
4692
4713
|
},
|
|
4693
4714
|
{
|
|
4694
|
-
title: "MCP tools \u2014
|
|
4715
|
+
title: "MCP tools \u2014 memory, decision, and search",
|
|
4695
4716
|
domain: "tool-use",
|
|
4696
4717
|
priority: "p1",
|
|
4697
|
-
content: "
|
|
4718
|
+
content: `memory(action="recall") / recall_my_memory: search your own memories (semantic + FTS). memory(action="ask_team") / ask_team_memory: search a colleague's memories by agent name. memory(action="store") / store_memory: persist a memory. memory(action="commit") / commit_memory: high-importance memory that survives consolidation. Requires summary. memory(action="search") / search_everything: unified search across memories, tasks, entities, conversations. memory(action="session_context") / get_session_context: temporal memory window. Requires session_id + target_timestamp. memory(action="consolidate") / consolidate_memories: merge duplicate/related memories. memory(action="cardinality") / get_memory_cardinality: count memories per agent. decision(action="store") / store_decision: record an architectural decision (domain, decision, rationale). decision(action="get") / get_decision: retrieve a past decision by domain or query.`
|
|
4698
4719
|
},
|
|
4699
4720
|
{
|
|
4700
|
-
title: "MCP tools \u2014
|
|
4721
|
+
title: "MCP tools \u2014 task orchestration",
|
|
4701
4722
|
domain: "tool-use",
|
|
4702
4723
|
priority: "p1",
|
|
4703
|
-
content: "
|
|
4724
|
+
content: 'task(action="create") / create_task: dispatch work (title, assigned_to, context). The ONLY dispatch path. Auto-spawns session. task(action="list") / list_tasks: query tasks by status, assignee, project. task(action="get") / get_task: fetch full task details by task_id. task(action="update") / update_task: change status (in_progress, done, blocked, cancelled) + result summary. task(action="close") / close_task: finalize a reviewed task (COO only). task(action="checkpoint") / checkpoint_task: save progress state for crash recovery. task(action="resume") / resume_employee: re-spawn an employee session for an existing task.'
|
|
4704
4725
|
},
|
|
4705
4726
|
{
|
|
4706
|
-
title: "MCP tools \u2014
|
|
4727
|
+
title: "MCP tools \u2014 knowledge graph (GraphRAG)",
|
|
4707
4728
|
domain: "tool-use",
|
|
4708
4729
|
priority: "p1",
|
|
4709
|
-
content: "
|
|
4730
|
+
content: 'graph(action="query_relationships") / query_relationships: find connections between entities. graph(action="entity_neighbors") / get_entity_neighbors: explore direct connections. graph(action="hot_entities") / get_hot_entities: most-referenced entities. graph(action="stats") / get_graph_stats: entity/relationship counts. graph(action="export") / export_graph: export for visualization (output_path, format). graph(action="merge_entities") / merge_entities: deduplicate entities (source_id, target_id). graph(action="similar_trajectories") / find_similar_trajectories: match patterns to past solutions.'
|
|
4710
4731
|
},
|
|
4711
4732
|
{
|
|
4712
|
-
title: "MCP tools \u2014
|
|
4733
|
+
title: "MCP tools \u2014 identity, behavior, and support",
|
|
4713
4734
|
domain: "tool-use",
|
|
4714
4735
|
priority: "p1",
|
|
4715
|
-
content: "
|
|
4736
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug") / create_bug_report: file a bug report to AskExe (title, description, severity). support(action="create_feature") / create_feature_request: file a feature request. support(action="health") / support_health: check support server readiness. support(action="triage_bug"): triage a bug (id, triage_notes). AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
4716
4737
|
},
|
|
4717
4738
|
{
|
|
4718
|
-
title: "MCP tools \u2014
|
|
4739
|
+
title: "MCP tools \u2014 communication and messaging",
|
|
4719
4740
|
domain: "tool-use",
|
|
4720
4741
|
priority: "p1",
|
|
4721
|
-
content: "
|
|
4742
|
+
content: 'message(action="send") / send_message: send context to another agent (NOT for actionable work \u2014 use task). message(action="acknowledge") / acknowledge_messages: mark messages as read. reminder(action="create") / create_reminder: set a reminder (text, due_date). Shown in boot brief. reminder(action="list") / list_reminders: view pending reminders. reminder(action="complete") / complete_reminder: mark done (reminder_id). session(action="events") / get_session_events: view session event log (session_id). session(action="last_response") / get_last_assistant_response: get most recent response.'
|
|
4722
4743
|
},
|
|
4723
4744
|
{
|
|
4724
|
-
title: "MCP tools \u2014
|
|
4745
|
+
title: "MCP tools \u2014 wiki, documents, CRM, and data",
|
|
4725
4746
|
domain: "tool-use",
|
|
4726
4747
|
priority: "p1",
|
|
4727
|
-
content: "
|
|
4748
|
+
content: 'wiki(action="list") / list_wiki_pages: list wiki pages (workspace). wiki(action="get") / get_wiki_page: read a wiki page (workspace, title or document_id). document(action="ingest") / ingest_document: import a file as memory chunks (workspace_id, filename, chunks). document(action="list") / list_documents: browse documents (workspace_id). document(action="purge") / purge_document: remove a document (document_id). document(action="set_importance") / set_document_importance: adjust chunk scores. document(action="rerank") / rerank_documents: re-score relevance (query, candidates). crm(action="list_people|get_person|list_tables|describe_table"): CRM records from exe-db. raw_data(action="list_sources|query|get"): read raw landing-pad events. gateway(action="send_whatsapp") / send_whatsapp: send WhatsApp message (recipients, message). gateway(action="query_conversations") / query_conversations: search conversations across channels. gateway(action="query_company_brain") / query_company_brain: unified RAG across company knowledge.'
|
|
4728
4749
|
},
|
|
4729
4750
|
{
|
|
4730
|
-
title: "MCP tools \u2014
|
|
4751
|
+
title: "MCP tools \u2014 admin, config, and operations",
|
|
4731
4752
|
domain: "tool-use",
|
|
4732
4753
|
priority: "p1",
|
|
4733
|
-
content: "
|
|
4754
|
+
content: 'config(action="list_employees"): view roster. config(action="agent_spend"): token usage per agent. config(action="daemon_health"): check exed status. config(action="license_status"): check license. config(action="cloud_sync"): force sync. config(action="memory_audit"): health check (dupes, null vectors). config(action="run_consolidation"): trigger memory consolidation. config(action="company_procedure", subaction="store|list|deactivate"): manage company procedures. config(action="global_procedure"): list all procedures (platform + company). config(action="create_trigger|list_triggers"): scheduled agent jobs. config(action="export_orchestration|import_orchestration"): portable org state. diagnostics(action="healthcheck|doctor|status_brief|check_update|cloud_status"): system diagnostics. mcp_ping(): daemon health + license status + tool usage stats.'
|
|
4734
4755
|
}
|
|
4735
4756
|
];
|
|
4736
4757
|
PLATFORM_PROCEDURE_TITLES = new Set(
|
|
@@ -4616,6 +4616,19 @@ var init_platform_procedures = __esm({
|
|
|
4616
4616
|
priority: "p1",
|
|
4617
4617
|
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
4618
4618
|
},
|
|
4619
|
+
// --- Updates and deployment ---
|
|
4620
|
+
{
|
|
4621
|
+
title: "How to update exe-os \u2014 CLI update + stack update (two steps)",
|
|
4622
|
+
domain: "operations",
|
|
4623
|
+
priority: "p0",
|
|
4624
|
+
content: 'Updating exe-os is a two-step process. Step 1 \u2014 update the CLI: `npm install -g @askexenow/exe-os@latest` (gets bug fixes, new platform procedures, new tools). Step 2 \u2014 update the VPS stack (if applicable): `exe-os stack-update --target <version> --yes` (pulls new Docker images for exed, wiki, CRM, gateway). Step 1 MUST happen before Step 2 \u2014 the stack-update command itself may have bug fixes. After updating, restart the daemon: the deploy script handles this automatically. Check update availability: `exe-os update --check` or config(action="check_update"). Agents should NEVER run npm install or stack-update autonomously \u2014 always confirm with the user first.'
|
|
4625
|
+
},
|
|
4626
|
+
{
|
|
4627
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
4628
|
+
domain: "operations",
|
|
4629
|
+
priority: "p1",
|
|
4630
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
4631
|
+
},
|
|
4619
4632
|
// --- Hierarchy and dispatch ---
|
|
4620
4633
|
{
|
|
4621
4634
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -4686,6 +4699,20 @@ var init_platform_procedures = __esm({
|
|
|
4686
4699
|
priority: "p1",
|
|
4687
4700
|
content: "Once per session (COO boot only, never repeat), call list_my_feature_requests to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no requests exist or none are shipped, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
|
|
4688
4701
|
},
|
|
4702
|
+
// --- Platform vs Customer ownership ---
|
|
4703
|
+
{
|
|
4704
|
+
title: "What the platform provides vs what you customize",
|
|
4705
|
+
domain: "architecture",
|
|
4706
|
+
priority: "p0",
|
|
4707
|
+
content: "Exe OS has two layers. PLATFORM layer (shipped in code, updated via npm): platform procedures, default identity templates, MCP tools, tool gating, schema migrations, daemon behavior. You get improvements automatically on update. CUSTOMER layer (yours, stored locally): agent identities (exe.md files), behaviors, company procedures, config.json, wiki content, CRM data, memory. These are NEVER overwritten by updates. Identity templates are stamped once at /exe-new-employee \u2014 after that the file is yours. If the platform ships a better template, you can compare yours against the default with getTemplate() and merge what you want. Company procedures (company_procedure tool) layer ON TOP of platform procedures \u2014 both are injected, platform first. Behaviors are always yours. Config is always yours. The platform will never modify your local data."
|
|
4708
|
+
},
|
|
4709
|
+
// --- Updates ---
|
|
4710
|
+
{
|
|
4711
|
+
title: "How to update exe-os \u2014 CLI first, then stack",
|
|
4712
|
+
domain: "operations",
|
|
4713
|
+
priority: "p0",
|
|
4714
|
+
content: "When bug fixes or features are available (surfaced at boot via list_my_bug_reports/list_my_feature_requests), update in two steps: (1) CLI: `npm install -g @askexenow/exe-os@latest` \u2014 this updates the local tools, MCP server, and bundled stack manifest. Must happen first so the stack-update tool itself has the latest fixes. (2) Stack (VPS only): `exe-os stack-update --target <version> --yes` \u2014 pulls new Docker images and restarts services. The target version comes from the stack manifest bundled with the CLI. Always update CLI before stack. Use `exe-os update --check` to see if a CLI update is available. Use `exe-os stack-update --check` to see stack status. For non-interactive/SSH: use `--yes` or `-y` flag. Never run `npm install -g` inside a tmux agent session \u2014 have the founder or COO do it from the host shell."
|
|
4715
|
+
},
|
|
4689
4716
|
// --- Operations ---
|
|
4690
4717
|
{
|
|
4691
4718
|
title: "Managers must supervise deployed workers",
|
|
@@ -4745,58 +4772,52 @@ var init_platform_procedures = __esm({
|
|
|
4745
4772
|
},
|
|
4746
4773
|
// --- MCP Tool Catalog (Layer 0 — every agent knows what tools exist) ---
|
|
4747
4774
|
{
|
|
4748
|
-
title: "MCP
|
|
4775
|
+
title: "MCP tool dispatch \u2014 all tools use action parameter",
|
|
4749
4776
|
domain: "tool-use",
|
|
4750
|
-
priority: "
|
|
4751
|
-
content:
|
|
4752
|
-
},
|
|
4753
|
-
{
|
|
4754
|
-
title: "MCP tools \u2014 task orchestration",
|
|
4755
|
-
domain: "tool-use",
|
|
4756
|
-
priority: "p1",
|
|
4757
|
-
content: "create_task: dispatch work to an employee (auto-spawns session). The ONLY dispatch path. list_tasks: query tasks by status, assignee, project. get_task: fetch full task details by ID. update_task: change status (in_progress, done, blocked, cancelled) + add result summary. close_task: finalize a reviewed task (COO only). checkpoint_task: save progress state for crash recovery. resume_employee: re-spawn an employee session for an existing task."
|
|
4777
|
+
priority: "p0",
|
|
4778
|
+
content: 'exe-os MCP tools come in two surfaces depending on EXE_MCP_TOOL_SURFACE config. Consolidated (19 tools): action-based dispatch \u2014 memory(action="recall"), task(action="create"), etc. Legacy (108 tools): one tool per operation \u2014 recall_my_memory, create_task, etc. Both surfaces have identical functionality. Use whichever tool names are available in your session. If you see domain tools (memory, task, config, etc.), use the action parameter. If you see specific tools (recall_my_memory, create_task, etc.), call them directly.'
|
|
4758
4779
|
},
|
|
4759
4780
|
{
|
|
4760
|
-
title: "MCP tools \u2014
|
|
4781
|
+
title: "MCP tools \u2014 memory, decision, and search",
|
|
4761
4782
|
domain: "tool-use",
|
|
4762
4783
|
priority: "p1",
|
|
4763
|
-
content: "
|
|
4784
|
+
content: `memory(action="recall") / recall_my_memory: search your own memories (semantic + FTS). memory(action="ask_team") / ask_team_memory: search a colleague's memories by agent name. memory(action="store") / store_memory: persist a memory. memory(action="commit") / commit_memory: high-importance memory that survives consolidation. Requires summary. memory(action="search") / search_everything: unified search across memories, tasks, entities, conversations. memory(action="session_context") / get_session_context: temporal memory window. Requires session_id + target_timestamp. memory(action="consolidate") / consolidate_memories: merge duplicate/related memories. memory(action="cardinality") / get_memory_cardinality: count memories per agent. decision(action="store") / store_decision: record an architectural decision (domain, decision, rationale). decision(action="get") / get_decision: retrieve a past decision by domain or query.`
|
|
4764
4785
|
},
|
|
4765
4786
|
{
|
|
4766
|
-
title: "MCP tools \u2014
|
|
4787
|
+
title: "MCP tools \u2014 task orchestration",
|
|
4767
4788
|
domain: "tool-use",
|
|
4768
4789
|
priority: "p1",
|
|
4769
|
-
content: "
|
|
4790
|
+
content: 'task(action="create") / create_task: dispatch work (title, assigned_to, context). The ONLY dispatch path. Auto-spawns session. task(action="list") / list_tasks: query tasks by status, assignee, project. task(action="get") / get_task: fetch full task details by task_id. task(action="update") / update_task: change status (in_progress, done, blocked, cancelled) + result summary. task(action="close") / close_task: finalize a reviewed task (COO only). task(action="checkpoint") / checkpoint_task: save progress state for crash recovery. task(action="resume") / resume_employee: re-spawn an employee session for an existing task.'
|
|
4770
4791
|
},
|
|
4771
4792
|
{
|
|
4772
|
-
title: "MCP tools \u2014
|
|
4793
|
+
title: "MCP tools \u2014 knowledge graph (GraphRAG)",
|
|
4773
4794
|
domain: "tool-use",
|
|
4774
4795
|
priority: "p1",
|
|
4775
|
-
content: "
|
|
4796
|
+
content: 'graph(action="query_relationships") / query_relationships: find connections between entities. graph(action="entity_neighbors") / get_entity_neighbors: explore direct connections. graph(action="hot_entities") / get_hot_entities: most-referenced entities. graph(action="stats") / get_graph_stats: entity/relationship counts. graph(action="export") / export_graph: export for visualization (output_path, format). graph(action="merge_entities") / merge_entities: deduplicate entities (source_id, target_id). graph(action="similar_trajectories") / find_similar_trajectories: match patterns to past solutions.'
|
|
4776
4797
|
},
|
|
4777
4798
|
{
|
|
4778
|
-
title: "MCP tools \u2014
|
|
4799
|
+
title: "MCP tools \u2014 identity, behavior, and support",
|
|
4779
4800
|
domain: "tool-use",
|
|
4780
4801
|
priority: "p1",
|
|
4781
|
-
content: "
|
|
4802
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug") / create_bug_report: file a bug report to AskExe (title, description, severity). support(action="create_feature") / create_feature_request: file a feature request. support(action="health") / support_health: check support server readiness. support(action="triage_bug"): triage a bug (id, triage_notes). AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
4782
4803
|
},
|
|
4783
4804
|
{
|
|
4784
|
-
title: "MCP tools \u2014
|
|
4805
|
+
title: "MCP tools \u2014 communication and messaging",
|
|
4785
4806
|
domain: "tool-use",
|
|
4786
4807
|
priority: "p1",
|
|
4787
|
-
content: "
|
|
4808
|
+
content: 'message(action="send") / send_message: send context to another agent (NOT for actionable work \u2014 use task). message(action="acknowledge") / acknowledge_messages: mark messages as read. reminder(action="create") / create_reminder: set a reminder (text, due_date). Shown in boot brief. reminder(action="list") / list_reminders: view pending reminders. reminder(action="complete") / complete_reminder: mark done (reminder_id). session(action="events") / get_session_events: view session event log (session_id). session(action="last_response") / get_last_assistant_response: get most recent response.'
|
|
4788
4809
|
},
|
|
4789
4810
|
{
|
|
4790
|
-
title: "MCP tools \u2014
|
|
4811
|
+
title: "MCP tools \u2014 wiki, documents, CRM, and data",
|
|
4791
4812
|
domain: "tool-use",
|
|
4792
4813
|
priority: "p1",
|
|
4793
|
-
content: "
|
|
4814
|
+
content: 'wiki(action="list") / list_wiki_pages: list wiki pages (workspace). wiki(action="get") / get_wiki_page: read a wiki page (workspace, title or document_id). document(action="ingest") / ingest_document: import a file as memory chunks (workspace_id, filename, chunks). document(action="list") / list_documents: browse documents (workspace_id). document(action="purge") / purge_document: remove a document (document_id). document(action="set_importance") / set_document_importance: adjust chunk scores. document(action="rerank") / rerank_documents: re-score relevance (query, candidates). crm(action="list_people|get_person|list_tables|describe_table"): CRM records from exe-db. raw_data(action="list_sources|query|get"): read raw landing-pad events. gateway(action="send_whatsapp") / send_whatsapp: send WhatsApp message (recipients, message). gateway(action="query_conversations") / query_conversations: search conversations across channels. gateway(action="query_company_brain") / query_company_brain: unified RAG across company knowledge.'
|
|
4794
4815
|
},
|
|
4795
4816
|
{
|
|
4796
|
-
title: "MCP tools \u2014
|
|
4817
|
+
title: "MCP tools \u2014 admin, config, and operations",
|
|
4797
4818
|
domain: "tool-use",
|
|
4798
4819
|
priority: "p1",
|
|
4799
|
-
content: "
|
|
4820
|
+
content: 'config(action="list_employees"): view roster. config(action="agent_spend"): token usage per agent. config(action="daemon_health"): check exed status. config(action="license_status"): check license. config(action="cloud_sync"): force sync. config(action="memory_audit"): health check (dupes, null vectors). config(action="run_consolidation"): trigger memory consolidation. config(action="company_procedure", subaction="store|list|deactivate"): manage company procedures. config(action="global_procedure"): list all procedures (platform + company). config(action="create_trigger|list_triggers"): scheduled agent jobs. config(action="export_orchestration|import_orchestration"): portable org state. diagnostics(action="healthcheck|doctor|status_brief|check_update|cloud_status"): system diagnostics. mcp_ping(): daemon health + license status + tool usage stats.'
|
|
4800
4821
|
}
|
|
4801
4822
|
];
|
|
4802
4823
|
PLATFORM_PROCEDURE_TITLES = new Set(
|
|
@@ -4655,6 +4655,19 @@ var init_platform_procedures = __esm({
|
|
|
4655
4655
|
priority: "p1",
|
|
4656
4656
|
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
4657
4657
|
},
|
|
4658
|
+
// --- Updates and deployment ---
|
|
4659
|
+
{
|
|
4660
|
+
title: "How to update exe-os \u2014 CLI update + stack update (two steps)",
|
|
4661
|
+
domain: "operations",
|
|
4662
|
+
priority: "p0",
|
|
4663
|
+
content: 'Updating exe-os is a two-step process. Step 1 \u2014 update the CLI: `npm install -g @askexenow/exe-os@latest` (gets bug fixes, new platform procedures, new tools). Step 2 \u2014 update the VPS stack (if applicable): `exe-os stack-update --target <version> --yes` (pulls new Docker images for exed, wiki, CRM, gateway). Step 1 MUST happen before Step 2 \u2014 the stack-update command itself may have bug fixes. After updating, restart the daemon: the deploy script handles this automatically. Check update availability: `exe-os update --check` or config(action="check_update"). Agents should NEVER run npm install or stack-update autonomously \u2014 always confirm with the user first.'
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
4667
|
+
domain: "operations",
|
|
4668
|
+
priority: "p1",
|
|
4669
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
4670
|
+
},
|
|
4658
4671
|
// --- Hierarchy and dispatch ---
|
|
4659
4672
|
{
|
|
4660
4673
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -4725,6 +4738,20 @@ var init_platform_procedures = __esm({
|
|
|
4725
4738
|
priority: "p1",
|
|
4726
4739
|
content: "Once per session (COO boot only, never repeat), call list_my_feature_requests to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no requests exist or none are shipped, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
|
|
4727
4740
|
},
|
|
4741
|
+
// --- Platform vs Customer ownership ---
|
|
4742
|
+
{
|
|
4743
|
+
title: "What the platform provides vs what you customize",
|
|
4744
|
+
domain: "architecture",
|
|
4745
|
+
priority: "p0",
|
|
4746
|
+
content: "Exe OS has two layers. PLATFORM layer (shipped in code, updated via npm): platform procedures, default identity templates, MCP tools, tool gating, schema migrations, daemon behavior. You get improvements automatically on update. CUSTOMER layer (yours, stored locally): agent identities (exe.md files), behaviors, company procedures, config.json, wiki content, CRM data, memory. These are NEVER overwritten by updates. Identity templates are stamped once at /exe-new-employee \u2014 after that the file is yours. If the platform ships a better template, you can compare yours against the default with getTemplate() and merge what you want. Company procedures (company_procedure tool) layer ON TOP of platform procedures \u2014 both are injected, platform first. Behaviors are always yours. Config is always yours. The platform will never modify your local data."
|
|
4747
|
+
},
|
|
4748
|
+
// --- Updates ---
|
|
4749
|
+
{
|
|
4750
|
+
title: "How to update exe-os \u2014 CLI first, then stack",
|
|
4751
|
+
domain: "operations",
|
|
4752
|
+
priority: "p0",
|
|
4753
|
+
content: "When bug fixes or features are available (surfaced at boot via list_my_bug_reports/list_my_feature_requests), update in two steps: (1) CLI: `npm install -g @askexenow/exe-os@latest` \u2014 this updates the local tools, MCP server, and bundled stack manifest. Must happen first so the stack-update tool itself has the latest fixes. (2) Stack (VPS only): `exe-os stack-update --target <version> --yes` \u2014 pulls new Docker images and restarts services. The target version comes from the stack manifest bundled with the CLI. Always update CLI before stack. Use `exe-os update --check` to see if a CLI update is available. Use `exe-os stack-update --check` to see stack status. For non-interactive/SSH: use `--yes` or `-y` flag. Never run `npm install -g` inside a tmux agent session \u2014 have the founder or COO do it from the host shell."
|
|
4754
|
+
},
|
|
4728
4755
|
// --- Operations ---
|
|
4729
4756
|
{
|
|
4730
4757
|
title: "Managers must supervise deployed workers",
|
|
@@ -4784,58 +4811,52 @@ var init_platform_procedures = __esm({
|
|
|
4784
4811
|
},
|
|
4785
4812
|
// --- MCP Tool Catalog (Layer 0 — every agent knows what tools exist) ---
|
|
4786
4813
|
{
|
|
4787
|
-
title: "MCP
|
|
4814
|
+
title: "MCP tool dispatch \u2014 all tools use action parameter",
|
|
4788
4815
|
domain: "tool-use",
|
|
4789
|
-
priority: "
|
|
4790
|
-
content:
|
|
4791
|
-
},
|
|
4792
|
-
{
|
|
4793
|
-
title: "MCP tools \u2014 task orchestration",
|
|
4794
|
-
domain: "tool-use",
|
|
4795
|
-
priority: "p1",
|
|
4796
|
-
content: "create_task: dispatch work to an employee (auto-spawns session). The ONLY dispatch path. list_tasks: query tasks by status, assignee, project. get_task: fetch full task details by ID. update_task: change status (in_progress, done, blocked, cancelled) + add result summary. close_task: finalize a reviewed task (COO only). checkpoint_task: save progress state for crash recovery. resume_employee: re-spawn an employee session for an existing task."
|
|
4816
|
+
priority: "p0",
|
|
4817
|
+
content: 'exe-os MCP tools come in two surfaces depending on EXE_MCP_TOOL_SURFACE config. Consolidated (19 tools): action-based dispatch \u2014 memory(action="recall"), task(action="create"), etc. Legacy (108 tools): one tool per operation \u2014 recall_my_memory, create_task, etc. Both surfaces have identical functionality. Use whichever tool names are available in your session. If you see domain tools (memory, task, config, etc.), use the action parameter. If you see specific tools (recall_my_memory, create_task, etc.), call them directly.'
|
|
4797
4818
|
},
|
|
4798
4819
|
{
|
|
4799
|
-
title: "MCP tools \u2014
|
|
4820
|
+
title: "MCP tools \u2014 memory, decision, and search",
|
|
4800
4821
|
domain: "tool-use",
|
|
4801
4822
|
priority: "p1",
|
|
4802
|
-
content: "
|
|
4823
|
+
content: `memory(action="recall") / recall_my_memory: search your own memories (semantic + FTS). memory(action="ask_team") / ask_team_memory: search a colleague's memories by agent name. memory(action="store") / store_memory: persist a memory. memory(action="commit") / commit_memory: high-importance memory that survives consolidation. Requires summary. memory(action="search") / search_everything: unified search across memories, tasks, entities, conversations. memory(action="session_context") / get_session_context: temporal memory window. Requires session_id + target_timestamp. memory(action="consolidate") / consolidate_memories: merge duplicate/related memories. memory(action="cardinality") / get_memory_cardinality: count memories per agent. decision(action="store") / store_decision: record an architectural decision (domain, decision, rationale). decision(action="get") / get_decision: retrieve a past decision by domain or query.`
|
|
4803
4824
|
},
|
|
4804
4825
|
{
|
|
4805
|
-
title: "MCP tools \u2014
|
|
4826
|
+
title: "MCP tools \u2014 task orchestration",
|
|
4806
4827
|
domain: "tool-use",
|
|
4807
4828
|
priority: "p1",
|
|
4808
|
-
content: "
|
|
4829
|
+
content: 'task(action="create") / create_task: dispatch work (title, assigned_to, context). The ONLY dispatch path. Auto-spawns session. task(action="list") / list_tasks: query tasks by status, assignee, project. task(action="get") / get_task: fetch full task details by task_id. task(action="update") / update_task: change status (in_progress, done, blocked, cancelled) + result summary. task(action="close") / close_task: finalize a reviewed task (COO only). task(action="checkpoint") / checkpoint_task: save progress state for crash recovery. task(action="resume") / resume_employee: re-spawn an employee session for an existing task.'
|
|
4809
4830
|
},
|
|
4810
4831
|
{
|
|
4811
|
-
title: "MCP tools \u2014
|
|
4832
|
+
title: "MCP tools \u2014 knowledge graph (GraphRAG)",
|
|
4812
4833
|
domain: "tool-use",
|
|
4813
4834
|
priority: "p1",
|
|
4814
|
-
content: "
|
|
4835
|
+
content: 'graph(action="query_relationships") / query_relationships: find connections between entities. graph(action="entity_neighbors") / get_entity_neighbors: explore direct connections. graph(action="hot_entities") / get_hot_entities: most-referenced entities. graph(action="stats") / get_graph_stats: entity/relationship counts. graph(action="export") / export_graph: export for visualization (output_path, format). graph(action="merge_entities") / merge_entities: deduplicate entities (source_id, target_id). graph(action="similar_trajectories") / find_similar_trajectories: match patterns to past solutions.'
|
|
4815
4836
|
},
|
|
4816
4837
|
{
|
|
4817
|
-
title: "MCP tools \u2014
|
|
4838
|
+
title: "MCP tools \u2014 identity, behavior, and support",
|
|
4818
4839
|
domain: "tool-use",
|
|
4819
4840
|
priority: "p1",
|
|
4820
|
-
content: "
|
|
4841
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug") / create_bug_report: file a bug report to AskExe (title, description, severity). support(action="create_feature") / create_feature_request: file a feature request. support(action="health") / support_health: check support server readiness. support(action="triage_bug"): triage a bug (id, triage_notes). AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
4821
4842
|
},
|
|
4822
4843
|
{
|
|
4823
|
-
title: "MCP tools \u2014
|
|
4844
|
+
title: "MCP tools \u2014 communication and messaging",
|
|
4824
4845
|
domain: "tool-use",
|
|
4825
4846
|
priority: "p1",
|
|
4826
|
-
content: "
|
|
4847
|
+
content: 'message(action="send") / send_message: send context to another agent (NOT for actionable work \u2014 use task). message(action="acknowledge") / acknowledge_messages: mark messages as read. reminder(action="create") / create_reminder: set a reminder (text, due_date). Shown in boot brief. reminder(action="list") / list_reminders: view pending reminders. reminder(action="complete") / complete_reminder: mark done (reminder_id). session(action="events") / get_session_events: view session event log (session_id). session(action="last_response") / get_last_assistant_response: get most recent response.'
|
|
4827
4848
|
},
|
|
4828
4849
|
{
|
|
4829
|
-
title: "MCP tools \u2014
|
|
4850
|
+
title: "MCP tools \u2014 wiki, documents, CRM, and data",
|
|
4830
4851
|
domain: "tool-use",
|
|
4831
4852
|
priority: "p1",
|
|
4832
|
-
content: "
|
|
4853
|
+
content: 'wiki(action="list") / list_wiki_pages: list wiki pages (workspace). wiki(action="get") / get_wiki_page: read a wiki page (workspace, title or document_id). document(action="ingest") / ingest_document: import a file as memory chunks (workspace_id, filename, chunks). document(action="list") / list_documents: browse documents (workspace_id). document(action="purge") / purge_document: remove a document (document_id). document(action="set_importance") / set_document_importance: adjust chunk scores. document(action="rerank") / rerank_documents: re-score relevance (query, candidates). crm(action="list_people|get_person|list_tables|describe_table"): CRM records from exe-db. raw_data(action="list_sources|query|get"): read raw landing-pad events. gateway(action="send_whatsapp") / send_whatsapp: send WhatsApp message (recipients, message). gateway(action="query_conversations") / query_conversations: search conversations across channels. gateway(action="query_company_brain") / query_company_brain: unified RAG across company knowledge.'
|
|
4833
4854
|
},
|
|
4834
4855
|
{
|
|
4835
|
-
title: "MCP tools \u2014
|
|
4856
|
+
title: "MCP tools \u2014 admin, config, and operations",
|
|
4836
4857
|
domain: "tool-use",
|
|
4837
4858
|
priority: "p1",
|
|
4838
|
-
content: "
|
|
4859
|
+
content: 'config(action="list_employees"): view roster. config(action="agent_spend"): token usage per agent. config(action="daemon_health"): check exed status. config(action="license_status"): check license. config(action="cloud_sync"): force sync. config(action="memory_audit"): health check (dupes, null vectors). config(action="run_consolidation"): trigger memory consolidation. config(action="company_procedure", subaction="store|list|deactivate"): manage company procedures. config(action="global_procedure"): list all procedures (platform + company). config(action="create_trigger|list_triggers"): scheduled agent jobs. config(action="export_orchestration|import_orchestration"): portable org state. diagnostics(action="healthcheck|doctor|status_brief|check_update|cloud_status"): system diagnostics. mcp_ping(): daemon health + license status + tool usage stats.'
|
|
4839
4860
|
}
|
|
4840
4861
|
];
|
|
4841
4862
|
PLATFORM_PROCEDURE_TITLES = new Set(
|