Agentic AI - Real-World Agent Applications
Examine this pipeline code:
What is the issue causing an error?
agent = Agent()
agent.add_step('load', function=load_data)
agent.add_step('clean', clean_data)
result = agent.run()What is the issue causing an error?
