Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * Fix: Properly await `agent.run()` in README `Hello World` example - Updated the `Hello World` code sample to use `asyncio` for proper coroutine handling. - Resolved `RuntimeWarning` caused by not awaiting the `agent.run()` method. - Ensures the example executes correctly without errors or warnings. * Add await to agent.run call in index.md * Fix hello world --------- Co-authored-by: Eric Zhu <[email protected]>
- Loading branch information