Use this file to discover all available pages before exploring further.
An agent is an autonomous AI system that can invoke tools, remember context, and collaborate with other agents. Unlike MCP gateways (which just expose tools), agents actively think, plan, and execute.
Instructions
System prompt that guides agent behavior. Examples:
You are a helpful research assistant. Your goal is to find accurate informationand present it clearly. Always cite sources. Ask clarifying questions if needed.Be concise but thorough.
You are a data analyst. Your task is to process data, find patterns, and explainfindings. Use Code Runner to execute analysis. Always validate results.
Memory Configuration
Control how the agent remembers:
working_memory_size: Recent messages to keep in fast access (Redis)
enable_summarization: Compress old messages via LLM
archive_threshold: How many messages before summarizing
Instructions: "You are a helpful support agent. Answer customer questions about our products. Use the knowledge base. If you can't help, escalate to a human. Always be friendly and professional."Capabilities: • KnowledgeRetrieval (product docs) • Files (FAQ, policies) • HttpClient (check order status via API) • WebSearch (find public information)Memory: • Keep customer context for 20 messages • Summarize old conversations for efficiency
Instructions: "Process uploaded data files. Clean, analyze, and generate insights. Use Code Runner for data processing. Store results in Files. Alert if data quality issues found."Capabilities: • Files (read/write data) • CodeRunner (Python for analysis) • HttpClient (send notifications)Memory: • Keep recent processing steps • Archive completed analyses