webgptorg

25 mods across 1 repository, 167 stars between them.

webgptorg/promptbook

Instructions file GitHub Copilot

Copilot instructions for webgptorg/promptbook, covering copilot instructions for promptbook, project overview, architecture & key concepts, book language & commitments and monorepo structure.

167 2d ago A 2,533 tokens

webgptorg/promptbook

Instructions file CodexOpenCode

AGENTS.md instructions for webgptorg/promptbook, covering how to contribute, code style, emoji in [brackets], generated code and dictionary.

167 2d ago A 2,256 tokens

ACTION

04

webgptorg/promptbook

Command

Actions influences from the pipeline or task into external world. Like turning on a light, sending an email, etc.

167 2d ago A 0 tokens

EXPECT

06

webgptorg/promptbook

Command

Expect command describes the desired output of the task (after post-processing).

167 2d ago A 0 tokens

FOREACH

07

webgptorg/promptbook

Command

Command "FOREACH" from webgptorg/promptbook, covering foreach command, example usage and 🍭 itterations and foreach command.

167 2d ago A 0 tokens

FORMAT

08

webgptorg/promptbook

Command

Format command describes the desired output of the task (after post-processing).

167 2d ago A 0 tokens

FORMFACTOR

09

webgptorg/promptbook

Command

Specifies the application type and interface requirements that this promptbook should conform to.

167 2d ago A 0 tokens

INSTRUMENT

10

webgptorg/promptbook

Command

Instrument command is used to specify the instrument to be used in the pipeline or task like search, calculate, etc.

167 2d ago A 0 tokens

JOKER

11

webgptorg/promptbook

Command

Joker parameter is used instead of executing the task result if jokers value meets the expectations requirements.

167 2d ago A 0 tokens

MODEL

13

webgptorg/promptbook

Command

Tells which modelRequirements (for example which model) to use for the prompt task execution.

167 2d ago A 0 tokens

PARAMETER

14

webgptorg/promptbook

Command

Command "PARAMETER" from webgptorg/promptbook, covering parameter command, example usage and ⭕ parameters.

167 2d ago A 0 tokens

PERSONA

15

webgptorg/promptbook

Command

Persona command is used to specify who the system is, it will be transformed into system message, topt,...

167 2d ago A 0 tokens

POSTPROCESS

16

webgptorg/promptbook

Command

Defines the postprocess function to be used on the result from LLM and before the result is validated.

167 2d ago A 0 tokens

SECTION

17

webgptorg/promptbook

Command

Defines the purpose of the markdown section - if its a task and which type or something else.

167 2d ago A 0 tokens

URL

18

webgptorg/promptbook

Command

Command "URL" from webgptorg/promptbook, covering url command, example usage and 🆔 pipeline urls and identification.

167 2d ago A 0 tokens

avatars-and-visuals

19

webgptorg/promptbook

Agent

Every agent has a visual identity used across the UI (directory cards, chat header, manifest icons, social previews). It is resolved from the agent's book with deterministic fallbacks, so an agent always has an avatar.

167 2d ago A 0 tokens

federation

20

webgptorg/promptbook

Agent

Federation lets one Agents Server instance see and reuse agents hosted on other Agents Servers. It is configuration-driven and read-only: a federated server is never written to; its agents are referenced by URL or copied on demand.

167 2d ago A 0 tokens

webgptorg/promptbook

Agent

Agents are organized in a folder tree per server instance. Folders group agents in the directory (homepage, header menu, dashboard) and drive bulk operations (visibility, export). State lives in prefixAgentFolder plus Agent.folderId/Agent.sortOrder (Data model).

167 2d ago A 0 tokens

webgptorg/promptbook

Agent

How one stored agent source becomes the effective (resolved) source that is actually compiled and executed. Resolution expands FROM (inheritance) and IMPORT (textual inclusion) commitments, rewrites compact agent references into canonical URLs, and degrades gracefully when references cannot be loaded.

167 2d ago A 0 tokens

webgptorg/promptbook

Agent

Compiling an agent (resolving inheritance, building model requirements, indexing KNOWLEDGE into provider-side vector stores) is expensive. The server therefore prepares agents in the background ahead of chat time and caches every derived artifact by content hash, so the first user message does not pay the indexing…

167 2d ago A 0 tokens

self-learning

24

webgptorg/promptbook

Agent

Agents whose book is open learn from their conversations: after a turn, the executing agent may append new content to its own source (samples of the exchange, teacher-suggested commitments). The server persists these changes append-only, so learning can never rewrite or corrupt the authored book.

167 2d ago A 0 tokens