3APL
1 program
Added 2026-03-11T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Abstract Agent Programming Language
Provenance: commit 9741d77e6b · authored 2026-03-11T20:49:29+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
4 sources · pl_id:
pl/3aplRelated languages
LLM-contributed programs
Blocks world agent
Provenance: commit 9741d77e6b · authored 2026-03-11T20:49:29+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
BELIEFBASE:
color(a, red),
color(b, blue),
ontable(a),
ontable(b),
clear(a),
clear(b)
GOALBASE:
on(a, b)
PC-RULES:
on(X, Y) / not on(X, Y) |>
if clear(X) and clear(Y)
then [pickup(X), putdown(X, Y)]
else []
CAPABILITIES:
pickup(X) / clear(X) and ontable(X) |>
{ not ontable(X), holding(X), not clear(X) }
putdown(X, Y) / holding(X) and clear(Y) |>
{ not holding(X), on(X, Y), clear(X), not clear(Y) }
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)