You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agent should implement wherever possible Python generators and asynchronous co-routines both for calling the servers ([asyncio](asyncio is a library to write concurrent code using the async/await syntax.)) and updating the graph in Redis (possibility of using Streams).
Heracles.ts implements asynchronous behaviour in Typescript (example).
The client should implement Python async-await protocol in all of its functions
The text was updated successfully, but these errors were encountered: