Skip to content

Latest commit

 

History

History

README.md

TOL API Documentation

This directory contains comprehensive API documentation for all TOL modules. Last updated: 2025-07-20 22:44:28 UTC

Quick Overview

  • Total Modules: 12
  • MCP Compatible: 8
  • Categories: 6

Table of Contents

Core Computational Modules

Mathematical operations, statistical analysis, and time-series processing

bmath 🤖

  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: mathematics, linear-algebra, numerical-computation, performance-critical

bstat 🤖

  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: statistics, time-series-modeling, machine-learning, econometrics, clustering
  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: data-types, core-functionality, matrix-operations, text-processing
  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: time-series, temporal-data, financial-analysis, econometrics, data-manipulation

Data Handling and I/O

Database connectivity and file system operations

  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: database, sql, data-import, connectivity, odbc, mysql, postgresql, sqlite
  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: file-io, system-integration, data-export, utilities, networking, archives

Visualization and Plotting

Chart generation and data visualization tools

plotter 🤖

  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: plotting, visualization, charts, graphics, data-visualization
  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: gui, interactive-plots, visualization, tcl-tk, blt

User Interface

GUI applications and interactive tools

  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: gui, ide, interactive, development-environment, tcl-tk

Integration Modules

External language bindings and communication protocols

  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: networking, remote-execution, client-server, distributed, communication
  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: java, jni, integration, embedding, cross-platform

Utilities and Standard Library

Helper functions and standard library modules

stdlib 🤖

  • Version: 1.0.0
  • Last Updated: 2025-06-14
  • Tags: standard-library, utilities, configuration, text-processing, random-generation

Alphabetical Index

MCP-Compatible Modules

These modules are available through the TOL MCP (Model Context Protocol) server for natural language interaction:


Contributing

When adding new API documentation:

  1. Follow the YAML front-matter template
  2. Use consistent markdown formatting
  3. Run python scripts/generate_api_index.py to update this index
  4. Validate with markdownlint docs/api/*.md

For detailed guidelines, see CONTRIBUTOR_GUIDELINES.md