fabro/docs/specs
Bryan Helmkamp 7ad750c5b6 Rename tool handler to script handler and add language attribute
Rename the entire "tool" concept to "script": ToolHandler → ScriptHandler,
tool_command attribute → script, tool.output → script.output, and all
related artifact filenames. Add a language attribute (shell | python,
default shell) so script nodes can run Python via python3 -c natively.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 09:50:39 -05:00
..
agent-cli-spec.md docs/specs 2026-02-23 10:17:40 -05:00
attractor-spec.md Rename tool handler to script handler and add language attribute 2026-02-27 09:50:39 -05:00
coding-agent-loop-spec.md specs 2026-02-19 13:41:55 -04:00
README.md Rename coding-agent-loop crate to agent 2026-02-23 09:17:48 -05:00
unified-llm-spec.md Fix model alias resolution and invalid gpt-5.2-mini model ID 2026-02-20 14:01:30 -04:00

Attractor

This repository contains NLSpecs to build your own version of Attractor to create your own software factory.

Although bringing your own agentic loop and unified LLM SDK is not required to build your own Attractor, we highly recommend controlling the stack so you have a strong foundation.

Specs

Building Attractor

Supply the following prompt to a modern coding agent (Claude Code, Codex, OpenCode, Amp, Cursor, etc):

codeagent> Implement Attractor as described by https://factory.strongdm.ai/

Terminology

  • NLSpec (Natural Language Spec): a human-readable spec intended to be directly usable by coding agents to implement/validate behavior.