meshai/meshai
2026-05-05 05:24:26 +00:00
..
backends Add API timeout to all backends + mesh-aware system prompt 2026-02-25 07:27:39 +00:00
cli Fix configurator: region_labels -> regions 2026-05-04 18:56:13 +00:00
commands Merge subscriptions from main into feature branch (with full data pipeline) 2026-05-05 02:57:41 +00:00
sources fix: Fundamental ID matching — packets, telemetry, and utilization now work 2026-05-04 21:47:18 +00:00
__init__.py Initial commit: MeshAI - LLM-powered Meshtastic assistant 2025-12-15 11:53:46 -07:00
__main__.py Initial commit: MeshAI - LLM-powered Meshtastic assistant 2025-12-15 11:53:46 -07:00
chunker.py feat: Hybrid RAG knowledge base, sentence-aware chunking, MeshMonitor HTTP sync 2026-05-04 07:44:12 +00:00
config.py refactor: Replace auto-clustering with fixed region anchors 2026-05-04 17:35:28 +00:00
connector.py Add thread safety to MeshConnector node caches and StatusData 2026-02-23 20:13:12 +00:00
context.py Add passive mesh context awareness — observe channel traffic, inject into LLM prompts 2026-02-24 22:02:42 +00:00
geo.py feat: Add Phase 2 - Geographic Hierarchy and Health Scoring 2026-05-04 16:43:12 +00:00
history.py Support unlimited message history when max_messages_per_user is 0 2026-02-24 07:03:15 +00:00
knowledge.py feat: Hybrid RAG knowledge base, sentence-aware chunking, MeshMonitor HTTP sync 2026-05-04 07:44:12 +00:00
main.py fix: Align parameter names between data_store and source_manager 2026-05-05 03:50:58 +00:00
memory.py Unify memory implementations: delete AnthropicMemory and GoogleMemory 2026-02-23 20:14:50 +00:00
mesh_data_store.py fix: Add get_all_traceroutes and get_all_channels compat methods 2026-05-05 03:45:48 +00:00
mesh_health.py refactor: DELETE NodeHealth — reporter uses UnifiedNode directly 2026-05-05 05:12:45 +00:00
mesh_models.py Implement 5-pillar health scoring with coverage 2026-05-05 04:59:41 +00:00
mesh_reporter.py fix: Replace 5 remaining node_id refs with node_id_hex after NodeHealth removal 2026-05-05 05:24:26 +00:00
mesh_sources.py fix: Fundamental ID matching — packets, telemetry, and utilization now work 2026-05-04 21:47:18 +00:00
meshmonitor.py feat: Dynamic identity system prompt from bot config 2026-05-03 05:45:58 +00:00
responder.py feat: Hybrid RAG knowledge base, sentence-aware chunking, MeshMonitor HTTP sync 2026-05-04 07:44:12 +00:00
router.py fix: Scope detection, follow-up context, utilization calculation, duplicate disambiguation 2026-05-04 20:56:54 +00:00
subscriptions.py feat(subscriptions): Add Phase 4 subscription system for scheduled reports 2026-05-05 02:26:12 +00:00