Summary
Every agent created by the build-agent skill has an empty harness and model config in the Agenta Playground, making it immediately broken. The skill's own success message is false.
Tested against: Agenta host https://bighetzner.agenta.dev, workspace mahmoud/Default.
Repro
- Run the
build-agent skill with any prompt (tested with multiple prompts across Claude Code and Codex).
- Skill transcript claims agent was "created and registered" and may even claim it "updated the agent config to use the OpenAI-backed provider."
- Open the Agenta Playground for the created agent.
- Observe: Harness = unselected, Model = "Select a provider" — config is empty.
- Try to invoke the agent — fails with
pi_core: model authentication failed, which is misleading because the real cause is no model being configured at all.
- Manually select Harness = Pi + any model in the UI → agent immediately works.
Confirmed agents:
support-ticket-summarizer (app 019f33ef-0520-7a11-8011-c032968ff71b)
complaint-reply-agent (app 019f3466-c979-7002-a34c-0cc00cdaaef2)
- A third agent (same pattern)
Reproduced: 3/3 times, across different prompts and different coding agents (Claude Code, Codex).
Required fix
The skill must explicitly set harness + model at creation time via the API, and must verify the resulting config is non-empty before declaring the agent "created successfully." As-is, the skill's own success message is false.
Environment
|
|
| Agenta host |
https://bighetzner.agenta.dev |
| Workspace |
mahmoud/Default |
| Coding agents tested |
Claude Code, Codex |
| Skill version |
build-agent from Agenta-AI/agenta-skills (current main) |
Summary
Every agent created by the
build-agentskill has an empty harness and model config in the Agenta Playground, making it immediately broken. The skill's own success message is false.Tested against: Agenta host
https://bighetzner.agenta.dev, workspacemahmoud/Default.Repro
build-agentskill with any prompt (tested with multiple prompts across Claude Code and Codex).pi_core: model authentication failed, which is misleading because the real cause is no model being configured at all.Confirmed agents:
support-ticket-summarizer(app019f33ef-0520-7a11-8011-c032968ff71b)complaint-reply-agent(app019f3466-c979-7002-a34c-0cc00cdaaef2)Reproduced: 3/3 times, across different prompts and different coding agents (Claude Code, Codex).
Required fix
The skill must explicitly set harness + model at creation time via the API, and must verify the resulting config is non-empty before declaring the agent "created successfully." As-is, the skill's own success message is false.
Environment
https://bighetzner.agenta.devmahmoud/Defaultbuild-agentfromAgenta-AI/agenta-skills(current main)