| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-04 | 599 Bytes | |
| v1.4.14 source code.tar.gz | 2026-04-04 | 24.3 MB | |
| v1.4.14 source code.zip | 2026-04-04 | 24.4 MB | |
| Totals: 3 Items | 48.7 MB | 0 | |
- Add Sememolution population-based KG evolution module (kg_population.py) with GeneticEvolver integration, Poisson-sampled search traversal, per-individual graph state, crossover with graph merging, and LLM-judged response ranking
- Add memory extraction pipeline and sememolution documentation to knowledge-graphs guide
- Add MLX Apple Silicon documentation to fine-tuning guide
- Add KG, memory, sememolution, and fine-tuning examples to README
- Remove dead shell=True subprocess fallback in _tool_web_search (closes [#207])
- Fix _tool_file_search to use list-form subprocess without shell=True