How does an agent work?
When an agent receives a user query, it acts in an "agentic loop":
In this video, you can see how the agentic loop looks in action.(Note: LLM and agent are NOT interchangeable terms. An agent uses an LLM. More on this topic here: difference between an LLM and an agent)
- User Query
- Agent's turn starts
- LLM sends message to user
- LLM calls a tool with an input
- Agent generates output
- LLM repeats tool call and sending message to user
- LLM generates the final content and the agent saves it in a downloadable PDF
- Agent's turn ends
The SAP Research Agent has access to three tools:
- Search SAP system
- Search the web
- Create document
If you want to see how the agent works for your use case, you may try it using this link for free: https://research.getadri.ai