How to build your own custom agents with Potpie
Agent
with the following key attributes:
role
: Defines the agent’s function.goal
: The individual objective that the agent aims to achieve.backstory
: Provides context to the agent’s role and goal.description
: A clear, concise statement of what the task entails.expected_output
: A detailed description of what the task’s completion looks like.tools
: The functions or capabilities the agent can utilize to perform the task.