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
RAG System Optimization Auditor
Audit and optimize your Retrieval-Augmented Generation pipeline for better accuracy
API Documentation Writer (Developer-Friendly)
Generates comprehensive, developer-friendly API documentation from endpoint specs, including descriptions, request/response examples, error codes, and SDK snippets.
AI Agent System Behavior Tester
Generates a comprehensive test suite of adversarial, edge-case, and functional prompts to stress-test any AI agent or chatbot for reliability, safety, and performance.
Agentic Code Architect
Generate autonomous agent code with self-correction, planning, and execution capabilities