Violabs Josh

Results 3 comments of Violabs Josh

@jeremyDayslice - I get that same error running `python run.py --agent Single_Agent/chat_bot/config.json` as the documentation states. Still very fresh into this setup.

Noticed this too. I resolved it with: ```kotlin implementation("com.plaid:plaid-java:23.0.0") { exclude(group = "org.json", module = "json") } implementation("org.json:json:20240303") ``` Though, looking at maven, there is a single vulnerability still. Better...

That library has not been touched in 4 years if it is the one. Would it be possibly for your team fork that into your own ecosystem and maintain it...