Agentic AI Assistant Layer for Network Planning
Applied AI · 2024 - PresentBuilt an agentic AI assistant layer into a React-based fiber-network planning application, letting planners query and reason over map and network data in natural language.
- Designed a hierarchical tool-selection system that routes user intent across a catalog of 48 tools, with session-level tool caching for responsive multi-turn use.
- Implemented MCP servers on Podman-based local infrastructure with streamed chat responses and structured tool results.
- Added dual-provider inference within one architecture: local Ollama models and cloud Claude, selectable per deployment.
- Kept the assistant deliberately read-only and integrated with existing map and network-data workflows; built with Claude Code.