meshai/meshai
2026-05-05 21:09:21 +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 feat: Named single-gw nodes, infra-only monitoring, commands overhaul 2026-05-05 15:33:14 +00:00
sources feat: Feeder-level gateway awareness from /api/packets_seen 2026-05-05 19:55:23 +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 fix: Short sentence instruction + chunker splits instead of truncating 2026-05-05 07:22:52 +00:00
config.py feat: Tick-based staggered polling for all sources 2026-05-05 19:16:00 +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 feat(mesh): config-driven regions with stale purge and coverage fix 2026-05-05 06:33:38 +00:00
memory.py Unify memory implementations: delete AnthropicMemory and GoogleMemory 2026-02-23 20:14:50 +00:00
mesh_data_store.py feat: Feeder-level gateway awareness from /api/packets_seen 2026-05-05 19:55:23 +00:00
mesh_health.py feat(mesh): config-driven regions with stale purge and coverage fix 2026-05-05 06:33:38 +00:00
mesh_models.py feat: Feeder-level gateway awareness from /api/packets_seen 2026-05-05 19:55:23 +00:00
mesh_reporter.py fix: 6 reporter bugs — missing methods, undefined var, indentation, key types 2026-05-05 20:58:41 +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: LLM prompt — use local names, concise node listings, no redundant regions 2026-05-05 21:09:21 +00:00
subscriptions.py feat(subscriptions): Add Phase 4 subscription system for scheduled reports 2026-05-05 02:26:12 +00:00