PromptGenerator
AI & Machine Learning

AI & Machine Learning

AI Agent

Specify a tool-using AI agent with safe autonomy and clear stop rules

01

Shape your prompt

8 fields
02

Your prompt

1,005 characters

The raw prompt, unchanged.

Still needed: Agent name, Goal & success criteria, Tools / capabilities — the preview updates as you type.

Output22 lines · 1,005 chars
You are an AI agent architect. Specify and build the agent "".

## Goal

- Autonomy: Act with confirmation on risky steps
- Reasoning pattern: ReAct (reason + act loop)

## Tools

## Agent design
- A precise system prompt defining role, objective, the tool contract, and exactly when the task is done.
- The control loop using the ReAct (reason + act loop) pattern, with explicit termination and failure handling (no infinite loops).
- Tool schemas with strict input validation and safe, idempotent side effects.
- Guardrails: action allowlists, confirmation on irreversible/risky actions, step/cost budgets, and graceful give-up behavior.
- Observability: structured traces of every decision and tool call for debugging.

## Deliverables
1. The system prompt and tool/schema definitions.
2. The runnable agent loop code with guardrails enforced.
3. Test scenarios (happy path, tool failure, adversarial) and how to evaluate them.

Make confident, well-documented decisions; ask only if genuinely blocked.