Tyler

Results 2 comments of Tyler

I encountered the same issue with the genesis agency (hallucination, adding nested agents to notebooks path) and think I'm going to end up just custom creating the agency I need....

Even setting `pythonutf8=1` didn't work for me either. Figured it out, looks like the setup.py just needs to force the encoding for the readme: `long_description=open('README.md', encoding='utf-8').read(),`