Agentic AI - Real-World Agent Applications
You wrote this pipeline code:
But you get an error:
agent = Agent()
agent.add_step('load', function=load_data)
agent.add_step('clean', function=clean_data)
result = agent.run()But you get an error:
KeyError: 'analyze'. What is the likely cause?