Metronisys Tools & Skills

While there are a few built-in tools and skills the agents can use, Metronisys supprts dynamic custom built tools and skills also. Check below and also GitHub for what is availbale. You can also build your own using the the provide Template.

Metronisys Agent Tools/Skills

Explore our suite of automated tools designed for seamless RAG integration, file management, and external API connectivity.

Dynamic "custom" tools should follow the Metronisys Tool Template

IN-BUILT - CORE

The following tools/skills are in-built to the core platform.

human_approval

Ensures system actions are validated by a human operator before final execution.

Deep Dive →

rag_search

Retrieval-Augmented Generation search to fetch relevant context from knowledge bases.

Deep Dive →

current_datetime

Retrieves the precise current system date and time for scheduling and logging.

Deep Dive →

unit_conversion

Converts measurements between metric, imperial, and scientific units.

Deep Dive →

summarize

Condenses long-form documents or conversations into concise, actionable summaries.

Deep Dive →

list_temp_files

Provides a directory listing of all temporary files currently stored in session.

Deep Dive →

delete_temp_file

Securely removes temporary data from the system storage.

Deep Dive →

read_file

Accesses and extracts raw text data from local or session-based file assets.

Deep Dive →

extract_document

Parses complex document structures to isolate specific data points and tables.

Deep Dive →

read_ocr_image

Uses Optical Character Recognition to convert images and PDFs into searchable text.

Deep Dive →

hallucination_scoring

Analyzes model outputs against source data to ensure factual accuracy and grounding.

Deep Dive →

get_weather

Fetches real-time meteorological data and forecasts for any global location.

Deep Dive →

web_search

Queries the live web to retrieve current information outside of training data.

Deep Dive →

dropbox_read

Connects to Dropbox to fetch and process cloud-stored documentation.

Deep Dive →

DYNAMIC TOOLS/SKILLS

The following tools/skills are dynamic and optional. They can be imported as needed.

DYNAMIC TOOL TEMPLATE

This is the Dynamic Tool Template - all Dynamic tools/skills should follow this design template:

Tool Template →

dropbox_write

Exports generated content or processed logs directly to a Dropbox directory.

Deep Dive →

get_email

Safely retrieves and parses emails for automated processing and summarization.

Deep Dive →

send_email

Dispatches formatted emails and notifications through authenticated mail servers.

Deep Dive →

topic_research_article

Performs deep-dive research to generate comprehensive articles on specific topics.

Deep Dive →

pydantic_validator

Ensures all data outputs strictly adhere to predefined schema structures.

Deep Dive →

serp_search

Direct Search Engine Results Page access for granular SEO and data analysis.

Deep Dive →

memory_archiver

Stores significant interaction context into long-term vector memory.

Deep Dive →

token_counter

Calculates token usage for cost monitoring and LLM context window management.

Deep Dive →

clear_session_memory

Wipes current short-term conversation memory for a fresh session start.

Deep Dive →

google_cloud_console

Interface for managing and monitoring Google Cloud Platform resources.

Deep Dive →

Home