|
|
|
|
|
by bognition
306 days ago
|
|
Think of an agent as a standalone script or service. They have a single function take inputs and create outputs. You can chain agents together into a string to accomplish larger tasks. Think of everything involved in booking travel. You have set a budget, pick dates, chose a destinations, etc…. Each step can be defined as an agent and then you chain them together into a tool that handles the entire task for you. |
|