v3_ai_assistant / py /tools /README.md
Julian Vanecek
Initial commit: AI Assistant Multi-Agent System for HuggingFace Spaces
bb80caa

A newer version of the Gradio SDK is available: 6.13.0

Upgrade

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)