name | string | No | Resource name | Display name for the agent |
description | string | No | — | Agent description |
role | string | No | — | Agent role description |
model | Dependency | Yes | — | Reference to agno/models/anthropic or agno/models/openai |
instructions | list[string] | No | — | System instructions for the agent |
prompt | Dependency | No | — | Reference to agno/prompt for reusable instructions |
tools | list[Dependency] | No | [] | References to agno/tools/mcp or agno/tools/websearch |
knowledge | Dependency | No | — | Reference to agno/knowledge |
db | Dependency | No | — | Reference to agno/db/postgres for session storage |
memory | Dependency | No | — | Reference to agno/memory/manager |
markdown | boolean | No | false | Format responses as Markdown |
add_datetime_to_context | boolean | No | false | Include current datetime in context |
read_chat_history | boolean | No | Auto | Read chat history from DB (auto-enabled when db is set) |
add_history_to_context | boolean | No | Auto | Add history to context (auto-enabled when db is set) |
num_history_runs | integer | No | — | Number of previous runs to include in history |
enable_agentic_memory | boolean | No | false | Enable agentic memory capabilities |
update_memory_on_run | boolean | No | false | Update memory after each run |
add_memories_to_context | boolean | No | — | Add stored memories to context |
enable_session_summaries | boolean | No | false | Enable session summary generation |