James Riehl

Results 12 comments of James Riehl

You probably already know this, but to get the checks passing, you'll need to run: ``` make lint make pylint make static ``` fix any problems it finds, and then...

Good points @Dacksus. Definitely agree with both of the first tasks, and for these: > - Only include example logic specific descriptions and explanations in the example's readme > -...

Overall I like it! Just a few suggestions: - It might make sense to separate out the demonstrations of core agent functionality (intervals, storage, messages, protocols, sending tokens) from the...

This is a good point. I think that each agent in the multiple-agent examples should have their own file so they can be run independently or deployed to Agentverse. We...

What command are you running that results in this error? Normally, when you run `agent.run()`, an event loop will be started if there is none currently running. But in general,...

Thanks for the extra info! It's not clear to me which web framework you are using, but for some web frameworks it helps to install `nest_asycnio` and run the following...

Currently we use this to wrap the registration transaction in an async function, but it would probably be better to come up with a standard way of doing this, maybe...

Yes, this was completed quite a while ago. Closing now.

Thanks for the suggestion! I'll move this to our main docs repository for further consideration.

Reopening because the examples PR is not yet merged.