@dnai/dynamicllm
v0.2.3
Published
DynamicLLM — perspective engine for general intelligence. MCP server + CLI providing lens analysis, quality cultivation, and virus scan diagnostics.
Downloads
70
Readme
DynamicLLM
Perspective engine for general intelligence. MCP server + CLI providing three analysis modes for any text.
Modes
- Lens Analysis — Evaluate balance between Logos (logic), Pathos (emotion), and their synthesis Mythos
- Quality Cultivation — Develop one of six qualities: Play, Beauty, Mystery, Love, Infinity, Story
- Virus Scan — Detect memetic patterns across six axes from Liberated Agentism to Oxidative Creativism
Install
npm i -g @dnai/dynamicllm && dynamicllm initThis installs the CLI and walks you through agent registration (Claude Code, Cursor, Windsurf, Codex).
CLI commands work immediately without init — defaults are created on first use.
Quick Start
# Or register manually with Claude Code
claude mcp add --scope user dynamicllm -- dynamicllm mcpCLI
dynamicllm help # Show all commands
dynamicllm list # List all network nodes
dynamicllm search <query> # Search the network
dynamicllm load <slug> # Load a node's content
dynamicllm lint # Validate network integrity
dynamicllm ingest <name> # Generate frontmatter for a new node
dynamicllm save <slug> <file> # Save a node to your local network
dynamicllm report <mode> # Generate an analysis report
dynamicllm log # View activity log
dynamicllm mcp # Start MCP server (stdio transport)Architecture
Content is organized in three layers:
- Framework (bundled) — System prompt, conventions, 3 lenses, 6 qualities, 6 antidotes in
framework/ - User Network (local) — Your nodes in
DYNAMICLLM_NETWORK_DIR, managed via CLI or MCP - DNA Network (optional) — Curated thinker profiles deployed to R2 for the web demo
Framework slugs are protected — user files cannot override bundled content.
framework/
SYSTEM_PROMPT.md
CONVENTIONS.md
lenses/ logos.md, pathos.md, mythos.md
qualities/ play.md, beauty.md, story.md, infinity.md, mystery.md, love.md
antidotes/ liberated-agentism.md, constructive-optimism.md, ...License
MIT
