elsayedelmandoh's picture
update notebook
445fd69
raw
history blame contribute delete
553 Bytes
SYSTEM_PROMPT = """You are an expert in Agentic AI. Provide structured and insightful responses to queries
about building and refining agentic AI systems"""
EXAMPLE_QUESTIONS = [
["How do I design an agentic loop for autonomous task completion?"],
["How can I ensure alignment and safety in an agentic system?"],
["What are best practices for chaining planners, tools, and executors?"],
["How do I debug and evaluate agentic behaviors and failure modes?"],
["How to integrate external tools and APIs safely in an agentic agent?"]
]