knowledge_sememolution_skill
"Skill for population-based Knowledge Graph evolution via Sememolution.\
pinned to #631aad0updated 2 weeks ago
Ask your AI client: “install skills/knowledge-sememolution-skill”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/knowledge-sememolution-skillmetahub onboarded this repo on the author's behalf.
If you own github.com/NPC-Worldwide/npcpy on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1,424
Last commit
2 weeks ago
Latest release
published
- #agents
- #ai
- #llm
- #mcp
- #mcp-client
- #mcp-server
- #ollama
- #perplexity
- #python
- #sql
- #yaml
About this skill
Pulled from SKILL.md at publish time.
Skill for population-based Knowledge Graph evolution via Sememolution. Use this when the user wants creative cross-domain synthesis, speculative reasoning, or when a single KG search might be too narrow. Sememolution maintains a population of KG "individuals". Each individual has its own graph (different facts, concepts, links) and its own genome controlling how it searches and evolves. Core genome parameters: - `lambda_depth` — Poisson rate for search traversal depth - `lambda_breadth` — Poisson rate for search breadth per step - `sleep_ops` — which refinement ops to apply during sleep - `…
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.631aad0· 2 weeks ago
Documentation
41Description qualitywarn
8 words · 72 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
38,856 chars · 16 sections · 47 code blocks
Tags / topics declared
11 total — agents, ai, llm, mcp, mcp-client, mcp-server (+5)
README has usage / example sections
found: Example · Example · Installation
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent631aad0warn2 weeks ago
Contents
Skill for population-based Knowledge Graph evolution via Sememolution. Use this when the user wants creative cross-domain synthesis, speculative reasoning, or when a single KG search might be too narrow.
Sememolution maintains a population of KG "individuals". Each individual has its own graph (different facts, concepts, links) and its own genome controlling how it searches and evolves.
Core genome parameters: - lambda_depth — Poisson rate for search traversal depth - lambda_breadth — Poisson rate for search breadth per step - sleep_ops — which refinement ops to apply during sleep - dream_probability — chance of speculative synthesis per cycle
Workflow: 1. Create a population: SememolutionPopulation(model, provider, population_size=100, sample_size=10) 2. Initialize: pop.initialize() 3. Assimilate text: pop.assimilate_text(chunk) — each individual absorbs it differently 4. Sleep cycle: pop.sleep_cycle() — each individual prunes/deepens independently 5. Query and rank: pop.query_and_rank(question) — sample individuals, each searches
its own graph with Poisson-sampled depth/breadth, generates a response,
and responses are ranked. Winners get fitness bumps.
6. Evolve: pop.evolve_generation() — tournament selection, crossover, mutation.
When to use this: - The user asks open-ended "what if" or "how might X relate to Y" questions - You need diverse perspectives on the same knowledge corpus - You want to discover non-obvious connections across domains - Standard KG search returns shallow or overly literal results
Important: this is computationally expensive. Only invoke after checking whether standard keyword/embedding/hybrid search is sufficient.
Inputs
name(default:'task')description(default:'initialize | assimilate | query_rank | evolve | sleep')name(default:'population_size')description(default:'Number of individuals (default 100)')name(default:'query_text')description(default:'Question to ask the population (for query_rank)')
Steps
instruct→instruct.py
Usage
/run_jinx jinx_ref=knowledge_sememolution_skill input_values={"name": "query_text", "description": "Question to ask the population (for query_rank)"}
Reviews
No reviews yet. Be the first.
Related
Gpt Researcher
An autonomous agent that conducts deep research on any data using any LLM providers
Browser Use
🌐 Make websites accessible for AI agents. Automate tasks online with ease.
React Doctor
Your agent writes bad React. This catches it
mh install skills/knowledge-sememolution-skill