Giacomo Carfì
Results
2
comments of
Giacomo Carfì
is there anything new? i simply instantiated two agents, one general and one specific, and neither of them has a tool. when i input a message as simple as 'hi'...
same problem here running the code ``` while True: in_message = input("user: ") if in_message == "exit": break result = crew.kickoff({"history": in_message}) print(f"result: {result}") ``` the second time it crashes...