Skip to content

God Nodes

The most connected nodes in the knowledge graph — core abstractions that tie multiple systems together.

Top 10 Most Connected

RankNodeEdgesDescription
1AgentTaskProcessor64Orchestrates agent task execution
2PmService60Project management service
3DOCXSchemaValidator59DOCX document validation
4XMLEditor59XML editing utilities
5RedliningValidator56Document redlining validation
6Daemon55Background process daemon
7Client49Generic client interface
8App48Application base class
9Document44Document abstraction
10GIFBuilder41GIF generation utility

Surprising Connections

These connections were inferred but may not be obvious:

  1. ResourceGuardAuthService (semantic similarity)

    • apps/server/src/services/resource-guard.tspackages/auth/src/auth-service.ts
  2. compactMessages()estimateMessageArrayTokens()

    • apps/bsni-agent/src/compaction.tspackages/core/src/runtime/compaction.ts
  3. shouldCompact()estimateSessionTokens()

    • packages/core/src/runtime/compaction.tspc_dev/internal/session/compaction.go
  4. CompactSession()summarizeMessages()

    • pc_dev/internal/session/compaction.gopackages/core/src/runtime/compaction.ts

Key Insights

  • AgentTaskProcessor is the central hub — it coordinates task execution across agents
  • PmService and DOCXSchemaValidator have high connectivity suggesting broad usage
  • The Go compaction code (pc_dev/) has bidirectional connections to TypeScript compaction — suggesting the two implementations inform each other