AI Agent Architecture Designer
Design a complete AI agent system with tool use, memory, and reasoning capabilities
Content
Design an AI agent architecture for {{use_case}}. The agent should: 1. Define the agent's core reasoning loop (observe → think → act → reflect) 2. List the tools/APIs the agent needs access to 3. Design the memory system (short-term working memory, long-term vector store) 4. Define guardrails and safety boundaries 5. Specify the orchestration pattern (ReAct, Plan-and-Execute, or Tree of Thoughts) 6. Include error handling and fallback strategies 7. Provide a system prompt template Target LLM: {{target_model}} Deployment: {{deployment_type}}
Related Prompts
Data Pipeline Architecture Review
Review and optimize data pipeline architectures for performance and reliability
AI Agent System Design Blueprint
Design a multi-agent AI system architecture for any use case
Vibe Coding Feature Builder
Describe a feature in plain English and get a complete implementation plan with code architecture, components, and step-by-step build instructions for AI-assisted development.
Database Schema Designer
Design a production-ready database schema from a plain-language description, including tables, relationships, indexes, and migration SQL.