Skip to content

mickleburg/tfl-solver

v1.0.0Apache-2.0

Solve and explain formal-language theory tasks and build standalone laboratory projects.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "tfl-solver",
  "version": "1.0.0",
  "description": "Solve and explain formal-language theory tasks and build standalone laboratory projects.",
  "author": {
    "name": "Mickleburg",
    "email": "yruloki@yandex.ru",
    "url": "https://github.com/Mickleburg"
  },
  "homepage": "https://github.com/Mickleburg/tfl-solver",
  "repository": "https://github.com/Mickleburg/tfl-solver",
  "license": "Apache-2.0",
  "keywords": [
    "formal-languages",
    "automata",
    "grammars",
    "education"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "TFL Solver",
        "shortDescription": "Theory, tasks, proofs, and standalone TFL labs.",
        "longDescription": "Explains formal-language theory, verifies solutions with bundled Python oracles, audits incorrect solutions, and builds dependency-free laboratory projects.",
        "developerName": "Mickleburg",
        "category": "Productivity",
        "capabilities": [
          "Read",
          "Write"
        ],
        "websiteURL": "https://github.com/Mickleburg/tfl-solver",
        "privacyPolicyURL": "https://github.com/Mickleburg/tfl-solver/blob/main/corpus/knowledge/PRIVACY.md",
        "termsOfServiceURL": "https://github.com/Mickleburg/tfl-solver/blob/main/LICENSE",
        "defaultPrompt": [
          "Explain this formal-language theory question.",
          "Solve and verify this TFL task.",
          "Build a standalone project for this TFL lab."
        ],
        "brandColor": "#355C7D"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai