radiantlogicinc

34 mods across 1 repository, 51 stars between them.

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Diagnose fastWorkflow task failures from the conversation logs in a workflow's observability.sqlite3: locate and safely read the database, walk a turn's span trace to the failing pipeline stage (intent routing, parameter extraction, dblookup, validation, planning, askuser, or the app's own code), and route each…

51 4d ago A 176 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Declare availablefrom producer hints on fastWorkflow command parameters so the planner can chain commands into a working sequence and so a missing parameter tells the caller which command supplies it. Covers the hint format, how the planner and the missing-parameter message consume it, choosing a producer the caller…

51 4d ago A 120 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Design and tune the context inheritance (base) and context hierarchy (parent) models of a fastWorkflow command tree so intent routing stays accurate as the tree grows and a task takes the fewest commands. Covers deriving the containment graph from code, sizing base contexts to the parameter producers commands actually…

51 4d ago A 131 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Read and act on fastWorkflow's near-duplicate capability diagnostics — the pre-flight lexical separability scan and the post-training router-confusion scan — to decide whether two commands should be merged, re-seeded, or recorded as a deliberate near-duplicate. Covers what separability actually measures, the reporting…

51 4d ago A 135 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Read fastWorkflow's held-out routing and escalation evaluation honestly, and decide from it whether a change to a workflow's commands, seeds or context models actually helped. Covers why the training F1 measures memorisation, the whole-persona holdout and what it does and does not remove, which of the reported numbers…

51 4d ago A 131 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Integrate a fastWorkflow-based agentic chat agent into an existing application so users can execute the app's business logic and ask questions in natural language, with a popup chat UI that streams internal workflow/assistant conversations before the final answer. Use when a developer asks to add a chat agent…

51 4d ago A 90 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Implement dblookup on a fastWorkflow command parameter so a value the user typed is resolved against a live key set, typos are corrected automatically and near misses come back as "did you mean" suggestions instead of a not-found. Covers the field declaration, the Signature.dblookup contract, the three-stage fuzzy…

51 4d ago A 135 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Decide who writes a fastWorkflow's synthetic training utterances, by adding a personas.json that either supplies the personas outright or conditions the PersonaHub draw on the application's domain keywords. Covers the file schema and where it is discovered, choosing between the two modes, the persona id rules that…

51 4d ago A 125 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Run, interpret and recover a fastworkflow train run, given that training is cached, incremental and versioned: deterministic utterance and parameter-example caches, per-command fingerprints that decide which contexts retrain, and an atomically published artifact version with one previous recovery point. Covers what…

51 4d ago C 148 tokens original Apache-2.0

radiantlogicinc/fastworkflow

Skill Claude CodeCodex

Implement the Signature.validateextractedparameters hook on a fastWorkflow command so whole-call rules, cross-field constraints and context preconditions are checked and corrected before the command body runs, and so a bad call stays a conversation instead of becoming an exception. Covers the exact contract and where…

51 4d ago A 133 tokens original Apache-2.0