lilith-platform.live/codebase/@features/api
Natalie 2d5ae395dc feat(mcp): add classify_message tool to mcp-prospector (prospector copilot) + architecture docs for desktop coworker composition
mcp-prospector is the prospector copilot MCP for Claude desktop coworker (Executor) to use central intelligence.

- New tool `classify_message(text, handle?, phone?, has_call?, local_is_known_contact?)`: runs fast efficient rules classifier (our distilled model from training data) + full central stack (LLM via GPU model-boss if deployed, mrnumber, macsync/quinn-messenger context via thread/classify, qualification). Supports passing local desktop context for Contacts gate.
- Local fastClassify/fastTemplate inlined for the MCP (pure, no extra dep issues).
- Updated README with full architecture:
  - Composition: quinn-messenger (messaging), mrnumber (screening), classifier (fast + GPU LLM), macsync (data), quinn-desktop (local MCP for addressbook/Contacts gate, other sensors).
  - Desktop coworker loads multiple MCPs (this central + quinn-messenger MCP + quinn-desktop local MCP).
  - SKILL instructs workflow: desktop local lookup first, then central classify_message for combined result using optimized model + all sources.
  - Replaces pure local stopgap rules with central quality while keeping desktop facts.
- This lets the desktop coworker classify messages using the full prospector copilot feature (central brain on GPU + local).

Follows project: prospector central in api, macsync network, MCP as tool interface for agents, hybrid fast rules + LLM.

Part of making prospector copilot the way for coworker + replace claude deps (GPU for LLM part).
2026-06-28 11:59:10 -04:00
..
config feat(api): Add inbox configuration and admin mail thread management UI/logic for thread listing and actions 2026-05-19 22:59:30 -07:00
scripts docs(tours): clarify black is gone; canonical is now DO Managed PG (phase-c). Update handoff notes + backfill script usage for lilith-store-backend + :25060 + terraform extraction. No code change. 2026-06-28 08:42:26 -04:00
src feat(mcp): add classify_message tool to mcp-prospector (prospector copilot) + architecture docs for desktop coworker composition 2026-06-28 11:59:10 -04:00
tests/processors
.dependency-cruiser.cjs
.env.development feat(quinn.admin): serve main-branch dev preview on black without SSO 2026-06-21 23:38:06 -05:00
bunfig.toml chore(api): 🔧 Increase test timeout in bunfig.toml to handle longer database initialization and migrations 2026-05-14 18:21:58 -07:00
package.json test(api): auto-skip DB-dependent tests off the fast LAN path 2026-06-19 18:20:11 -05:00
tsconfig.json fix(api): null-safe tour-stop hotels, declare sharp, exclude mcp-prospector 2026-06-19 06:46:08 -05:00