Rohith-Scalers

Results 6 comments of Rohith-Scalers

Thank you logan i got the idea , but is there a way to have nested workflow structure based on prompt , just like how react agent works i found...

if you are running it in a python file . you should ``` import asyncio async def search(): result = await search_engine.asearch("Tell me about Agent Mercer") print(result) asyncio.run(search()) ```