# add-agent > Add a new runtime agent (Agents SDK) with a prompt, wiring, and tests - Author: Priyank - Repository: priyank-mehta/tenderfit - Version: 20260201224259 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/priyank-mehta/tenderfit - Web: https://mule.run/skillshub/@@priyank-mehta/tenderfit~add-agent:20260201224259 --- --- name: add-agent description: Add a new runtime agent (Agents SDK) with a prompt, wiring, and tests metadata: short-description: Add new agent end-to-end (prompt + wiring) --- Given an agent name and responsibilities: - Create tenderfit/agents/.py - Add prompt template to docs/PROMPTS.md - Wire into orchestrator in tenderfit/app.py - Add minimal unit test stub in tenderfit/evals/ - Update docs/AGENT_WORKFLOW.md if workflow changes