MicroFish/backend/app/services
shayswrld 6701212d15 feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support
- Remove Zep Cloud dependency entirely (zep_entity_reader, zep_graph_memory_updater, zep_tools, zep_paging)
- Add local SQLite-based graph store with LLM-powered entity extraction
- Add local embeddings utility and graph tools service
- Translate all backend docstrings, LLM prompts, and UI to English
- Set English as default language, remove Chinese locale (zh.json)
- Add Ollama setup guide and configure .env.example for Ollama
- Add AGENTS.md for AI agent context
- Fix pyright type errors in models/services
- Add Nedbank Africa expansion preset
- Clean up Docker configuration and README
2026-07-22 22:01:46 +02:00
..
__init__.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
entity_reader.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
graph_builder.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
graph_tools.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
local_graph_extractor.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
local_graph_store.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
oasis_profile_generator.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
ontology_generator.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
report_agent.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
simulation_config_generator.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
simulation_ipc.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
simulation_manager.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
simulation_runner.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00
text_processor.py feat: remove Zep Cloud, add local SQLite graph store, English-first defaults & Ollama support 2026-07-22 22:01:46 +02:00