Wikantik Platform Hub: Knowledge Systems, Hybrid Search, and AI Agent Integrations

Part of the Simple Agility stack. Wikantik is the stack's knowledge and content component — an agentic wiki serving software documentation, support content, and Search Engine Optimization (SEO) content, and the runbook store the stack's on-call automation reads. It optimizes itself by joining its own data against what the stack's observability plane (jakemon) makes visible; the first fully-built instance of that loop is ContentIntelligenceDesign, and the pattern it follows is SimpleAgilityFeedbackLoopPattern. Its scoped admin:<area> grants and admin Model Context Protocol (MCP) tools are the template for the agentic surfaces every stack product exposes (SimpleAgilityOnCallAutomation).

The Wikantik Platform is a next-generation collaborative knowledge platform engineered to serve both human knowledge workers and autonomous AI agents seamlessly. By combining an intuitive web UI with rich semantic metadata, Apache Jena SPARQL Knowledge Graphs, Lucene hybrid search, and Model Context Protocol (MCP) tool surfaces, Wikantik serves as an active, queryable external memory engine for modern AI workflows.

This hub organizes platform architecture, administrative governance, search internals, and agent integrations.


1. Quick-Reference: Platform Capabilities

+-----------------------------------------------------------------------------------------+
|                               WIKANTIK PLATFORM CAPABILITIES                            |
+-----------------------------------------------------------------------------------------+
| Capability             | Underlying Technology             | Core Function              |
+------------------------+-----------------------------------+----------------------------+
| Hybrid Search          | Lucene BM25 + Vector Embeddings   | Sub-second text/semantic Q |
| Knowledge Graph        | Apache Jena RDF / SPARQL          | Semantic link navigation   |
| AI Agent Interface     | Model Context Protocol (MCP)      | 21+ autonomous tool actions|
| Collaborative Editing  | Markdown + Git Versioning         | Version history & diffs    |
| Security & Governance  | Role-Based Access Control (RBAC)  | Scoped API permissions     |
+-----------------------------------------------------------------------------------------+

2. Core Hubs & Guides