Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
Modular Tools System
This directory contains the refactored modular tools system for the AI Assistant Multi-Agent System.
Overview
The tools have been extracted from individual agents into reusable modules, with clear separation between read and write operations.
Potential Structure
tools/
βββ agent_tools.py # Central agent registry and switching tools
βββ document_tools.py # Document search/RAG tools (READ-ONLY)
βββ network_tools.py # Network configuration tools (READ/WRITE)
βββ subscriber_tools.py # Subscriber management tools (READ/WRITE)
βββ system_query_tools.py # Analytics and monitoring tools (READ-ONLY)
βββ policy_dnn_tools.py # Policy and DNN tools (READ/WRITE)
βββ profile_read_tools.py # Profile viewing tools (READ-ONLY)
βββ profile_write_tools.py # Profile modification tools (WRITE)