Agents
How does an Agent know what steps to take for a prompt?
It doesn’t: it asks the LLM what the steps are
Agents
What’s the techie term for this type of plan?
Chain Of Thought
Agents
3 steps an Agent follows?
Ask LLM what steps it should do (large prompt), call APIs/do things, call LLM for final answer