Read in:
English
Hub
Knowledge bases federated into this hub.
- Nick Senin Journal
- Marcus Aurelius — Meditations
- Minion School
- Philosophers Hub — routing layer over 21 philosopher corpora
Current hub topology
The root hub links philosophers as a single peer; that hub in turn federates
the 21 corpora. Dotted lines are cross-corpus influence links — a corpus points
at the neighbours it argues with, so an agent can follow an idea across bases.
graph TD
HUB["trip2g.com hub"]
HUB --> J["nicksenin_journal"]
HUB --> MA["markavrelii"]
HUB --> MS["minionschool"]
HUB --> PH["philosophers"]
PH --> nietzsche
PH --> schopenhauer
PH --> goethe
PH --> pascal
PH --> montaigne
PH --> larochefoucauld
PH --> confucius
PH --> laozi
PH --> epictetus
PH --> tolstoy
PH --> ignatius
PH --> lebon
PH --> adler
PH --> machiavelli
PH --> franklin
PH --> smiles
PH --> ford
PH --> rockefeller
PH --> hill
PH --> wattles
PH --> jamesallen["james-allen"]
nietzsche -.->|responds to| schopenhauer
pascal -.->|contra| montaigne
epictetus -.->|Stoa| MA
confucius -.->|order vs way| laozi
tolstoy -.->|draws on| epictetus
tolstoy -.->|draws on| MA
A blind fan-out from the root hub sees philosophers as one base. To reach a
specific thinker, query the philosophers hub by that corpus's kb_id (e.g.
federated_search(kb_id="nietzsche") against philosophers.2pub.me).
What federated search is and how it works — MCP Federation.