mesopelagique

A twilight zone of 4D components — and a blog to announce the new ones.

View on GitHub

Welcome — two AI components surface: AIKitAgentTools & PromptKit

You unlock this door with the key of imagination — and find a blog. This is where new 4D components from the mesopelagique deep get announced. Old components stay quietly in the catalog; only fresh arrivals get a post here.

Two AI components break the surface today, both installable through the 4D dependency manager — their GitHub releases ship a packaged .zip asset (a release on its own isn’t enough; the manager needs the archive).

🧩 AIKitAgentTools

AIKitAgentTools is a collection of ready-to-use AI tools for 4D AIKit — showing how to give an LLM access to external capabilities through the OpenAIChatHelper tool-registration system (a.k.a. function / tool calling). Release 0.0.2, asset AIKitAgentTools.zip.

🧩 PromptKit

PromptKit is a 4D toolkit for running reusable prompts, chaining them into workflows, and composing strategy, context, and session history around your AI calls. Pair it with AIKitAgentTools to give those prompts real tools to work with. Release 0.0.1, asset PromptKit.zip.

Install

Drop both into your project’s dependencies.json:

{
  "dependencies": {
    "AIKitAgentTools": {
      "github": "mesopelagique/AIKitAgentTools",
      "version": "0.0.2"
    },
    "PromptKit": {
      "github": "mesopelagique/PromptKit",
      "version": "0.0.1"
    }
  }
}

How announcements work here

Each new component gets a short post like this one:

  • a one-line “what it is”,
  • whether its release ships an installable .zip (🧩 dependency-manager ready),
  • a copy-paste dependencies.json snippet.

Browse the full catalog on the home page, and find my AI / Swift / 4D notes over on phimage.github.io.


← Back to the blog · Home